Uses of Class
org.codehaus.groovy.antlr.parser.GroovyRecognizer

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(InputStream in)
           
static GroovyRecognizer GroovyRecognizer.make(antlr.LexerSharedInputState in)
           
static GroovyRecognizer GroovyRecognizer.make(Reader in)
           
 



Copyright © 2003-2010 The Codehaus. All Rights Reserved.