|
|||||||||||
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
|
Methods in org.codehaus.groovy.syntax.lexer that return CharStream | |
protected CharStream |
FileCharStream.getCharStream()
|
CharStream |
GroovyLexer.getCharStream()
Returns the underlying CharStream . |
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 |