|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--antlr.TreeParser | +--jtp.fol.kif.CodeGenerator
Field Summary | |
static String[] |
_tokenNames
|
static antlr.collections.impl.BitSet |
_tokenSet_0
|
Fields inherited from class antlr.TreeParser |
_retTree, astFactory, ASTNULL, inputState, returnAST, tokenNames, traceDepth |
Fields inherited from interface jtp.fol.kif.CodeGeneratorTokenTypes |
And, BIG_COMMENT, CompositeSentence, Defequals, Deffunction, Defimpleft, Defimpright, Defobject, Defrelation, Digit, EOF, Equiv, Exists, FLOAT, Forall, Func, GoodChar, IGNORE, Impleft, Impright, INTEGER, Kb, LINE_COMMENT, LPAREN, Not, NULL_TREE_LOOKAHEAD, Number, Or, PACKAGE_SYMBOL, PackageSign, Quote, RelSentence, RPAREN, SExp, STRING, SYMBOL, SymbolWithoutPackage, VARIABLE, Vars, WS |
Constructor Summary | |
CodeGenerator()
|
Method Summary | |
Collection |
clause(antlr.collections.AST _t)
|
void |
clear()
|
Collection |
cnf(antlr.collections.AST _t)
|
SubstitutableList |
func(antlr.collections.AST _t)
|
Literal |
literal(antlr.collections.AST _t)
|
Symbol |
symbol(antlr.collections.AST _t)
|
Object |
term(antlr.collections.AST _t)
|
Object |
variable(antlr.collections.AST _t)
|
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 |
public static final String[] _tokenNames
public static final antlr.collections.impl.BitSet _tokenSet_0
Constructor Detail |
public CodeGenerator()
Method Detail |
public void clear()
public final Collection cnf(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
public final Collection clause(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
public final Literal literal(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
public final Symbol symbol(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
public final Object term(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
public final Object variable(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
public final SubstitutableList func(antlr.collections.AST _t) throws antlr.RecognitionException
antlr.RecognitionException
|
JTP API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |