Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
E
G
H
I
M
P
T
G
getChild(int)
- Method in class edu.hendrix.grambler.
Tree
Returns the nth child from this Tree.
getEndingIndex()
- Method in class edu.hendrix.grambler.
Tree
Returns the index into the parsed text of the final character matched by this Tree.
getErrorMessage()
- Method in class edu.hendrix.grambler.
Tree
Returns an error message.
getFirstLine()
- Method in class edu.hendrix.grambler.
Tree
Returns the line number of the first input character matched by this Tree.
getLastChild()
- Method in class edu.hendrix.grambler.
Tree
Returns the rightmost child of this Tree.
getLength()
- Method in class edu.hendrix.grambler.
Tree
Returns the number of characters matched by this Tree.
getName()
- Method in class edu.hendrix.grambler.
Tree
Returns the name of the nonterminal or terminal that corresponds to this node.
getNamedChild(String)
- Method in class edu.hendrix.grambler.
Tree
Returns the first child with the given name.
getNamedChild(String, int)
- Method in class edu.hendrix.grambler.
Tree
Returns the nth child with the given name.
getNumChildren()
- Method in class edu.hendrix.grambler.
Tree
Returns number of child nodes.
getNumNamed(String)
- Method in class edu.hendrix.grambler.
Tree
Returns the number of children for whom getName().equals(name).
getStartingIndex()
- Method in class edu.hendrix.grambler.
Tree
Returns the index into the parsed text of the first character matched by this Tree.
getStartSymbol()
- Method in class edu.hendrix.grambler.
Grammar
Returns the name of the start symbol.
getUndefinedNonterminals()
- Method in class edu.hendrix.grambler.
Grammar
Returns all undefined nonterminals.
Grammar
- Class in
edu.hendrix.grambler
Grammar()
- Constructor for class edu.hendrix.grambler.
Grammar
Creates a Grammar object with no productions.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
E
G
H
I
M
P
T