Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
T
TA
- class xrel.analyzer.
TA
.
Tree automata are just like normal string automata but elements are trees instead of characters.
TA(String, SymTable, boolean, PrintStream)
- Constructor for class xrel.analyzer.
TA
Initializes an empty tree automaton.
TABuildPhase
- interface xrel.analyzer.
TABuildPhase
.
TODO insert comment here
TADifference
- class xrel.analyzer.
TADifference
.
TODO insert comment here
TADifference(TA, TA, SymTable, boolean, PrintStream)
- Constructor for class xrel.analyzer.
TADifference
TADifferenceState
- class xrel.analyzer.
TADifferenceState
.
TODO insert comment here
TADifferenceState(TAState, HashSet)
- Constructor for class xrel.analyzer.
TADifferenceState
TAProduct
- class xrel.analyzer.
TAProduct
.
TODO insert comment here
TAProduct(TA, TA, SymTable, boolean, PrintStream, boolean)
- Constructor for class xrel.analyzer.
TAProduct
TASimple
- class xrel.analyzer.
TASimple
.
Tree automata built from this class are either based upon an element of the symbol table of the program (that can be a pattern, a type, a variable or an expression) or the union of a set of these elements.
TASimple(String, SymTable, boolean, PrintStream, SymElement)
- Constructor for class xrel.analyzer.
TASimple
TAState
- interface xrel.analyzer.
TAState
.
TODO insert comment here
TAUnion
- class xrel.analyzer.
TAUnion
.
TODO insert comment here
TAUnion(HashSet, SymTable, boolean, PrintStream)
- Constructor for class xrel.analyzer.
TAUnion
TermExpr(SymTable, boolean)
- Static method in class xrel.parser.
XRelParser
token
- Static variable in class xrel.parser.
XRelParser
Token
- class xrel.parser.
Token
.
Describes the input token stream.
token_source
- Static variable in class xrel.parser.
XRelParser
Token()
- Constructor for class xrel.parser.
Token
tokenImage
- Variable in class xrel.parser.
ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage
- Static variable in interface xrel.parser.
XRelParserConstants
TokenMgrError
- error xrel.parser.
TokenMgrError
.
TokenMgrError()
- Constructor for class xrel.parser.
TokenMgrError
TokenMgrError(boolean, int, int, int, String, char, int)
- Constructor for class xrel.parser.
TokenMgrError
TokenMgrError(String, int)
- Constructor for class xrel.parser.
TokenMgrError
tools
- package tools
toString()
- Method in class xrel.parser.
SimpleNode
Returns a string representation of the node.
toString()
- Method in class xrel.parser.
ASTSwitchCase
toString()
- Method in class xrel.parser.
ASTOperator
toString()
- Method in class xrel.parser.
ASTAs
toString()
- Method in class xrel.parser.
ASTStringLiteral
toString()
- Method in class xrel.parser.
ASTTag
toString()
- Method in class xrel.parser.
Token
Returns the image.
toString()
- Method in class xrel.parser.
ASTIdentifier
toString()
- Method in class xrel.parser.
ASTTypeDecl
toString()
- Method in class xrel.analyzer.
TADifferenceState
toString()
- Method in class xrel.analyzer.
TA
toString(String)
- Method in class xrel.parser.
SimpleNode
Returns a string representation of the node.
transitions
- Variable in class xrel.analyzer.
TA
normal transitions of the NFA.
Translate
- class xrel.analyzer.
Translate
.
Provides several transform operations to the symbol table.
Translate()
- Constructor for class xrel.analyzer.
Translate
TYPE
- Static variable in interface xrel.parser.
SymElementKind
TYPE
- Static variable in interface xrel.parser.
XRelParserConstants
TypeDecl(SymTable)
- Static method in class xrel.parser.
XRelParser
TypeExpr(SymTable, boolean)
- Static method in class xrel.parser.
XRelParser
types
- Variable in class xrel.parser.
SymTable
Contains the types of the program.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X