| Package | Description |
|---|---|
| net.sourceforge.osexpress.parser |
| Modifier and Type | Field and Description |
|---|---|
ExpressParserTokenTypes |
ExternalId.type |
| Modifier and Type | Method and Description |
|---|---|
static ExpressParserTokenTypes |
ExpressParserTokenTypes.getToken(int tokenIndex) |
ExpressParserTokenTypes |
Scope.searchId(String id) |
ExpressParserTokenTypes |
Scope.searchInheritanceTree(String id) |
static ExpressParserTokenTypes |
ExpressParserTokenTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressParserTokenTypes[] |
ExpressParserTokenTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.addId(String id,
ExpressParserTokenTypes type) |
protected boolean |
ExpressParser.LA1Equals(ExpressParserTokenTypes tokenType) |
protected antlr.collections.AST |
ExpressParser.makeAST(ExpressParserTokenTypes tokenType,
antlr.collections.AST root) |
protected void |
ExpressParser.match(ExpressParserTokenTypes tokenType) |
protected antlr.collections.AST |
ExpressParser.parseAST(antlr.ASTPair currentAST,
ExpressParserTokenTypes tokenType) |
| Constructor and Description |
|---|
ExternalId(String id,
ExpressParserTokenTypes type) |
Copyright © 2018 OpenSource BIM. All rights reserved.