Frames | No Frames |
Classes implementing antlr.TokenStream | |
class |
Constructors with parameter type antlr.TokenStream | |
Methods with parameter type antlr.TokenStream | |
void | |
void | User can override to do their own debugging |
Classes implementing antlr.TokenStream | |
class | Perform the following translations:
AST related translations
## -> currentRule_AST
#(x,y,z) -> codeGenerator.getASTCreateString(vector-of(x,y,z))
#[x] -> codeGenerator.getASTCreateString(x)
#x -> codeGenerator.mapTreeId(x)
Inside context of #(...), you can ref (x,y,z), [x], and x as shortcuts. |
Classes implementing antlr.TokenStream | |
class | Perform the following translations:
AST related translations
## -> currentRule_AST
#(x,y,z) -> codeGenerator.getASTCreateString(vector-of(x,y,z))
#[x] -> codeGenerator.getASTCreateString(x)
#x -> codeGenerator.mapTreeId(x)
Inside context of #(...), you can ref (x,y,z), [x], and x as shortcuts. |
Classes implementing antlr.TokenStream | |
class | Perform the following translations:
AST related translations
## -> currentRule_AST
#(x,y,z) -> codeGenerator.getASTCreateString(vector-of(x,y,z))
#[x] -> codeGenerator.getASTCreateString(x)
#x -> codeGenerator.mapTreeId(x)
Inside context of #(...), you can ref (x,y,z), [x], and x as shortcuts. |
Classes implementing antlr.TokenStream | |
class |
Constructors with parameter type antlr.TokenStream | |
Classes implementing antlr.TokenStream | |
class | |
class | |
class | |
class | This object is a TokenStream that passes through all
tokens except for those that you tell it to discard. |
class | This object filters a token stream coming from a lexer
or another TokenStream so that only certain token channels
get transmitted to the parser. |
class | This token stream tracks the *entire* token stream coming from
a lexer, but does not pass on the whitespace (or whatever else
you want to discard) to the parser. |
class | A token stream MUX (multiplexor) knows about n token streams
and can multiplex them onto the same channel for use by token
stream consumer like a parser. |
Constructors with parameter type antlr.TokenStream | |
Create a token buffer | |
Fields of type antlr.TokenStream | |
TokenStream | |
TokenStream | The input stream |
TokenStream | The currently-selected token stream input |
TokenStream | Who do we suck tokens from? |
Methods with parameter type antlr.TokenStream | |
void | |
void | |
void | |
void | Set the stream without pushing old stream |
Methods with return type antlr.TokenStream | |
TokenStream | Return the stream from tokens are being pulled at
the moment. |
TokenStream | return the Tokenizer (needed by ParseView) |
TokenStream | TokenStreamSelector.getStream(String sname) |
TokenStream |