|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharStream | |
org.codehaus.groovy.classgen | Generates Java classes for Groovy classes using ASM. |
org.codehaus.groovy.syntax.lexer | Lexer. |
org.codehaus.groovy.tools | Compiler tools |
Uses of CharStream in org.codehaus.groovy.classgen |
Methods in org.codehaus.groovy.classgen with parameters of type CharStream | |
protected void |
CompilerFacade.parseClass(org.codehaus.groovy.syntax.lexer.CharStream charStream,
String file)
|
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 org.codehaus.groovy.syntax.lexer.CharStream |
FileCharStream.getCharStream()
|
org.codehaus.groovy.syntax.lexer.CharStream |
Lexer.getCharStream()
|
Constructors in org.codehaus.groovy.syntax.lexer with parameters of type CharStream | |
Lexer(org.codehaus.groovy.syntax.lexer.CharStream charStream)
|
Uses of CharStream in org.codehaus.groovy.tools |
Methods in org.codehaus.groovy.tools with parameters of type CharStream | |
org.codehaus.groovy.tools.GroovyClass[] |
Compiler.compile(org.codehaus.groovy.syntax.lexer.CharStream source)
|
org.codehaus.groovy.tools.GroovyClass[] |
Compiler.compile(org.codehaus.groovy.syntax.lexer.CharStream[] sources)
|
protected org.codehaus.groovy.syntax.parser.CSTNode |
Compiler.stageOneCompile(org.codehaus.groovy.syntax.lexer.CharStream charStream)
|
protected void |
Compiler.stageThreeCompile(org.codehaus.groovy.ast.CompileUnit unit,
org.codehaus.groovy.syntax.parser.CSTNode compilationUnit,
org.codehaus.groovy.syntax.lexer.CharStream charStream)
Compiles the AST |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |