org.codehaus.groovy.antlr
Class Main
java.lang.Object
org.codehaus.groovy.antlr.Main
class Main
- extends java.lang.Object
Constructor Summary |
Main()
|
Method Summary |
static void |
doFile(java.io.File f)
|
static void |
doTreeAction(java.lang.String f,
antlr.collections.AST t,
java.lang.String[] tokenNames)
|
static void |
main(java.lang.String[] args)
|
static void |
parseFile(java.lang.String f,
GroovyLexer l,
SourceBuffer sourceBuffer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
whitespaceIncluded
static boolean whitespaceIncluded
showTree
static boolean showTree
verbose
static boolean verbose
Main
Main()
main
public static void main(java.lang.String[] args)
doFile
public static void doFile(java.io.File f)
throws java.lang.Exception
- Throws:
java.lang.Exception
parseFile
public static void parseFile(java.lang.String f,
GroovyLexer l,
SourceBuffer sourceBuffer)
throws java.lang.Exception
- Throws:
java.lang.Exception
doTreeAction
public static void doTreeAction(java.lang.String f,
antlr.collections.AST t,
java.lang.String[] tokenNames)
Copyright © ${year} The Codehaus. All Rights Reserved.