Public Member Functions | Static Public Attributes | Protected Member Functions

antlr.build.ANTLR Class Reference

List of all members.

Public Member Functions

 ANTLR ()
String getName ()
void build (Tool tool)
void jar (Tool tool)

Static Public Attributes

static String compiler = "javac"
static String jarName = "antlr.jar"
static String root = "."
static String[] srcdir

Protected Member Functions

boolean rootIsValidANTLRDir (Tool tool)

Detailed Description

Simple class that uses build.Tool to compile ANTLR's Java stuff


Constructor & Destructor Documentation

antlr.build.ANTLR.ANTLR (  ) 

Member Function Documentation

void antlr.build.ANTLR.build ( Tool  tool  ) 
String antlr.build.ANTLR.getName (  ) 
void antlr.build.ANTLR.jar ( Tool  tool  ) 
boolean antlr.build.ANTLR.rootIsValidANTLRDir ( Tool  tool  )  [protected]

ANTLR root dir must contain an "antlr" dir and must have java files underneath etc...

References antlr.build.Tool.error(), and antlr.build.ANTLR.root.

Referenced by antlr.build.ANTLR.build(), and antlr.build.ANTLR.jar().


Member Data Documentation

String antlr.build.ANTLR.compiler = "javac" [static]
String antlr.build.ANTLR.jarName = "antlr.jar" [static]

Referenced by antlr.build.ANTLR.jar().

String antlr.build.ANTLR.root = "." [static]
String [] antlr.build.ANTLR.srcdir [static]
Initial value:
 {
        "antlr",
        "antlr/actions/cpp",
        "antlr/actions/java",
        "antlr/actions/csharp",
        "antlr/collections",
        "antlr/collections/impl",
        "antlr/debug",
        "antlr/ASdebug",
        "antlr/debug/misc",
        "antlr/preprocessor"
    }

Referenced by antlr.build.ANTLR.build(), and antlr.build.ANTLR.jar().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties