Package | Description |
---|---|
org.exolab.castor.jdo.oql |
Modifier and Type | Method and Description |
---|---|
ParseTreeNode |
ParseTreeNode.getChild(int index)
Accessor method for individual children of this node.
|
ParseTreeNode |
ParseTreeNode.getParent()
Accessor method for the parent of this node.
|
ParseTreeNode |
Parser.getParseTree()
Generates the parse tree for the tokens provided by the Lexer passed in
the constructor.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ParseTreeNode> |
ParseTreeNode.children()
Accessor method for an iteration of this nodes children.
|
Modifier and Type | Method and Description |
---|---|
void |
ParseTreeNode.addChild(ParseTreeNode child)
Adds a new node as a child of this node.
|
void |
ParseTreeNode.setParent(ParseTreeNode parent)
Changes the parent of this node.
|
Constructor and Description |
---|
ParseTreeNode(ParseTreeNode parent,
Token token)
Creates a new Node with supplied parent and token.
|
ParseTreeWalker(LockEngine dbEngine,
ParseTreeNode parseTree,
ClassLoader classLoader,
DbMetaInfo dbInfo)
Creates a new parse tree walker.
|
Copyright © 2018. All rights reserved.