Interface | Description |
---|---|
GuiTestScriptParserConstants |
Token literal values and constants.
|
GuiTestScriptParserTreeConstants | |
Node | |
ScriptNodePropConstants |
Class | Description |
---|---|
ASTAction | |
ASTAssignment | |
ASTGuiReference | |
ASTGuiSearchCriteria | |
ASTLiteral | |
ASTNamedArgument | |
ASTRoot | |
ASTVarRef | |
GuiTestScriptParser |
Script Parser for GUI Test Framework
|
GuiTestScriptParser.JJCalls | |
GuiTestScriptParserTokenManager |
Token Manager.
|
JavaCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
JJTGuiTestScriptParserState | |
ScriptNode | |
SimpleNode | |
Token |
Describes the input token stream.
|
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
ParseFormatException |
This exception is thrown when high-level parse errors, such as
evaluation of a literal are encountered.
|
Error | Description |
---|---|
GuiTestScriptParser.LookaheadSuccess | |
TokenMgrError |
Token Manager error.
|