Public Member Functions | |
Object | defaultResult () |
LogicParser () | |
LogicParser (String str) | |
void | parse () throws ParserErrorException |
ArrayList | parseAntecedence (ArrayList v) throws ParserErrorException |
ArrayList | parseAntecedenceRest (ArrayList v) throws ParserErrorException |
ArrayList | parseArguments (ArrayList v) throws ParserErrorException |
LObject | parseFunction () throws ParserErrorException |
LPredicate | parsePredicate () throws ParserErrorException |
void | parseSentence () throws ParserErrorException |
Definition at line 53 of file LogicParser.java.
theoremprover.LogicParser.LogicParser | ( | ) | [inline] |
Definition at line 58 of file LogicParser.java.
theoremprover.LogicParser.LogicParser | ( | String | str | ) | [inline] |
Definition at line 66 of file LogicParser.java.
Object theoremprover.LogicParser.defaultResult | ( | ) | [inline] |
Reimplemented from theoremprover.GenericParser.
Definition at line 76 of file LogicParser.java.
void theoremprover.LogicParser.parse | ( | ) | throws ParserErrorException [inline] |
Reimplemented from theoremprover.GenericParser.
Definition at line 83 of file LogicParser.java.
ArrayList theoremprover.LogicParser.parseAntecedence | ( | ArrayList | v | ) | throws ParserErrorException [inline] |
Definition at line 257 of file LogicParser.java.
ArrayList theoremprover.LogicParser.parseAntecedenceRest | ( | ArrayList | v | ) | throws ParserErrorException [inline] |
Definition at line 269 of file LogicParser.java.
ArrayList theoremprover.LogicParser.parseArguments | ( | ArrayList | v | ) | throws ParserErrorException [inline] |
Definition at line 190 of file LogicParser.java.
LObject theoremprover.LogicParser.parseFunction | ( | ) | throws ParserErrorException [inline] |
Definition at line 207 of file LogicParser.java.
LPredicate theoremprover.LogicParser.parsePredicate | ( | ) | throws ParserErrorException [inline] |
Definition at line 167 of file LogicParser.java.
void theoremprover.LogicParser.parseSentence | ( | ) | throws ParserErrorException [inline] |
Definition at line 93 of file LogicParser.java.