Class OOLogicGrammarBaseListener
- All Implemented Interfaces:
OOLogicGrammarListener
,org.antlr.v4.runtime.tree.ParseTreeListener
OOLogicGrammarListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
-
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 ctx) 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
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 ctx) 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
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 node) void
visitTerminal
(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
OOLogicGrammarBaseListener
public OOLogicGrammarBaseListener()
-
-
Method Details
-
enterFacts_and_rules
Enter a parse tree produced byOOLogicGrammarParser.facts_and_rules()
.The default implementation does nothing.
- Specified by:
enterFacts_and_rules
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitFacts_and_rules
Exit a parse tree produced byOOLogicGrammarParser.facts_and_rules()
.The default implementation does nothing.
- Specified by:
exitFacts_and_rules
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterArgument
Enter a parse tree produced byOOLogicGrammarParser.argument()
.The default implementation does nothing.
- Specified by:
enterArgument
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitArgument
Exit a parse tree produced byOOLogicGrammarParser.argument()
.The default implementation does nothing.
- Specified by:
exitArgument
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoMemberAtom
Enter a parse tree produced byOOLogicGrammarParser.ooMemberAtom()
.The default implementation does nothing.
- Specified by:
enterOoMemberAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoMemberAtom
Exit a parse tree produced byOOLogicGrammarParser.ooMemberAtom()
.The default implementation does nothing.
- Specified by:
exitOoMemberAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoSubClassAtom
Enter a parse tree produced byOOLogicGrammarParser.ooSubClassAtom()
.The default implementation does nothing.
- Specified by:
enterOoSubClassAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoSubClassAtom
Exit a parse tree produced byOOLogicGrammarParser.ooSubClassAtom()
.The default implementation does nothing.
- Specified by:
exitOoSubClassAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterLiterals
Enter a parse tree produced byOOLogicGrammarParser.literals()
.The default implementation does nothing.
- Specified by:
enterLiterals
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitLiterals
Exit a parse tree produced byOOLogicGrammarParser.literals()
.The default implementation does nothing.
- Specified by:
exitLiterals
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterConstraints
Enter a parse tree produced byOOLogicGrammarParser.constraints()
.The default implementation does nothing.
- Specified by:
enterConstraints
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitConstraints
Exit a parse tree produced byOOLogicGrammarParser.constraints()
.The default implementation does nothing.
- Specified by:
exitConstraints
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterPath
Enter a parse tree produced byOOLogicGrammarParser.path()
.The default implementation does nothing.
- Specified by:
enterPath
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitPath
Exit a parse tree produced byOOLogicGrammarParser.path()
.The default implementation does nothing.
- Specified by:
exitPath
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterNumber
Enter a parse tree produced byOOLogicGrammarParser.number()
.The default implementation does nothing.
- Specified by:
enterNumber
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitNumber
Exit a parse tree produced byOOLogicGrammarParser.number()
.The default implementation does nothing.
- Specified by:
exitNumber
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterEdge
Enter a parse tree produced byOOLogicGrammarParser.edge()
.The default implementation does nothing.
- Specified by:
enterEdge
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitEdge
Exit a parse tree produced byOOLogicGrammarParser.edge()
.The default implementation does nothing.
- Specified by:
exitEdge
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterRuleAtom
Enter a parse tree produced byOOLogicGrammarParser.ruleAtom()
.The default implementation does nothing.
- Specified by:
enterRuleAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitRuleAtom
Exit a parse tree produced byOOLogicGrammarParser.ruleAtom()
.The default implementation does nothing.
- Specified by:
exitRuleAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterFunction
Enter a parse tree produced byOOLogicGrammarParser.function()
.The default implementation does nothing.
- Specified by:
enterFunction
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitFunction
Exit a parse tree produced byOOLogicGrammarParser.function()
.The default implementation does nothing.
- Specified by:
exitFunction
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAtomWOModule
Enter a parse tree produced byOOLogicGrammarParser.atomWOModule()
.The default implementation does nothing.
- Specified by:
enterAtomWOModule
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitAtomWOModule
Exit a parse tree produced byOOLogicGrammarParser.atomWOModule()
.The default implementation does nothing.
- Specified by:
exitAtomWOModule
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterEnumeration
Enter a parse tree produced byOOLogicGrammarParser.enumeration()
.The default implementation does nothing.
- Specified by:
enterEnumeration
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitEnumeration
Exit a parse tree produced byOOLogicGrammarParser.enumeration()
.The default implementation does nothing.
- Specified by:
exitEnumeration
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterInputVariables
Enter a parse tree produced byOOLogicGrammarParser.inputVariables()
.The default implementation does nothing.
- Specified by:
enterInputVariables
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitInputVariables
Exit a parse tree produced byOOLogicGrammarParser.inputVariables()
.The default implementation does nothing.
- Specified by:
exitInputVariables
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSimpleBoolExpression
public void enterSimpleBoolExpression(@NotNull OOLogicGrammarParser.SimpleBoolExpressionContext ctx) Enter a parse tree produced byOOLogicGrammarParser.simpleBoolExpression()
.The default implementation does nothing.
- Specified by:
enterSimpleBoolExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSimpleBoolExpression
Exit a parse tree produced byOOLogicGrammarParser.simpleBoolExpression()
.The default implementation does nothing.
- Specified by:
exitSimpleBoolExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterPartof
Enter a parse tree produced byOOLogicGrammarParser.partof()
.The default implementation does nothing.
- Specified by:
enterPartof
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitPartof
Exit a parse tree produced byOOLogicGrammarParser.partof()
.The default implementation does nothing.
- Specified by:
exitPartof
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterBoolExpression
Enter a parse tree produced byOOLogicGrammarParser.boolExpression()
.The default implementation does nothing.
- Specified by:
enterBoolExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitBoolExpression
Exit a parse tree produced byOOLogicGrammarParser.boolExpression()
.The default implementation does nothing.
- Specified by:
exitBoolExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterModule
Enter a parse tree produced byOOLogicGrammarParser.module()
.The default implementation does nothing.
- Specified by:
enterModule
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitModule
Exit a parse tree produced byOOLogicGrammarParser.module()
.The default implementation does nothing.
- Specified by:
exitModule
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterQuery
Enter a parse tree produced byOOLogicGrammarParser.query()
.The default implementation does nothing.
- Specified by:
enterQuery
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitQuery
Exit a parse tree produced byOOLogicGrammarParser.query()
.The default implementation does nothing.
- Specified by:
exitQuery
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSimpleExpression
Enter a parse tree produced byOOLogicGrammarParser.simpleExpression()
.The default implementation does nothing.
- Specified by:
enterSimpleExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSimpleExpression
Exit a parse tree produced byOOLogicGrammarParser.simpleExpression()
.The default implementation does nothing.
- Specified by:
exitSimpleExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterGroundTerm
Enter a parse tree produced byOOLogicGrammarParser.groundTerm()
.The default implementation does nothing.
- Specified by:
enterGroundTerm
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitGroundTerm
Exit a parse tree produced byOOLogicGrammarParser.groundTerm()
.The default implementation does nothing.
- Specified by:
exitGroundTerm
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterCompareAtom
Enter a parse tree produced byOOLogicGrammarParser.compareAtom()
.The default implementation does nothing.
- Specified by:
enterCompareAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitCompareAtom
Exit a parse tree produced byOOLogicGrammarParser.compareAtom()
.The default implementation does nothing.
- Specified by:
exitCompareAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoPropertyName
Enter a parse tree produced byOOLogicGrammarParser.ooPropertyName()
.The default implementation does nothing.
- Specified by:
enterOoPropertyName
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoPropertyName
Exit a parse tree produced byOOLogicGrammarParser.ooPropertyName()
.The default implementation does nothing.
- Specified by:
exitOoPropertyName
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoPropertyValue
Enter a parse tree produced byOOLogicGrammarParser.ooPropertyValue()
.The default implementation does nothing.
- Specified by:
enterOoPropertyValue
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoPropertyValue
Exit a parse tree produced byOOLogicGrammarParser.ooPropertyValue()
.The default implementation does nothing.
- Specified by:
exitOoPropertyValue
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAggregationWithGrouping
public void enterAggregationWithGrouping(@NotNull OOLogicGrammarParser.AggregationWithGroupingContext ctx) Enter a parse tree produced byOOLogicGrammarParser.aggregationWithGrouping()
.The default implementation does nothing.
- Specified by:
enterAggregationWithGrouping
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitAggregationWithGrouping
public void exitAggregationWithGrouping(@NotNull OOLogicGrammarParser.AggregationWithGroupingContext ctx) Exit a parse tree produced byOOLogicGrammarParser.aggregationWithGrouping()
.The default implementation does nothing.
- Specified by:
exitAggregationWithGrouping
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterFact
Enter a parse tree produced byOOLogicGrammarParser.fact()
.The default implementation does nothing.
- Specified by:
enterFact
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitFact
Exit a parse tree produced byOOLogicGrammarParser.fact()
.The default implementation does nothing.
- Specified by:
exitFact
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAggregation
Enter a parse tree produced byOOLogicGrammarParser.aggregation()
.The default implementation does nothing.
- Specified by:
enterAggregation
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitAggregation
Exit a parse tree produced byOOLogicGrammarParser.aggregation()
.The default implementation does nothing.
- Specified by:
exitAggregation
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterReasoningRule
Enter a parse tree produced byOOLogicGrammarParser.reasoningRule()
.The default implementation does nothing.
- Specified by:
enterReasoningRule
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitReasoningRule
Exit a parse tree produced byOOLogicGrammarParser.reasoningRule()
.The default implementation does nothing.
- Specified by:
exitReasoningRule
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterBuiltinAtom
Enter a parse tree produced byOOLogicGrammarParser.builtinAtom()
.The default implementation does nothing.
- Specified by:
enterBuiltinAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitBuiltinAtom
Exit a parse tree produced byOOLogicGrammarParser.builtinAtom()
.The default implementation does nothing.
- Specified by:
exitBuiltinAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterLiteral
Enter a parse tree produced byOOLogicGrammarParser.literal()
.The default implementation does nothing.
- Specified by:
enterLiteral
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitLiteral
Exit a parse tree produced byOOLogicGrammarParser.literal()
.The default implementation does nothing.
- Specified by:
exitLiteral
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterQuotedString
Enter a parse tree produced byOOLogicGrammarParser.quotedString()
.The default implementation does nothing.
- Specified by:
enterQuotedString
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitQuotedString
Exit a parse tree produced byOOLogicGrammarParser.quotedString()
.The default implementation does nothing.
- Specified by:
exitQuotedString
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterTerm
Enter a parse tree produced byOOLogicGrammarParser.term()
.The default implementation does nothing.
- Specified by:
enterTerm
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitTerm
Exit a parse tree produced byOOLogicGrammarParser.term()
.The default implementation does nothing.
- Specified by:
exitTerm
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAssignmentAtom
Enter a parse tree produced byOOLogicGrammarParser.assignmentAtom()
.The default implementation does nothing.
- Specified by:
enterAssignmentAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitAssignmentAtom
Exit a parse tree produced byOOLogicGrammarParser.assignmentAtom()
.The default implementation does nothing.
- Specified by:
exitAssignmentAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSemicolon
Enter a parse tree produced byOOLogicGrammarParser.semicolon()
.The default implementation does nothing.
- Specified by:
enterSemicolon
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSemicolon
Exit a parse tree produced byOOLogicGrammarParser.semicolon()
.The default implementation does nothing.
- Specified by:
exitSemicolon
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterVariables
Enter a parse tree produced byOOLogicGrammarParser.variables()
.The default implementation does nothing.
- Specified by:
enterVariables
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitVariables
Exit a parse tree produced byOOLogicGrammarParser.variables()
.The default implementation does nothing.
- Specified by:
exitVariables
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSet
Enter a parse tree produced byOOLogicGrammarParser.set()
.The default implementation does nothing.
- Specified by:
enterSet
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSet
Exit a parse tree produced byOOLogicGrammarParser.set()
.The default implementation does nothing.
- Specified by:
exitSet
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterExpression
Enter a parse tree produced byOOLogicGrammarParser.expression()
.The default implementation does nothing.
- Specified by:
enterExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitExpression
Exit a parse tree produced byOOLogicGrammarParser.expression()
.The default implementation does nothing.
- Specified by:
exitExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterQueries
Enter a parse tree produced byOOLogicGrammarParser.queries()
.The default implementation does nothing.
- Specified by:
enterQueries
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitQueries
Exit a parse tree produced byOOLogicGrammarParser.queries()
.The default implementation does nothing.
- Specified by:
exitQueries
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterWay
Enter a parse tree produced byOOLogicGrammarParser.way()
.The default implementation does nothing.
- Specified by:
enterWay
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitWay
Exit a parse tree produced byOOLogicGrammarParser.way()
.The default implementation does nothing.
- Specified by:
exitWay
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterHeadatoms
Enter a parse tree produced byOOLogicGrammarParser.headatoms()
.The default implementation does nothing.
- Specified by:
enterHeadatoms
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitHeadatoms
Exit a parse tree produced byOOLogicGrammarParser.headatoms()
.The default implementation does nothing.
- Specified by:
exitHeadatoms
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSubway
Enter a parse tree produced byOOLogicGrammarParser.subway()
.The default implementation does nothing.
- Specified by:
enterSubway
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSubway
Exit a parse tree produced byOOLogicGrammarParser.subway()
.The default implementation does nothing.
- Specified by:
exitSubway
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoPropertyAtom
Enter a parse tree produced byOOLogicGrammarParser.ooPropertyAtom()
.The default implementation does nothing.
- Specified by:
enterOoPropertyAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoPropertyAtom
Exit a parse tree produced byOOLogicGrammarParser.ooPropertyAtom()
.The default implementation does nothing.
- Specified by:
exitOoPropertyAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterPredicateAtom
Enter a parse tree produced byOOLogicGrammarParser.predicateAtom()
.The default implementation does nothing.
- Specified by:
enterPredicateAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitPredicateAtom
Exit a parse tree produced byOOLogicGrammarParser.predicateAtom()
.The default implementation does nothing.
- Specified by:
exitPredicateAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOrList
Enter a parse tree produced byOOLogicGrammarParser.orList()
.The default implementation does nothing.
- Specified by:
enterOrList
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOrList
Exit a parse tree produced byOOLogicGrammarParser.orList()
.The default implementation does nothing.
- Specified by:
exitOrList
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterVariable
Enter a parse tree produced byOOLogicGrammarParser.variable()
.The default implementation does nothing.
- Specified by:
enterVariable
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitVariable
Exit a parse tree produced byOOLogicGrammarParser.variable()
.The default implementation does nothing.
- Specified by:
exitVariable
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoProperty
Enter a parse tree produced byOOLogicGrammarParser.ooProperty()
.The default implementation does nothing.
- Specified by:
enterOoProperty
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoProperty
Exit a parse tree produced byOOLogicGrammarParser.ooProperty()
.The default implementation does nothing.
- Specified by:
exitOoProperty
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterArguments
Enter a parse tree produced byOOLogicGrammarParser.arguments()
.The default implementation does nothing.
- Specified by:
enterArguments
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitArguments
Exit a parse tree produced byOOLogicGrammarParser.arguments()
.The default implementation does nothing.
- Specified by:
exitArguments
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterConstraint
Enter a parse tree produced byOOLogicGrammarParser.constraint()
.The default implementation does nothing.
- Specified by:
enterConstraint
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitConstraint
Exit a parse tree produced byOOLogicGrammarParser.constraint()
.The default implementation does nothing.
- Specified by:
exitConstraint
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAtom
Enter a parse tree produced byOOLogicGrammarParser.atom()
.The default implementation does nothing.
- Specified by:
enterAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitAtom
Exit a parse tree produced byOOLogicGrammarParser.atom()
.The default implementation does nothing.
- Specified by:
exitAtom
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOoProperties
Enter a parse tree produced byOOLogicGrammarParser.ooProperties()
.The default implementation does nothing.
- Specified by:
enterOoProperties
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOoProperties
Exit a parse tree produced byOOLogicGrammarParser.ooProperties()
.The default implementation does nothing.
- Specified by:
exitOoProperties
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterImplies
Enter a parse tree produced byOOLogicGrammarParser.implies()
.The default implementation does nothing.
- Specified by:
enterImplies
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitImplies
Exit a parse tree produced byOOLogicGrammarParser.implies()
.The default implementation does nothing.
- Specified by:
exitImplies
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAggregationWithoutGrouping
public void enterAggregationWithoutGrouping(@NotNull OOLogicGrammarParser.AggregationWithoutGroupingContext ctx) Enter a parse tree produced byOOLogicGrammarParser.aggregationWithoutGrouping()
.The default implementation does nothing.
- Specified by:
enterAggregationWithoutGrouping
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitAggregationWithoutGrouping
public void exitAggregationWithoutGrouping(@NotNull OOLogicGrammarParser.AggregationWithoutGroupingContext ctx) Exit a parse tree produced byOOLogicGrammarParser.aggregationWithoutGrouping()
.The default implementation does nothing.
- Specified by:
exitAggregationWithoutGrouping
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterPathExpression
Enter a parse tree produced byOOLogicGrammarParser.pathExpression()
.The default implementation does nothing.
- Specified by:
enterPathExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
exitPathExpression
Exit a parse tree produced byOOLogicGrammarParser.pathExpression()
.The default implementation does nothing.
- Specified by:
exitPathExpression
in interfaceOOLogicGrammarListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(@NotNull org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(@NotNull org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-