Class OOLogicListener
java.lang.Object
com.semedy.reasoner.parser.oologic.OOLogicListener
- All Implemented Interfaces:
OOLogicGrammarListener
,org.antlr.v4.runtime.tree.ParseTreeListener
- Author:
- angele
-
Constructor Summary
ConstructorDescriptionOOLogicListener
(Collection<Rule> parsedRules, Collection<Literal> parsedFacts) OOLogicListener
(Collection<Rule> parsedRules, Collection<Literal> parsedFacts, SymbolTable symbols, ExternalDataTypeProvider dataTypeProvider, BuiltinProvider builtins, InvertedIndices invertedIndex) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byOOLogicGrammarParser.aggregation()
.void
Enter a parse tree produced byOOLogicGrammarParser.aggregationWithGrouping()
.void
Enter a parse tree produced byOOLogicGrammarParser.aggregationWithoutGrouping()
.void
Enter a parse tree produced byOOLogicGrammarParser.argument()
.void
Enter a parse tree produced byOOLogicGrammarParser.arguments()
.void
Enter a parse tree produced byOOLogicGrammarParser.assignmentAtom()
.void
Enter a parse tree produced byOOLogicGrammarParser.atom()
.void
Enter a parse tree produced byOOLogicGrammarParser.atomWOModule()
.void
Enter a parse tree produced byOOLogicGrammarParser.boolExpression()
.void
Enter a parse tree produced byOOLogicGrammarParser.builtinAtom()
.void
Enter a parse tree produced byOOLogicGrammarParser.compareAtom()
.void
Enter a parse tree produced byOOLogicGrammarParser.constraint()
.void
Enter a parse tree produced byOOLogicGrammarParser.constraints()
.void
Enter a parse tree produced byOOLogicGrammarParser.edge()
.void
Enter a parse tree produced byOOLogicGrammarParser.enumeration()
.void
enterEveryRule
(org.antlr.v4.runtime.ParserRuleContext arg0) void
Enter a parse tree produced byOOLogicGrammarParser.expression()
.void
Enter a parse tree produced byOOLogicGrammarParser.fact()
.void
Enter a parse tree produced byOOLogicGrammarParser.facts_and_rules()
.void
Enter a parse tree produced byOOLogicGrammarParser.function()
.void
Enter a parse tree produced byOOLogicGrammarParser.groundTerm()
.void
Enter a parse tree produced byOOLogicGrammarParser.headatoms()
.void
Enter a parse tree produced byOOLogicGrammarParser.implies()
.void
Enter a parse tree produced byOOLogicGrammarParser.inputVariables()
.void
Enter a parse tree produced byOOLogicGrammarParser.literal()
.void
Enter a parse tree produced byOOLogicGrammarParser.literals()
.void
Enter a parse tree produced byOOLogicGrammarParser.module()
.void
Enter a parse tree produced byOOLogicGrammarParser.number()
.void
Enter a parse tree produced byOOLogicGrammarParser.ooMemberAtom()
.void
Enter a parse tree produced byOOLogicGrammarParser.ooProperties()
.void
Enter a parse tree produced byOOLogicGrammarParser.ooProperty()
.void
Enter a parse tree produced byOOLogicGrammarParser.ooPropertyAtom()
.void
Enter a parse tree produced byOOLogicGrammarParser.ooPropertyName()
.void
Enter a parse tree produced byOOLogicGrammarParser.ooPropertyValue()
.void
Enter a parse tree produced byOOLogicGrammarParser.ooSubClassAtom()
.void
void
Enter a parse tree produced byOOLogicGrammarParser.orList()
.void
Enter a parse tree produced byOOLogicGrammarParser.partof()
.void
Enter a parse tree produced byOOLogicGrammarParser.path()
.void
Enter a parse tree produced byOOLogicGrammarParser.pathExpression()
.void
Enter a parse tree produced byOOLogicGrammarParser.predicateAtom()
.void
Enter a parse tree produced byOOLogicGrammarParser.queries()
.void
Enter a parse tree produced byOOLogicGrammarParser.query()
.void
Enter a parse tree produced byOOLogicGrammarParser.quotedString()
.void
Enter a parse tree produced byOOLogicGrammarParser.reasoningRule()
.void
Enter a parse tree produced byOOLogicGrammarParser.ruleAtom()
.void
Enter a parse tree produced byOOLogicGrammarParser.semicolon()
.void
Enter a parse tree produced byOOLogicGrammarParser.set()
.void
Enter a parse tree produced byOOLogicGrammarParser.simpleBoolExpression()
.void
Enter a parse tree produced byOOLogicGrammarParser.simpleExpression()
.void
Enter a parse tree produced byOOLogicGrammarParser.subway()
.void
Enter a parse tree produced byOOLogicGrammarParser.term()
.void
Enter a parse tree produced byOOLogicGrammarParser.variable()
.void
Enter a parse tree produced byOOLogicGrammarParser.variables()
.void
Enter a parse tree produced byOOLogicGrammarParser.way()
.void
Exit a parse tree produced byOOLogicGrammarParser.aggregation()
.void
Exit a parse tree produced byOOLogicGrammarParser.aggregationWithGrouping()
.void
Exit a parse tree produced byOOLogicGrammarParser.aggregationWithoutGrouping()
.void
Exit a parse tree produced byOOLogicGrammarParser.argument()
.void
Exit a parse tree produced byOOLogicGrammarParser.arguments()
.void
Exit a parse tree produced byOOLogicGrammarParser.assignmentAtom()
.void
Exit a parse tree produced byOOLogicGrammarParser.atom()
.void
Exit a parse tree produced byOOLogicGrammarParser.atomWOModule()
.void
Exit a parse tree produced byOOLogicGrammarParser.boolExpression()
.void
Exit a parse tree produced byOOLogicGrammarParser.builtinAtom()
.void
Exit a parse tree produced byOOLogicGrammarParser.compareAtom()
.void
Exit a parse tree produced byOOLogicGrammarParser.constraint()
.void
Exit a parse tree produced byOOLogicGrammarParser.constraints()
.void
Exit a parse tree produced byOOLogicGrammarParser.edge()
.void
Exit a parse tree produced byOOLogicGrammarParser.enumeration()
.void
exitEveryRule
(org.antlr.v4.runtime.ParserRuleContext arg0) void
Exit a parse tree produced byOOLogicGrammarParser.expression()
.void
Exit a parse tree produced byOOLogicGrammarParser.fact()
.void
Exit a parse tree produced byOOLogicGrammarParser.facts_and_rules()
.void
Exit a parse tree produced byOOLogicGrammarParser.function()
.void
Exit a parse tree produced byOOLogicGrammarParser.groundTerm()
.void
Exit a parse tree produced byOOLogicGrammarParser.headatoms()
.void
Exit a parse tree produced byOOLogicGrammarParser.implies()
.void
Exit a parse tree produced byOOLogicGrammarParser.inputVariables()
.void
Exit a parse tree produced byOOLogicGrammarParser.literal()
.void
Exit a parse tree produced byOOLogicGrammarParser.literals()
.void
Exit a parse tree produced byOOLogicGrammarParser.module()
.void
Exit a parse tree produced byOOLogicGrammarParser.number()
.void
Exit a parse tree produced byOOLogicGrammarParser.ooMemberAtom()
.void
Exit a parse tree produced byOOLogicGrammarParser.ooProperties()
.void
Exit a parse tree produced byOOLogicGrammarParser.ooProperty()
.void
Exit a parse tree produced byOOLogicGrammarParser.ooPropertyAtom()
.void
Exit a parse tree produced byOOLogicGrammarParser.ooPropertyName()
.void
Exit a parse tree produced byOOLogicGrammarParser.ooPropertyValue()
.void
Exit a parse tree produced byOOLogicGrammarParser.ooSubClassAtom()
.void
void
Exit a parse tree produced byOOLogicGrammarParser.orList()
.void
Exit a parse tree produced byOOLogicGrammarParser.partof()
.void
Exit a parse tree produced byOOLogicGrammarParser.path()
.void
Exit a parse tree produced byOOLogicGrammarParser.pathExpression()
.void
Exit a parse tree produced byOOLogicGrammarParser.predicateAtom()
.void
Exit a parse tree produced byOOLogicGrammarParser.queries()
.void
Exit a parse tree produced byOOLogicGrammarParser.query()
.void
Exit a parse tree produced byOOLogicGrammarParser.quotedString()
.void
Exit a parse tree produced byOOLogicGrammarParser.reasoningRule()
.void
Exit a parse tree produced byOOLogicGrammarParser.ruleAtom()
.void
Exit a parse tree produced byOOLogicGrammarParser.semicolon()
.void
Exit a parse tree produced byOOLogicGrammarParser.set()
.void
Exit a parse tree produced byOOLogicGrammarParser.simpleBoolExpression()
.void
Exit a parse tree produced byOOLogicGrammarParser.simpleExpression()
.void
Exit a parse tree produced byOOLogicGrammarParser.subway()
.void
Exit a parse tree produced byOOLogicGrammarParser.term()
.void
Exit a parse tree produced byOOLogicGrammarParser.variable()
.void
Exit a parse tree produced byOOLogicGrammarParser.variables()
.void
Exit a parse tree produced byOOLogicGrammarParser.way()
.void
visitErrorNode
(org.antlr.v4.runtime.tree.ErrorNode arg0) void
visitTerminal
(org.antlr.v4.runtime.tree.TerminalNode arg0)
-
Constructor Details
-
OOLogicListener
-
OOLogicListener
public OOLogicListener(Collection<Rule> parsedRules, Collection<Literal> parsedFacts, SymbolTable symbols, ExternalDataTypeProvider dataTypeProvider, BuiltinProvider builtins, InvertedIndices invertedIndex)
-
-
Method Details
-
getException
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext arg0) - Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext arg0) - Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode arg0) - Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode arg0) - Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitReasoningRule
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.reasoningRule()
.- Specified by:
exitReasoningRule
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterFacts_and_rules
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.facts_and_rules()
.- Specified by:
enterFacts_and_rules
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitFacts_and_rules
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.facts_and_rules()
.- Specified by:
exitFacts_and_rules
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoMemberAtom
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.ooMemberAtom()
.- Specified by:
enterOoMemberAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoMemberAtom
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.ooMemberAtom()
.- Specified by:
exitOoMemberAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterCompareAtom
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.compareAtom()
.- Specified by:
enterCompareAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoSubClassAtom
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.ooSubClassAtom()
.- Specified by:
enterOoSubClassAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoSubClassAtom
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.ooSubClassAtom()
.- Specified by:
exitOoSubClassAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterFact
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.fact()
.- Specified by:
enterFact
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitFact
public void exitFact(OOLogicGrammarParser.FactContext ctx) throws org.antlr.v4.runtime.RecognitionException Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.fact()
.- Specified by:
exitFact
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree- Throws:
org.antlr.v4.runtime.RecognitionException
-
exitAtom
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.atom()
.- Specified by:
exitAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterLiteral
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.literal()
.- Specified by:
enterLiteral
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitLiteral
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.literal()
.- Specified by:
exitLiteral
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoPropertyAtom
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.ooPropertyAtom()
.- Specified by:
exitOoPropertyAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterTerm
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.term()
.- Specified by:
enterTerm
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitTerm
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.term()
.- Specified by:
exitTerm
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoPropertyAtom
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.ooPropertyAtom()
.- Specified by:
enterOoPropertyAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterPredicateAtom
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.predicateAtom()
.- Specified by:
enterPredicateAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitPredicateAtom
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.predicateAtom()
.- Specified by:
exitPredicateAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoSubClassGroundAtom
-
exitOoSubClassGroundAtom
-
enterVariable
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.variable()
.- Specified by:
enterVariable
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitVariable
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.variable()
.- Specified by:
exitVariable
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterQuotedString
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.quotedString()
.- Specified by:
enterQuotedString
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitQuotedString
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.quotedString()
.- Specified by:
exitQuotedString
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterArguments
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.arguments()
.- Specified by:
enterArguments
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitArguments
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.arguments()
.- Specified by:
exitArguments
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAtom
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.atom()
.- Specified by:
enterAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterFunction
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.function()
.- Specified by:
enterFunction
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitFunction
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.function()
.- Specified by:
exitFunction
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterModule
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.module()
.- Specified by:
enterModule
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitModule
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.module()
.- Specified by:
exitModule
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterQuery
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.query()
.- Specified by:
enterQuery
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitQuery
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.query()
.- Specified by:
exitQuery
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAtomWOModule
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.atomWOModule()
.- Specified by:
enterAtomWOModule
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitAtomWOModule
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.atomWOModule()
.- Specified by:
exitAtomWOModule
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoProperty
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.ooProperty()
.- Specified by:
enterOoProperty
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoProperty
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.ooProperty()
.- Specified by:
exitOoProperty
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoProperties
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.ooProperties()
.- Specified by:
enterOoProperties
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoProperties
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.ooProperties()
.- Specified by:
exitOoProperties
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoPropertyValue
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.ooPropertyValue()
.- Specified by:
enterOoPropertyValue
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoPropertyValue
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.ooPropertyValue()
.- Specified by:
exitOoPropertyValue
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterLiterals
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.literals()
.- Specified by:
enterLiterals
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitLiterals
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.literals()
.- Specified by:
exitLiterals
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterReasoningRule
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.reasoningRule()
.- Specified by:
enterReasoningRule
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterRuleAtom
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.ruleAtom()
.- Specified by:
enterRuleAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitRuleAtom
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.ruleAtom()
.- Specified by:
exitRuleAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAssignmentAtom
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.assignmentAtom()
.- Specified by:
enterAssignmentAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitAssignmentAtom
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.assignmentAtom()
.- Specified by:
exitAssignmentAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterExpression
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.expression()
.- Specified by:
enterExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitExpression
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.expression()
.- Specified by:
exitExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSimpleExpression
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.simpleExpression()
.- Specified by:
enterSimpleExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSimpleExpression
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.simpleExpression()
.- Specified by:
exitSimpleExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterGroundTerm
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.groundTerm()
.- Specified by:
enterGroundTerm
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitGroundTerm
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.groundTerm()
.- Specified by:
exitGroundTerm
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterNumber
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.number()
.- Specified by:
enterNumber
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitNumber
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.number()
.- Specified by:
exitNumber
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterQueries
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.queries()
.- Specified by:
enterQueries
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitQueries
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.queries()
.- Specified by:
exitQueries
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterImplies
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.implies()
.- Specified by:
enterImplies
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitImplies
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.implies()
.- Specified by:
exitImplies
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSemicolon
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.semicolon()
.- Specified by:
enterSemicolon
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSemicolon
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.semicolon()
.- Specified by:
exitSemicolon
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOrList
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.orList()
.- Specified by:
enterOrList
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOrList
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.orList()
.- Specified by:
exitOrList
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAggregation
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.aggregation()
.- Specified by:
enterAggregation
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitAggregation
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.aggregation()
.- Specified by:
exitAggregation
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAggregationWithoutGrouping
public void enterAggregationWithoutGrouping(OOLogicGrammarParser.AggregationWithoutGroupingContext ctx) Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.aggregationWithoutGrouping()
.- Specified by:
enterAggregationWithoutGrouping
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitAggregationWithoutGrouping
public void exitAggregationWithoutGrouping(OOLogicGrammarParser.AggregationWithoutGroupingContext ctx) Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.aggregationWithoutGrouping()
.- Specified by:
exitAggregationWithoutGrouping
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAggregationWithGrouping
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.aggregationWithGrouping()
.- Specified by:
enterAggregationWithGrouping
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitAggregationWithGrouping
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.aggregationWithGrouping()
.- Specified by:
exitAggregationWithGrouping
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterHeadatoms
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.headatoms()
.- Specified by:
enterHeadatoms
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitHeadatoms
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.headatoms()
.- Specified by:
exitHeadatoms
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterPartof
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.partof()
.- Specified by:
enterPartof
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitPartof
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.partof()
.- Specified by:
exitPartof
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterConstraints
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.constraints()
.- Specified by:
enterConstraints
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitConstraints
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.constraints()
.- Specified by:
exitConstraints
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterConstraint
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.constraint()
.- Specified by:
enterConstraint
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitConstraint
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.constraint()
.- Specified by:
exitConstraint
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterVariables
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.variables()
.- Specified by:
enterVariables
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitVariables
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.variables()
.- Specified by:
exitVariables
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterBuiltinAtom
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.builtinAtom()
.- Specified by:
enterBuiltinAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitBuiltinAtom
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.builtinAtom()
.- Specified by:
exitBuiltinAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoPropertyName
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.ooPropertyName()
.- Specified by:
enterOoPropertyName
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoPropertyName
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.ooPropertyName()
.- Specified by:
exitOoPropertyName
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterInputVariables
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.inputVariables()
.- Specified by:
enterInputVariables
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitInputVariables
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.inputVariables()
.- Specified by:
exitInputVariables
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterPath
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.path()
.- Specified by:
enterPath
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitPath
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.path()
.- Specified by:
exitPath
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSubway
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.subway()
.- Specified by:
exitSubway
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSet
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.set()
.- Specified by:
enterSet
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSet
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.set()
.- Specified by:
exitSet
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterEnumeration
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.enumeration()
.- Specified by:
enterEnumeration
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitEnumeration
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.enumeration()
.- Specified by:
exitEnumeration
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterBoolExpression
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.boolExpression()
.- Specified by:
enterBoolExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitBoolExpression
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.boolExpression()
.- Specified by:
exitBoolExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitCompareAtom
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.compareAtom()
.- Specified by:
exitCompareAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSimpleBoolExpression
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.simpleBoolExpression()
.- Specified by:
enterSimpleBoolExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSimpleBoolExpression
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.simpleBoolExpression()
.- Specified by:
exitSimpleBoolExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterArgument
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.argument()
.- Specified by:
enterArgument
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitArgument
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.argument()
.- Specified by:
exitArgument
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterPathExpression
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.pathExpression()
.- Specified by:
enterPathExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitPathExpression
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.pathExpression()
.- Specified by:
exitPathExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterEdge
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.edge()
.- Specified by:
enterEdge
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitEdge
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.edge()
.- Specified by:
exitEdge
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterWay
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.way()
.- Specified by:
enterWay
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitWay
Description copied from interface:OOLogicGrammarListener
Exit a parse tree produced byOOLogicGrammarParser.way()
.- Specified by:
exitWay
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSubway
Description copied from interface:OOLogicGrammarListener
Enter a parse tree produced byOOLogicGrammarParser.subway()
.- Specified by:
enterSubway
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-