com.evelopers.unimod.analysis
Class DNFTreePrinter

java.lang.Object
  extended byantlr.TreeParser
      extended bycom.evelopers.unimod.analysis.DNFTreePrinter
All Implemented Interfaces:
DNFTreePrinterTokenTypes

public class DNFTreePrinter
extends antlr.TreeParser
implements DNFTreePrinterTokenTypes


Field Summary
static java.lang.String[] _tokenNames
           
 
Fields inherited from class antlr.TreeParser
_retTree, astFactory, ASTNULL, inputState, returnAST, tokenNames, traceDepth
 
Fields inherited from interface com.evelopers.unimod.analysis.DNFTreePrinterTokenTypes
AND, CONST_BOOL, CONST_BOOL_OR_IDENT, CONST_NUM, DIGIT, EOF, EQUAL, FALSE, GE, GT, IDENT, LE, LETTER, LPAREN, LT, NAME, NEQUAL, NOT, NULL_TREE_LOOKAHEAD, OR, RPAREN, TRUE, WS
 
Constructor Summary
DNFTreePrinter()
           
 
Method Summary
 java.lang.String p(antlr.collections.AST _t)
           
static void print(antlr.collections.AST ast)
           
static java.lang.String toString(antlr.collections.AST ast)
           
 
Methods inherited from class antlr.TreeParser
getAST, getASTFactory, getTokenName, getTokenNames, match, match, matchNot, panic, reportError, reportError, reportWarning, setASTFactory, setASTNodeClass, setASTNodeType, traceIn, traceIndent, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_tokenNames

public static final java.lang.String[] _tokenNames
Constructor Detail

DNFTreePrinter

public DNFTreePrinter()
Method Detail

toString

public static java.lang.String toString(antlr.collections.AST ast)
                                 throws antlr.RecognitionException
Throws:
antlr.RecognitionException

print

public static void print(antlr.collections.AST ast)
                  throws antlr.RecognitionException
Throws:
antlr.RecognitionException

p

public final java.lang.String p(antlr.collections.AST _t)
                         throws antlr.RecognitionException
Throws:
antlr.RecognitionException