org.codehaus.groovy.antlr
Class Main

java.lang.Object
  extended by org.codehaus.groovy.antlr.Main

 class Main
extends java.lang.Object


Field Summary
(package private) static boolean showTree
           
(package private) static boolean verbose
           
(package private) static boolean whitespaceIncluded
           
 
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
 

Field Detail

whitespaceIncluded

static boolean whitespaceIncluded

showTree

static boolean showTree

verbose

static boolean verbose
Constructor Detail

Main

Main()
Method Detail

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.