|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TokenStream | |
| groovy.ui | An interactive command line terminal along with a Swing console for evaluating Groovy scripts. |
| org.codehaus.groovy.syntax | Lexer, parser and trees. |
| org.codehaus.groovy.syntax.lexer | Lexer. |
| org.codehaus.groovy.syntax.parser | The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree) |
| Uses of TokenStream in groovy.ui |
| Fields in groovy.ui declared as TokenStream | |
private TokenStream |
InteractiveShell.stream
|
| Uses of TokenStream in org.codehaus.groovy.syntax |
| Classes in org.codehaus.groovy.syntax that implement TokenStream | |
class |
AbstractTokenStream
Provides the common code for implementations. |
| Uses of TokenStream in org.codehaus.groovy.syntax.lexer |
| Classes in org.codehaus.groovy.syntax.lexer that implement TokenStream | |
class |
LexerTokenStream
Implements a TokenStream on a Lexer. |
| Uses of TokenStream in org.codehaus.groovy.syntax.parser |
| Fields in org.codehaus.groovy.syntax.parser declared as TokenStream | |
private TokenStream |
Parser.tokenStream
|
| Methods in org.codehaus.groovy.syntax.parser that return TokenStream | |
TokenStream |
Parser.getTokenStream()
Returns the TokenStream being parsed. |
| Constructors in org.codehaus.groovy.syntax.parser with parameters of type TokenStream | |
Parser(SourceUnit controller,
TokenStream tokenStream)
Sets the Parser to process a TokenStream,
under control of the specified SourceUnit. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||