Frames | No Frames |
Constructors with parameter type antlr.collections.impl.Vector | |
Fields of type antlr.collections.impl.Vector | |
Vector | |
Vector | |
Vector |
Methods with parameter type antlr.collections.impl.Vector | |
String | Create a string representation where instead of integer elements, the
ith element of vocabulary is displayed instead. |
Methods with return type antlr.collections.impl.Vector | |
Vector | Find ranges in a set element array. |
Fields of type antlr.collections.impl.Vector | |
Vector |
Fields of type antlr.collections.impl.Vector | |
Vector | |
Vector | List of all bitsets that must be dumped. |
Vector | |
Vector | |
Vector | |
Vector | |
Vector |
Methods with parameter type antlr.collections.impl.Vector | |
RuleBlock | Used to build nextToken() for the lexer. |
void | Generate all the bitsets to be used in the parser or lexer
Generate the raw bitset data like "long _tokenSet1_data[] = {...};"
and the BitSet object declarations like "BitSet _tokenSet1 = new BitSet(_tokenSet1_data);"
Note that most languages do not support object initialization inside a
class definition, so other code-generators may have to separate the
bitset declarations from the initializations (e.g., put the initializations
in the generated constructor instead). |
void | Generate all the bitsets to be used in the parser or lexer
Generate the raw bitset data like "long _tokenSet1_data[] = {...};"
and the BitSet object declarations like "BitSet _tokenSet1 = new BitSet(_tokenSet1_data);"
Note that most languages do not support object initialization inside a
class definition, so other code-generators may have to separate the
bitset declarations from the initializations (e.g., put the initializations
in the generated constructor instead). |
void | Generate all the bitsets to be used in the parser or lexer
Generate the raw bitset data like "long _tokenSet1_data[] = {...};"
and the BitSet object declarations like
"BitSet _tokenSet1 = new BitSet(_tokenSet1_data);"
Note that most languages do not support object initialization inside a
class definition, so other code-generators may have to separate the
bitset declarations from the initializations (e.g., put the
initializations in the generated constructor instead). |
void | |
String | Get a string for an expression to generate creation of an AST subtree. |
String | Get a string for an expression to generate creation of an AST subtree. |
String | Get a string for an expression to generate creation of an AST subtree. |
String | Get a string for an expression to generate creation of an AST subtree. |
String | Get a string for an expression to generate creation of an AST subtree. |
String | Get a string for an expression to generate creation of an AST subtree. |
String | Get a string for an expression to generate creation of an AST subtree. |
void | |
String |
Methods with return type antlr.collections.impl.Vector | |
Vector | |
Vector | Get the token vocabulary (read-only). |
Vector | Get the token vocabulary (read-only). |
Vector | Tool.parseSeparatedList(String list, char separator) Parse a list such as "f1.g;f2.g;..." and return a Vector
of the elements. |