|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TokenStream | |
| org.codehaus.groovy.syntax | |
| org.codehaus.groovy.syntax.lexer | |
| org.codehaus.groovy.syntax.parser | |
| 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 |
| 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 | ||||||||||