|
|
|
|
|
|
|
|
|
|
|
handle(self,
tok,
context)
This method is intended to be overridden for logics that use
different operators or expressions |
source code
|
|
|
|
|
|
|
|
|
Inherited from drt.DrtParser:
get_BooleanExpression_factory,
handle_DRS,
handle_conds,
handle_refs,
isvariable,
make_ApplicationExpression,
make_BooleanExpression,
make_EqualityExpression,
make_LambdaExpression,
make_NegatedExpression,
make_VariableExpression
Inherited from logic.LogicParser:
__repr__,
assertNextToken,
assertToken,
attempt_ApplicationExpression,
attempt_BooleanExpression,
attempt_EqualityExpression,
ensure_abstractable,
get_QuantifiedExpression_factory,
handle_lambda,
handle_negation,
handle_open,
handle_quant,
handle_variable,
has_priority,
inRange,
make_QuanifiedExpression,
parse,
parse_Expression,
process,
process_quoted_token,
token
|