|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CharStream | |
| org.codehaus.groovy.syntax.lexer | Lexer. |
| Uses of CharStream in org.codehaus.groovy.syntax.lexer |
| Classes in org.codehaus.groovy.syntax.lexer that implement CharStream | |
class |
AbstractCharStream
|
class |
FileCharStream
|
class |
InputStreamCharStream
|
class |
ReaderCharStream
|
class |
StringCharStream
|
| Fields in org.codehaus.groovy.syntax.lexer declared as CharStream | |
private CharStream |
GroovyLexer.charStream
|
private CharStream |
FileCharStream.charStream
|
| Methods in org.codehaus.groovy.syntax.lexer that return CharStream | |
CharStream |
GroovyLexer.getCharStream()
Returns the underlying CharStream. |
protected CharStream |
FileCharStream.getCharStream()
|
| Constructors in org.codehaus.groovy.syntax.lexer with parameters of type CharStream | |
GroovyLexer(CharStream charStream)
Initializes the Lexer from an opened CharStream. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||