antlr.preprocessor
Class Tool

java.lang.Object
  |
  +--antlr.preprocessor.Tool

public class Tool
extends Object

Tester for the preprocessor


Field Summary
protected  Tool antlrTool
           
protected  String[] args
           
protected  String grammarFileName
           
protected  Vector grammars
           
protected  int nargs
           
protected  Hierarchy theHierarchy
           
 
Constructor Summary
Tool(Tool t, String[] args)
           
 
Method Summary
static void main(String[] args)
           
 boolean preprocess()
           
 String[] preprocessedArgList()
          create new arg list with correct length to pass to ANTLR
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theHierarchy

protected Hierarchy theHierarchy

grammarFileName

protected String grammarFileName

args

protected String[] args

nargs

protected int nargs

grammars

protected Vector grammars

antlrTool

protected Tool antlrTool
Constructor Detail

Tool

public Tool(Tool t,
            String[] args)
Method Detail

main

public static void main(String[] args)

preprocess

public boolean preprocess()

preprocessedArgList

public String[] preprocessedArgList()
create new arg list with correct length to pass to ANTLR



Copyright © 1999-2003 Oliver Zeigermann. All Rights Reserved.