|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroovyRecognizer | |
---|---|
org.codehaus.groovy.antlr.parser |
Uses of GroovyRecognizer in org.codehaus.groovy.antlr.parser |
---|
Fields in org.codehaus.groovy.antlr.parser declared as GroovyRecognizer | |
---|---|
protected GroovyRecognizer |
GroovyLexer.parser
|
Methods in org.codehaus.groovy.antlr.parser that return GroovyRecognizer | |
---|---|
static GroovyRecognizer |
GroovyRecognizer.make(GroovyLexer lexer)
This factory is the correct way to wire together a Groovy parser and lexer. |
static GroovyRecognizer |
GroovyRecognizer.make(antlr.InputBuffer in)
|
static GroovyRecognizer |
GroovyRecognizer.make(java.io.InputStream in)
|
static GroovyRecognizer |
GroovyRecognizer.make(antlr.LexerSharedInputState in)
|
static GroovyRecognizer |
GroovyRecognizer.make(java.io.Reader in)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |