antlr.preprocessor
Class Tool
java.lang.Object
  |
  +--antlr.preprocessor.Tool
- public class Tool
- extends Object
  
Tester for the preprocessor
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
theHierarchy
protected Hierarchy theHierarchy
grammarFileName
protected String grammarFileName
args
protected String[] args
nargs
protected int nargs
grammars
protected Vector grammars
antlrTool
protected Tool antlrTool
Tool
public Tool(Tool t,
            String[] args)
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.