public class GraqlBaseListener extends Object implements GraqlListener
GraqlListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
GraqlBaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterAggregateArgument(GraqlParser.AggregateArgumentContext ctx)
Enter a parse tree produced by the
aggregateArgument
labeled alternative in GraqlParser.argument(). |
void |
enterAggregateEOF(GraqlParser.AggregateEOFContext ctx)
Enter a parse tree produced by
GraqlParser.aggregateEOF(). |
void |
enterAggregateQuery(GraqlParser.AggregateQueryContext ctx)
Enter a parse tree produced by
GraqlParser.aggregateQuery(). |
void |
enterAndPattern(GraqlParser.AndPatternContext ctx)
Enter a parse tree produced by the
andPattern
labeled alternative in GraqlParser.pattern(). |
void |
enterAskEOF(GraqlParser.AskEOFContext ctx)
Enter a parse tree produced by
GraqlParser.askEOF(). |
void |
enterAskQuery(GraqlParser.AskQueryContext ctx)
Enter a parse tree produced by
GraqlParser.askQuery(). |
void |
enterBatchPattern(GraqlParser.BatchPatternContext ctx)
Enter a parse tree produced by
GraqlParser.batchPattern(). |
void |
enterCasting(GraqlParser.CastingContext ctx)
Enter a parse tree produced by
GraqlParser.casting(). |
void |
enterCluster(GraqlParser.ClusterContext ctx)
Enter a parse tree produced by
GraqlParser.cluster(). |
void |
enterComputeEOF(GraqlParser.ComputeEOFContext ctx)
Enter a parse tree produced by
GraqlParser.computeEOF(). |
void |
enterComputeMethod(GraqlParser.ComputeMethodContext ctx)
Enter a parse tree produced by
GraqlParser.computeMethod(). |
void |
enterComputeQuery(GraqlParser.ComputeQueryContext ctx)
Enter a parse tree produced by
GraqlParser.computeQuery(). |
void |
enterCount(GraqlParser.CountContext ctx)
Enter a parse tree produced by
GraqlParser.count(). |
void |
enterCustomAgg(GraqlParser.CustomAggContext ctx)
Enter a parse tree produced by the
customAgg
labeled alternative in GraqlParser.aggregate(). |
void |
enterDegrees(GraqlParser.DegreesContext ctx)
Enter a parse tree produced by
GraqlParser.degrees(). |
void |
enterDeleteEOF(GraqlParser.DeleteEOFContext ctx)
Enter a parse tree produced by
GraqlParser.deleteEOF(). |
void |
enterDeleteQuery(GraqlParser.DeleteQueryContext ctx)
Enter a parse tree produced by
GraqlParser.deleteQuery(). |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterHasRole(GraqlParser.HasRoleContext ctx)
Enter a parse tree produced by the
hasRole
labeled alternative in GraqlParser.property(). |
void |
enterHasScope(GraqlParser.HasScopeContext ctx)
Enter a parse tree produced by the
hasScope
labeled alternative in GraqlParser.property(). |
void |
enterId(GraqlParser.IdContext ctx)
Enter a parse tree produced by
GraqlParser.id(). |
void |
enterIdentifier(GraqlParser.IdentifierContext ctx)
Enter a parse tree produced by
GraqlParser.identifier(). |
void |
enterInList(GraqlParser.InListContext ctx)
Enter a parse tree produced by
GraqlParser.inList(). |
void |
enterInsert(GraqlParser.InsertContext ctx)
Enter a parse tree produced by
GraqlParser.insert(). |
void |
enterInsertEOF(GraqlParser.InsertEOFContext ctx)
Enter a parse tree produced by
GraqlParser.insertEOF(). |
void |
enterInsertOnly(GraqlParser.InsertOnlyContext ctx)
Enter a parse tree produced by
GraqlParser.insertOnly(). |
void |
enterInsertQuery(GraqlParser.InsertQueryContext ctx)
Enter a parse tree produced by
GraqlParser.insertQuery(). |
void |
enterIsa(GraqlParser.IsaContext ctx)
Enter a parse tree produced by the
isa
labeled alternative in GraqlParser.property(). |
void |
enterIsAbstract(GraqlParser.IsAbstractContext ctx)
Enter a parse tree produced by the
isAbstract
labeled alternative in GraqlParser.property(). |
void |
enterMatchBase(GraqlParser.MatchBaseContext ctx)
Enter a parse tree produced by the
matchBase
labeled alternative in GraqlParser.matchQuery(). |
void |
enterMatchDistinct(GraqlParser.MatchDistinctContext ctx)
Enter a parse tree produced by the
matchDistinct
labeled alternative in GraqlParser.matchQuery(). |
void |
enterMatchEOF(GraqlParser.MatchEOFContext ctx)
Enter a parse tree produced by
GraqlParser.matchEOF(). |
void |
enterMatchInsert(GraqlParser.MatchInsertContext ctx)
Enter a parse tree produced by
GraqlParser.matchInsert(). |
void |
enterMatchLimit(GraqlParser.MatchLimitContext ctx)
Enter a parse tree produced by the
matchLimit
labeled alternative in GraqlParser.matchQuery(). |
void |
enterMatchOffset(GraqlParser.MatchOffsetContext ctx)
Enter a parse tree produced by the
matchOffset
labeled alternative in GraqlParser.matchQuery(). |
void |
enterMatchOrderBy(GraqlParser.MatchOrderByContext ctx)
Enter a parse tree produced by the
matchOrderBy
labeled alternative in GraqlParser.matchQuery(). |
void |
enterMatchSelect(GraqlParser.MatchSelectContext ctx)
Enter a parse tree produced by the
matchSelect
labeled alternative in GraqlParser.matchQuery(). |
void |
enterMax(GraqlParser.MaxContext ctx)
Enter a parse tree produced by
GraqlParser.max(). |
void |
enterMean(GraqlParser.MeanContext ctx)
Enter a parse tree produced by
GraqlParser.mean(). |
void |
enterMedian(GraqlParser.MedianContext ctx)
Enter a parse tree produced by
GraqlParser.median(). |
void |
enterMin(GraqlParser.MinContext ctx)
Enter a parse tree produced by
GraqlParser.min(). |
void |
enterName(GraqlParser.NameContext ctx)
Enter a parse tree produced by
GraqlParser.name(). |
void |
enterNamedAgg(GraqlParser.NamedAggContext ctx)
Enter a parse tree produced by
GraqlParser.namedAgg(). |
void |
enterNameList(GraqlParser.NameListContext ctx)
Enter a parse tree produced by
GraqlParser.nameList(). |
void |
enterOfList(GraqlParser.OfListContext ctx)
Enter a parse tree produced by
GraqlParser.ofList(). |
void |
enterOrPattern(GraqlParser.OrPatternContext ctx)
Enter a parse tree produced by the
orPattern
labeled alternative in GraqlParser.pattern(). |
void |
enterPath(GraqlParser.PathContext ctx)
Enter a parse tree produced by
GraqlParser.path(). |
void |
enterPatterns(GraqlParser.PatternsContext ctx)
Enter a parse tree produced by
GraqlParser.patterns(). |
void |
enterPatternSep(GraqlParser.PatternSepContext ctx)
Enter a parse tree produced by
GraqlParser.patternSep(). |
void |
enterPlaysRole(GraqlParser.PlaysRoleContext ctx)
Enter a parse tree produced by the
playsRole
labeled alternative in GraqlParser.property(). |
void |
enterPredicateContains(GraqlParser.PredicateContainsContext ctx)
Enter a parse tree produced by the
predicateContains
labeled alternative in GraqlParser.predicate(). |
void |
enterPredicateEq(GraqlParser.PredicateEqContext ctx)
Enter a parse tree produced by the
predicateEq
labeled alternative in GraqlParser.predicate(). |
void |
enterPredicateGt(GraqlParser.PredicateGtContext ctx)
Enter a parse tree produced by the
predicateGt
labeled alternative in GraqlParser.predicate(). |
void |
enterPredicateGte(GraqlParser.PredicateGteContext ctx)
Enter a parse tree produced by the
predicateGte
labeled alternative in GraqlParser.predicate(). |
void |
enterPredicateLt(GraqlParser.PredicateLtContext ctx)
Enter a parse tree produced by the
predicateLt
labeled alternative in GraqlParser.predicate(). |
void |
enterPredicateLte(GraqlParser.PredicateLteContext ctx)
Enter a parse tree produced by the
predicateLte
labeled alternative in GraqlParser.predicate(). |
void |
enterPredicateNeq(GraqlParser.PredicateNeqContext ctx)
Enter a parse tree produced by the
predicateNeq
labeled alternative in GraqlParser.predicate(). |
void |
enterPredicateRegex(GraqlParser.PredicateRegexContext ctx)
Enter a parse tree produced by the
predicateRegex
labeled alternative in GraqlParser.predicate(). |
void |
enterPropDatatype(GraqlParser.PropDatatypeContext ctx)
Enter a parse tree produced by the
propDatatype
labeled alternative in GraqlParser.property(). |
void |
enterPropHas(GraqlParser.PropHasContext ctx)
Enter a parse tree produced by the
propHas
labeled alternative in GraqlParser.property(). |
void |
enterPropHasVariable(GraqlParser.PropHasVariableContext ctx)
Enter a parse tree produced by the
propHasVariable
labeled alternative in GraqlParser.property(). |
void |
enterPropId(GraqlParser.PropIdContext ctx)
Enter a parse tree produced by the
propId
labeled alternative in GraqlParser.property(). |
void |
enterPropKey(GraqlParser.PropKeyContext ctx)
Enter a parse tree produced by the
propKey
labeled alternative in GraqlParser.property(). |
void |
enterPropLhs(GraqlParser.PropLhsContext ctx)
Enter a parse tree produced by the
propLhs
labeled alternative in GraqlParser.property(). |
void |
enterPropName(GraqlParser.PropNameContext ctx)
Enter a parse tree produced by the
propName
labeled alternative in GraqlParser.property(). |
void |
enterPropNeq(GraqlParser.PropNeqContext ctx)
Enter a parse tree produced by the
propNeq
labeled alternative in GraqlParser.property(). |
void |
enterPropRegex(GraqlParser.PropRegexContext ctx)
Enter a parse tree produced by the
propRegex
labeled alternative in GraqlParser.property(). |
void |
enterPropRel(GraqlParser.PropRelContext ctx)
Enter a parse tree produced by the
propRel
labeled alternative in GraqlParser.property(). |
void |
enterPropResource(GraqlParser.PropResourceContext ctx)
Enter a parse tree produced by the
propResource
labeled alternative in GraqlParser.property(). |
void |
enterPropRhs(GraqlParser.PropRhsContext ctx)
Enter a parse tree produced by the
propRhs
labeled alternative in GraqlParser.property(). |
void |
enterPropValue(GraqlParser.PropValueContext ctx)
Enter a parse tree produced by the
propValue
labeled alternative in GraqlParser.property(). |
void |
enterQuery(GraqlParser.QueryContext ctx)
Enter a parse tree produced by
GraqlParser.query(). |
void |
enterQueryElemsEOF(GraqlParser.QueryElemsEOFContext ctx)
Enter a parse tree produced by the
queryElemsEOF
labeled alternative in GraqlParser.queryElems(). |
void |
enterQueryElemsNotInsert(GraqlParser.QueryElemsNotInsertContext ctx)
Enter a parse tree produced by the
queryElemsNotInsert
labeled alternative in GraqlParser.queryElems(). |
void |
enterQueryElemsNotMatch(GraqlParser.QueryElemsNotMatchContext ctx)
Enter a parse tree produced by the
queryElemsNotMatch
labeled alternative in GraqlParser.queryElems(). |
void |
enterQueryEOF(GraqlParser.QueryEOFContext ctx)
Enter a parse tree produced by
GraqlParser.queryEOF(). |
void |
enterQueryList(GraqlParser.QueryListContext ctx)
Enter a parse tree produced by
GraqlParser.queryList(). |
void |
enterQueryNotInsert(GraqlParser.QueryNotInsertContext ctx)
Enter a parse tree produced by
GraqlParser.queryNotInsert(). |
void |
enterQueryNotMatch(GraqlParser.QueryNotMatchContext ctx)
Enter a parse tree produced by
GraqlParser.queryNotMatch(). |
void |
enterSelectAgg(GraqlParser.SelectAggContext ctx)
Enter a parse tree produced by the
selectAgg
labeled alternative in GraqlParser.aggregate(). |
void |
enterSimpleQuery(GraqlParser.SimpleQueryContext ctx)
Enter a parse tree produced by
GraqlParser.simpleQuery(). |
void |
enterStd(GraqlParser.StdContext ctx)
Enter a parse tree produced by
GraqlParser.std(). |
void |
enterSub(GraqlParser.SubContext ctx)
Enter a parse tree produced by the
sub
labeled alternative in GraqlParser.property(). |
void |
enterSum(GraqlParser.SumContext ctx)
Enter a parse tree produced by
GraqlParser.sum(). |
void |
enterValueBoolean(GraqlParser.ValueBooleanContext ctx)
Enter a parse tree produced by the
valueBoolean
labeled alternative in GraqlParser.value(). |
void |
enterValueInteger(GraqlParser.ValueIntegerContext ctx)
Enter a parse tree produced by the
valueInteger
labeled alternative in GraqlParser.value(). |
void |
enterValueReal(GraqlParser.ValueRealContext ctx)
Enter a parse tree produced by the
valueReal
labeled alternative in GraqlParser.value(). |
void |
enterValueString(GraqlParser.ValueStringContext ctx)
Enter a parse tree produced by the
valueString
labeled alternative in GraqlParser.value(). |
void |
enterValueVariable(GraqlParser.ValueVariableContext ctx)
Enter a parse tree produced by the
valueVariable
labeled alternative in GraqlParser.value(). |
void |
enterVariable(GraqlParser.VariableContext ctx)
Enter a parse tree produced by
GraqlParser.variable(). |
void |
enterVariableArgument(GraqlParser.VariableArgumentContext ctx)
Enter a parse tree produced by the
variableArgument
labeled alternative in GraqlParser.argument(). |
void |
enterVarPattern(GraqlParser.VarPatternContext ctx)
Enter a parse tree produced by
GraqlParser.varPattern(). |
void |
enterVarPatternCase(GraqlParser.VarPatternCaseContext ctx)
Enter a parse tree produced by the
varPatternCase
labeled alternative in GraqlParser.pattern(). |
void |
enterVarPatterns(GraqlParser.VarPatternsContext ctx)
Enter a parse tree produced by
GraqlParser.varPatterns(). |
void |
exitAggregateArgument(GraqlParser.AggregateArgumentContext ctx)
Exit a parse tree produced by the
aggregateArgument
labeled alternative in GraqlParser.argument(). |
void |
exitAggregateEOF(GraqlParser.AggregateEOFContext ctx)
Exit a parse tree produced by
GraqlParser.aggregateEOF(). |
void |
exitAggregateQuery(GraqlParser.AggregateQueryContext ctx)
Exit a parse tree produced by
GraqlParser.aggregateQuery(). |
void |
exitAndPattern(GraqlParser.AndPatternContext ctx)
Exit a parse tree produced by the
andPattern
labeled alternative in GraqlParser.pattern(). |
void |
exitAskEOF(GraqlParser.AskEOFContext ctx)
Exit a parse tree produced by
GraqlParser.askEOF(). |
void |
exitAskQuery(GraqlParser.AskQueryContext ctx)
Exit a parse tree produced by
GraqlParser.askQuery(). |
void |
exitBatchPattern(GraqlParser.BatchPatternContext ctx)
Exit a parse tree produced by
GraqlParser.batchPattern(). |
void |
exitCasting(GraqlParser.CastingContext ctx)
Exit a parse tree produced by
GraqlParser.casting(). |
void |
exitCluster(GraqlParser.ClusterContext ctx)
Exit a parse tree produced by
GraqlParser.cluster(). |
void |
exitComputeEOF(GraqlParser.ComputeEOFContext ctx)
Exit a parse tree produced by
GraqlParser.computeEOF(). |
void |
exitComputeMethod(GraqlParser.ComputeMethodContext ctx)
Exit a parse tree produced by
GraqlParser.computeMethod(). |
void |
exitComputeQuery(GraqlParser.ComputeQueryContext ctx)
Exit a parse tree produced by
GraqlParser.computeQuery(). |
void |
exitCount(GraqlParser.CountContext ctx)
Exit a parse tree produced by
GraqlParser.count(). |
void |
exitCustomAgg(GraqlParser.CustomAggContext ctx)
Exit a parse tree produced by the
customAgg
labeled alternative in GraqlParser.aggregate(). |
void |
exitDegrees(GraqlParser.DegreesContext ctx)
Exit a parse tree produced by
GraqlParser.degrees(). |
void |
exitDeleteEOF(GraqlParser.DeleteEOFContext ctx)
Exit a parse tree produced by
GraqlParser.deleteEOF(). |
void |
exitDeleteQuery(GraqlParser.DeleteQueryContext ctx)
Exit a parse tree produced by
GraqlParser.deleteQuery(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitHasRole(GraqlParser.HasRoleContext ctx)
Exit a parse tree produced by the
hasRole
labeled alternative in GraqlParser.property(). |
void |
exitHasScope(GraqlParser.HasScopeContext ctx)
Exit a parse tree produced by the
hasScope
labeled alternative in GraqlParser.property(). |
void |
exitId(GraqlParser.IdContext ctx)
Exit a parse tree produced by
GraqlParser.id(). |
void |
exitIdentifier(GraqlParser.IdentifierContext ctx)
Exit a parse tree produced by
GraqlParser.identifier(). |
void |
exitInList(GraqlParser.InListContext ctx)
Exit a parse tree produced by
GraqlParser.inList(). |
void |
exitInsert(GraqlParser.InsertContext ctx)
Exit a parse tree produced by
GraqlParser.insert(). |
void |
exitInsertEOF(GraqlParser.InsertEOFContext ctx)
Exit a parse tree produced by
GraqlParser.insertEOF(). |
void |
exitInsertOnly(GraqlParser.InsertOnlyContext ctx)
Exit a parse tree produced by
GraqlParser.insertOnly(). |
void |
exitInsertQuery(GraqlParser.InsertQueryContext ctx)
Exit a parse tree produced by
GraqlParser.insertQuery(). |
void |
exitIsa(GraqlParser.IsaContext ctx)
Exit a parse tree produced by the
isa
labeled alternative in GraqlParser.property(). |
void |
exitIsAbstract(GraqlParser.IsAbstractContext ctx)
Exit a parse tree produced by the
isAbstract
labeled alternative in GraqlParser.property(). |
void |
exitMatchBase(GraqlParser.MatchBaseContext ctx)
Exit a parse tree produced by the
matchBase
labeled alternative in GraqlParser.matchQuery(). |
void |
exitMatchDistinct(GraqlParser.MatchDistinctContext ctx)
Exit a parse tree produced by the
matchDistinct
labeled alternative in GraqlParser.matchQuery(). |
void |
exitMatchEOF(GraqlParser.MatchEOFContext ctx)
Exit a parse tree produced by
GraqlParser.matchEOF(). |
void |
exitMatchInsert(GraqlParser.MatchInsertContext ctx)
Exit a parse tree produced by
GraqlParser.matchInsert(). |
void |
exitMatchLimit(GraqlParser.MatchLimitContext ctx)
Exit a parse tree produced by the
matchLimit
labeled alternative in GraqlParser.matchQuery(). |
void |
exitMatchOffset(GraqlParser.MatchOffsetContext ctx)
Exit a parse tree produced by the
matchOffset
labeled alternative in GraqlParser.matchQuery(). |
void |
exitMatchOrderBy(GraqlParser.MatchOrderByContext ctx)
Exit a parse tree produced by the
matchOrderBy
labeled alternative in GraqlParser.matchQuery(). |
void |
exitMatchSelect(GraqlParser.MatchSelectContext ctx)
Exit a parse tree produced by the
matchSelect
labeled alternative in GraqlParser.matchQuery(). |
void |
exitMax(GraqlParser.MaxContext ctx)
Exit a parse tree produced by
GraqlParser.max(). |
void |
exitMean(GraqlParser.MeanContext ctx)
Exit a parse tree produced by
GraqlParser.mean(). |
void |
exitMedian(GraqlParser.MedianContext ctx)
Exit a parse tree produced by
GraqlParser.median(). |
void |
exitMin(GraqlParser.MinContext ctx)
Exit a parse tree produced by
GraqlParser.min(). |
void |
exitName(GraqlParser.NameContext ctx)
Exit a parse tree produced by
GraqlParser.name(). |
void |
exitNamedAgg(GraqlParser.NamedAggContext ctx)
Exit a parse tree produced by
GraqlParser.namedAgg(). |
void |
exitNameList(GraqlParser.NameListContext ctx)
Exit a parse tree produced by
GraqlParser.nameList(). |
void |
exitOfList(GraqlParser.OfListContext ctx)
Exit a parse tree produced by
GraqlParser.ofList(). |
void |
exitOrPattern(GraqlParser.OrPatternContext ctx)
Exit a parse tree produced by the
orPattern
labeled alternative in GraqlParser.pattern(). |
void |
exitPath(GraqlParser.PathContext ctx)
Exit a parse tree produced by
GraqlParser.path(). |
void |
exitPatterns(GraqlParser.PatternsContext ctx)
Exit a parse tree produced by
GraqlParser.patterns(). |
void |
exitPatternSep(GraqlParser.PatternSepContext ctx)
Exit a parse tree produced by
GraqlParser.patternSep(). |
void |
exitPlaysRole(GraqlParser.PlaysRoleContext ctx)
Exit a parse tree produced by the
playsRole
labeled alternative in GraqlParser.property(). |
void |
exitPredicateContains(GraqlParser.PredicateContainsContext ctx)
Exit a parse tree produced by the
predicateContains
labeled alternative in GraqlParser.predicate(). |
void |
exitPredicateEq(GraqlParser.PredicateEqContext ctx)
Exit a parse tree produced by the
predicateEq
labeled alternative in GraqlParser.predicate(). |
void |
exitPredicateGt(GraqlParser.PredicateGtContext ctx)
Exit a parse tree produced by the
predicateGt
labeled alternative in GraqlParser.predicate(). |
void |
exitPredicateGte(GraqlParser.PredicateGteContext ctx)
Exit a parse tree produced by the
predicateGte
labeled alternative in GraqlParser.predicate(). |
void |
exitPredicateLt(GraqlParser.PredicateLtContext ctx)
Exit a parse tree produced by the
predicateLt
labeled alternative in GraqlParser.predicate(). |
void |
exitPredicateLte(GraqlParser.PredicateLteContext ctx)
Exit a parse tree produced by the
predicateLte
labeled alternative in GraqlParser.predicate(). |
void |
exitPredicateNeq(GraqlParser.PredicateNeqContext ctx)
Exit a parse tree produced by the
predicateNeq
labeled alternative in GraqlParser.predicate(). |
void |
exitPredicateRegex(GraqlParser.PredicateRegexContext ctx)
Exit a parse tree produced by the
predicateRegex
labeled alternative in GraqlParser.predicate(). |
void |
exitPropDatatype(GraqlParser.PropDatatypeContext ctx)
Exit a parse tree produced by the
propDatatype
labeled alternative in GraqlParser.property(). |
void |
exitPropHas(GraqlParser.PropHasContext ctx)
Exit a parse tree produced by the
propHas
labeled alternative in GraqlParser.property(). |
void |
exitPropHasVariable(GraqlParser.PropHasVariableContext ctx)
Exit a parse tree produced by the
propHasVariable
labeled alternative in GraqlParser.property(). |
void |
exitPropId(GraqlParser.PropIdContext ctx)
Exit a parse tree produced by the
propId
labeled alternative in GraqlParser.property(). |
void |
exitPropKey(GraqlParser.PropKeyContext ctx)
Exit a parse tree produced by the
propKey
labeled alternative in GraqlParser.property(). |
void |
exitPropLhs(GraqlParser.PropLhsContext ctx)
Exit a parse tree produced by the
propLhs
labeled alternative in GraqlParser.property(). |
void |
exitPropName(GraqlParser.PropNameContext ctx)
Exit a parse tree produced by the
propName
labeled alternative in GraqlParser.property(). |
void |
exitPropNeq(GraqlParser.PropNeqContext ctx)
Exit a parse tree produced by the
propNeq
labeled alternative in GraqlParser.property(). |
void |
exitPropRegex(GraqlParser.PropRegexContext ctx)
Exit a parse tree produced by the
propRegex
labeled alternative in GraqlParser.property(). |
void |
exitPropRel(GraqlParser.PropRelContext ctx)
Exit a parse tree produced by the
propRel
labeled alternative in GraqlParser.property(). |
void |
exitPropResource(GraqlParser.PropResourceContext ctx)
Exit a parse tree produced by the
propResource
labeled alternative in GraqlParser.property(). |
void |
exitPropRhs(GraqlParser.PropRhsContext ctx)
Exit a parse tree produced by the
propRhs
labeled alternative in GraqlParser.property(). |
void |
exitPropValue(GraqlParser.PropValueContext ctx)
Exit a parse tree produced by the
propValue
labeled alternative in GraqlParser.property(). |
void |
exitQuery(GraqlParser.QueryContext ctx)
Exit a parse tree produced by
GraqlParser.query(). |
void |
exitQueryElemsEOF(GraqlParser.QueryElemsEOFContext ctx)
Exit a parse tree produced by the
queryElemsEOF
labeled alternative in GraqlParser.queryElems(). |
void |
exitQueryElemsNotInsert(GraqlParser.QueryElemsNotInsertContext ctx)
Exit a parse tree produced by the
queryElemsNotInsert
labeled alternative in GraqlParser.queryElems(). |
void |
exitQueryElemsNotMatch(GraqlParser.QueryElemsNotMatchContext ctx)
Exit a parse tree produced by the
queryElemsNotMatch
labeled alternative in GraqlParser.queryElems(). |
void |
exitQueryEOF(GraqlParser.QueryEOFContext ctx)
Exit a parse tree produced by
GraqlParser.queryEOF(). |
void |
exitQueryList(GraqlParser.QueryListContext ctx)
Exit a parse tree produced by
GraqlParser.queryList(). |
void |
exitQueryNotInsert(GraqlParser.QueryNotInsertContext ctx)
Exit a parse tree produced by
GraqlParser.queryNotInsert(). |
void |
exitQueryNotMatch(GraqlParser.QueryNotMatchContext ctx)
Exit a parse tree produced by
GraqlParser.queryNotMatch(). |
void |
exitSelectAgg(GraqlParser.SelectAggContext ctx)
Exit a parse tree produced by the
selectAgg
labeled alternative in GraqlParser.aggregate(). |
void |
exitSimpleQuery(GraqlParser.SimpleQueryContext ctx)
Exit a parse tree produced by
GraqlParser.simpleQuery(). |
void |
exitStd(GraqlParser.StdContext ctx)
Exit a parse tree produced by
GraqlParser.std(). |
void |
exitSub(GraqlParser.SubContext ctx)
Exit a parse tree produced by the
sub
labeled alternative in GraqlParser.property(). |
void |
exitSum(GraqlParser.SumContext ctx)
Exit a parse tree produced by
GraqlParser.sum(). |
void |
exitValueBoolean(GraqlParser.ValueBooleanContext ctx)
Exit a parse tree produced by the
valueBoolean
labeled alternative in GraqlParser.value(). |
void |
exitValueInteger(GraqlParser.ValueIntegerContext ctx)
Exit a parse tree produced by the
valueInteger
labeled alternative in GraqlParser.value(). |
void |
exitValueReal(GraqlParser.ValueRealContext ctx)
Exit a parse tree produced by the
valueReal
labeled alternative in GraqlParser.value(). |
void |
exitValueString(GraqlParser.ValueStringContext ctx)
Exit a parse tree produced by the
valueString
labeled alternative in GraqlParser.value(). |
void |
exitValueVariable(GraqlParser.ValueVariableContext ctx)
Exit a parse tree produced by the
valueVariable
labeled alternative in GraqlParser.value(). |
void |
exitVariable(GraqlParser.VariableContext ctx)
Exit a parse tree produced by
GraqlParser.variable(). |
void |
exitVariableArgument(GraqlParser.VariableArgumentContext ctx)
Exit a parse tree produced by the
variableArgument
labeled alternative in GraqlParser.argument(). |
void |
exitVarPattern(GraqlParser.VarPatternContext ctx)
Exit a parse tree produced by
GraqlParser.varPattern(). |
void |
exitVarPatternCase(GraqlParser.VarPatternCaseContext ctx)
Exit a parse tree produced by the
varPatternCase
labeled alternative in GraqlParser.pattern(). |
void |
exitVarPatterns(GraqlParser.VarPatternsContext ctx)
Exit a parse tree produced by
GraqlParser.varPatterns(). |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterQueryList(GraqlParser.QueryListContext ctx)
GraqlParser.queryList().
The default implementation does nothing.
enterQueryList in interface GraqlListenerctx - the parse treepublic void exitQueryList(GraqlParser.QueryListContext ctx)
GraqlParser.queryList().
The default implementation does nothing.
exitQueryList in interface GraqlListenerctx - the parse treepublic void enterQueryElemsNotInsert(GraqlParser.QueryElemsNotInsertContext ctx)
queryElemsNotInsert
labeled alternative in GraqlParser.queryElems().
The default implementation does nothing.
enterQueryElemsNotInsert in interface GraqlListenerctx - the parse treepublic void exitQueryElemsNotInsert(GraqlParser.QueryElemsNotInsertContext ctx)
queryElemsNotInsert
labeled alternative in GraqlParser.queryElems().
The default implementation does nothing.
exitQueryElemsNotInsert in interface GraqlListenerctx - the parse treepublic void enterQueryElemsNotMatch(GraqlParser.QueryElemsNotMatchContext ctx)
queryElemsNotMatch
labeled alternative in GraqlParser.queryElems().
The default implementation does nothing.
enterQueryElemsNotMatch in interface GraqlListenerctx - the parse treepublic void exitQueryElemsNotMatch(GraqlParser.QueryElemsNotMatchContext ctx)
queryElemsNotMatch
labeled alternative in GraqlParser.queryElems().
The default implementation does nothing.
exitQueryElemsNotMatch in interface GraqlListenerctx - the parse treepublic void enterQueryElemsEOF(GraqlParser.QueryElemsEOFContext ctx)
queryElemsEOF
labeled alternative in GraqlParser.queryElems().
The default implementation does nothing.
enterQueryElemsEOF in interface GraqlListenerctx - the parse treepublic void exitQueryElemsEOF(GraqlParser.QueryElemsEOFContext ctx)
queryElemsEOF
labeled alternative in GraqlParser.queryElems().
The default implementation does nothing.
exitQueryElemsEOF in interface GraqlListenerctx - the parse treepublic void enterQueryNotMatch(GraqlParser.QueryNotMatchContext ctx)
GraqlParser.queryNotMatch().
The default implementation does nothing.
enterQueryNotMatch in interface GraqlListenerctx - the parse treepublic void exitQueryNotMatch(GraqlParser.QueryNotMatchContext ctx)
GraqlParser.queryNotMatch().
The default implementation does nothing.
exitQueryNotMatch in interface GraqlListenerctx - the parse treepublic void enterQueryNotInsert(GraqlParser.QueryNotInsertContext ctx)
GraqlParser.queryNotInsert().
The default implementation does nothing.
enterQueryNotInsert in interface GraqlListenerctx - the parse treepublic void exitQueryNotInsert(GraqlParser.QueryNotInsertContext ctx)
GraqlParser.queryNotInsert().
The default implementation does nothing.
exitQueryNotInsert in interface GraqlListenerctx - the parse treepublic void enterQueryEOF(GraqlParser.QueryEOFContext ctx)
GraqlParser.queryEOF().
The default implementation does nothing.
enterQueryEOF in interface GraqlListenerctx - the parse treepublic void exitQueryEOF(GraqlParser.QueryEOFContext ctx)
GraqlParser.queryEOF().
The default implementation does nothing.
exitQueryEOF in interface GraqlListenerctx - the parse treepublic void enterQuery(GraqlParser.QueryContext ctx)
GraqlParser.query().
The default implementation does nothing.
enterQuery in interface GraqlListenerctx - the parse treepublic void exitQuery(GraqlParser.QueryContext ctx)
GraqlParser.query().
The default implementation does nothing.
exitQuery in interface GraqlListenerctx - the parse treepublic void enterSimpleQuery(GraqlParser.SimpleQueryContext ctx)
GraqlParser.simpleQuery().
The default implementation does nothing.
enterSimpleQuery in interface GraqlListenerctx - the parse treepublic void exitSimpleQuery(GraqlParser.SimpleQueryContext ctx)
GraqlParser.simpleQuery().
The default implementation does nothing.
exitSimpleQuery in interface GraqlListenerctx - the parse treepublic void enterMatchEOF(GraqlParser.MatchEOFContext ctx)
GraqlParser.matchEOF().
The default implementation does nothing.
enterMatchEOF in interface GraqlListenerctx - the parse treepublic void exitMatchEOF(GraqlParser.MatchEOFContext ctx)
GraqlParser.matchEOF().
The default implementation does nothing.
exitMatchEOF in interface GraqlListenerctx - the parse treepublic void enterAskEOF(GraqlParser.AskEOFContext ctx)
GraqlParser.askEOF().
The default implementation does nothing.
enterAskEOF in interface GraqlListenerctx - the parse treepublic void exitAskEOF(GraqlParser.AskEOFContext ctx)
GraqlParser.askEOF().
The default implementation does nothing.
exitAskEOF in interface GraqlListenerctx - the parse treepublic void enterInsertEOF(GraqlParser.InsertEOFContext ctx)
GraqlParser.insertEOF().
The default implementation does nothing.
enterInsertEOF in interface GraqlListenerctx - the parse treepublic void exitInsertEOF(GraqlParser.InsertEOFContext ctx)
GraqlParser.insertEOF().
The default implementation does nothing.
exitInsertEOF in interface GraqlListenerctx - the parse treepublic void enterDeleteEOF(GraqlParser.DeleteEOFContext ctx)
GraqlParser.deleteEOF().
The default implementation does nothing.
enterDeleteEOF in interface GraqlListenerctx - the parse treepublic void exitDeleteEOF(GraqlParser.DeleteEOFContext ctx)
GraqlParser.deleteEOF().
The default implementation does nothing.
exitDeleteEOF in interface GraqlListenerctx - the parse treepublic void enterAggregateEOF(GraqlParser.AggregateEOFContext ctx)
GraqlParser.aggregateEOF().
The default implementation does nothing.
enterAggregateEOF in interface GraqlListenerctx - the parse treepublic void exitAggregateEOF(GraqlParser.AggregateEOFContext ctx)
GraqlParser.aggregateEOF().
The default implementation does nothing.
exitAggregateEOF in interface GraqlListenerctx - the parse treepublic void enterComputeEOF(GraqlParser.ComputeEOFContext ctx)
GraqlParser.computeEOF().
The default implementation does nothing.
enterComputeEOF in interface GraqlListenerctx - the parse treepublic void exitComputeEOF(GraqlParser.ComputeEOFContext ctx)
GraqlParser.computeEOF().
The default implementation does nothing.
exitComputeEOF in interface GraqlListenerctx - the parse treepublic void enterMatchBase(GraqlParser.MatchBaseContext ctx)
matchBase
labeled alternative in GraqlParser.matchQuery().
The default implementation does nothing.
enterMatchBase in interface GraqlListenerctx - the parse treepublic void exitMatchBase(GraqlParser.MatchBaseContext ctx)
matchBase
labeled alternative in GraqlParser.matchQuery().
The default implementation does nothing.
exitMatchBase in interface GraqlListenerctx - the parse treepublic void enterMatchSelect(GraqlParser.MatchSelectContext ctx)
matchSelect
labeled alternative in GraqlParser.matchQuery().
The default implementation does nothing.
enterMatchSelect in interface GraqlListenerctx - the parse treepublic void exitMatchSelect(GraqlParser.MatchSelectContext ctx)
matchSelect
labeled alternative in GraqlParser.matchQuery().
The default implementation does nothing.
exitMatchSelect in interface GraqlListenerctx - the parse treepublic void enterMatchOffset(GraqlParser.MatchOffsetContext ctx)
matchOffset
labeled alternative in GraqlParser.matchQuery().
The default implementation does nothing.
enterMatchOffset in interface GraqlListenerctx - the parse treepublic void exitMatchOffset(GraqlParser.MatchOffsetContext ctx)
matchOffset
labeled alternative in GraqlParser.matchQuery().
The default implementation does nothing.
exitMatchOffset in interface GraqlListenerctx - the parse treepublic void enterMatchOrderBy(GraqlParser.MatchOrderByContext ctx)
matchOrderBy
labeled alternative in GraqlParser.matchQuery().
The default implementation does nothing.
enterMatchOrderBy in interface GraqlListenerctx - the parse treepublic void exitMatchOrderBy(GraqlParser.MatchOrderByContext ctx)
matchOrderBy
labeled alternative in GraqlParser.matchQuery().
The default implementation does nothing.
exitMatchOrderBy in interface GraqlListenerctx - the parse treepublic void enterMatchLimit(GraqlParser.MatchLimitContext ctx)
matchLimit
labeled alternative in GraqlParser.matchQuery().
The default implementation does nothing.
enterMatchLimit in interface GraqlListenerctx - the parse treepublic void exitMatchLimit(GraqlParser.MatchLimitContext ctx)
matchLimit
labeled alternative in GraqlParser.matchQuery().
The default implementation does nothing.
exitMatchLimit in interface GraqlListenerctx - the parse treepublic void enterMatchDistinct(GraqlParser.MatchDistinctContext ctx)
matchDistinct
labeled alternative in GraqlParser.matchQuery().
The default implementation does nothing.
enterMatchDistinct in interface GraqlListenerctx - the parse treepublic void exitMatchDistinct(GraqlParser.MatchDistinctContext ctx)
matchDistinct
labeled alternative in GraqlParser.matchQuery().
The default implementation does nothing.
exitMatchDistinct in interface GraqlListenerctx - the parse treepublic void enterAskQuery(GraqlParser.AskQueryContext ctx)
GraqlParser.askQuery().
The default implementation does nothing.
enterAskQuery in interface GraqlListenerctx - the parse treepublic void exitAskQuery(GraqlParser.AskQueryContext ctx)
GraqlParser.askQuery().
The default implementation does nothing.
exitAskQuery in interface GraqlListenerctx - the parse treepublic void enterInsertQuery(GraqlParser.InsertQueryContext ctx)
GraqlParser.insertQuery().
The default implementation does nothing.
enterInsertQuery in interface GraqlListenerctx - the parse treepublic void exitInsertQuery(GraqlParser.InsertQueryContext ctx)
GraqlParser.insertQuery().
The default implementation does nothing.
exitInsertQuery in interface GraqlListenerctx - the parse treepublic void enterInsertOnly(GraqlParser.InsertOnlyContext ctx)
GraqlParser.insertOnly().
The default implementation does nothing.
enterInsertOnly in interface GraqlListenerctx - the parse treepublic void exitInsertOnly(GraqlParser.InsertOnlyContext ctx)
GraqlParser.insertOnly().
The default implementation does nothing.
exitInsertOnly in interface GraqlListenerctx - the parse treepublic void enterMatchInsert(GraqlParser.MatchInsertContext ctx)
GraqlParser.matchInsert().
The default implementation does nothing.
enterMatchInsert in interface GraqlListenerctx - the parse treepublic void exitMatchInsert(GraqlParser.MatchInsertContext ctx)
GraqlParser.matchInsert().
The default implementation does nothing.
exitMatchInsert in interface GraqlListenerctx - the parse treepublic void enterDeleteQuery(GraqlParser.DeleteQueryContext ctx)
GraqlParser.deleteQuery().
The default implementation does nothing.
enterDeleteQuery in interface GraqlListenerctx - the parse treepublic void exitDeleteQuery(GraqlParser.DeleteQueryContext ctx)
GraqlParser.deleteQuery().
The default implementation does nothing.
exitDeleteQuery in interface GraqlListenerctx - the parse treepublic void enterAggregateQuery(GraqlParser.AggregateQueryContext ctx)
GraqlParser.aggregateQuery().
The default implementation does nothing.
enterAggregateQuery in interface GraqlListenerctx - the parse treepublic void exitAggregateQuery(GraqlParser.AggregateQueryContext ctx)
GraqlParser.aggregateQuery().
The default implementation does nothing.
exitAggregateQuery in interface GraqlListenerctx - the parse treepublic void enterComputeQuery(GraqlParser.ComputeQueryContext ctx)
GraqlParser.computeQuery().
The default implementation does nothing.
enterComputeQuery in interface GraqlListenerctx - the parse treepublic void exitComputeQuery(GraqlParser.ComputeQueryContext ctx)
GraqlParser.computeQuery().
The default implementation does nothing.
exitComputeQuery in interface GraqlListenerctx - the parse treepublic void enterComputeMethod(GraqlParser.ComputeMethodContext ctx)
GraqlParser.computeMethod().
The default implementation does nothing.
enterComputeMethod in interface GraqlListenerctx - the parse treepublic void exitComputeMethod(GraqlParser.ComputeMethodContext ctx)
GraqlParser.computeMethod().
The default implementation does nothing.
exitComputeMethod in interface GraqlListenerctx - the parse treepublic void enterMin(GraqlParser.MinContext ctx)
GraqlParser.min().
The default implementation does nothing.
enterMin in interface GraqlListenerctx - the parse treepublic void exitMin(GraqlParser.MinContext ctx)
GraqlParser.min().
The default implementation does nothing.
exitMin in interface GraqlListenerctx - the parse treepublic void enterMax(GraqlParser.MaxContext ctx)
GraqlParser.max().
The default implementation does nothing.
enterMax in interface GraqlListenerctx - the parse treepublic void exitMax(GraqlParser.MaxContext ctx)
GraqlParser.max().
The default implementation does nothing.
exitMax in interface GraqlListenerctx - the parse treepublic void enterMedian(GraqlParser.MedianContext ctx)
GraqlParser.median().
The default implementation does nothing.
enterMedian in interface GraqlListenerctx - the parse treepublic void exitMedian(GraqlParser.MedianContext ctx)
GraqlParser.median().
The default implementation does nothing.
exitMedian in interface GraqlListenerctx - the parse treepublic void enterMean(GraqlParser.MeanContext ctx)
GraqlParser.mean().
The default implementation does nothing.
enterMean in interface GraqlListenerctx - the parse treepublic void exitMean(GraqlParser.MeanContext ctx)
GraqlParser.mean().
The default implementation does nothing.
exitMean in interface GraqlListenerctx - the parse treepublic void enterStd(GraqlParser.StdContext ctx)
GraqlParser.std().
The default implementation does nothing.
enterStd in interface GraqlListenerctx - the parse treepublic void exitStd(GraqlParser.StdContext ctx)
GraqlParser.std().
The default implementation does nothing.
exitStd in interface GraqlListenerctx - the parse treepublic void enterSum(GraqlParser.SumContext ctx)
GraqlParser.sum().
The default implementation does nothing.
enterSum in interface GraqlListenerctx - the parse treepublic void exitSum(GraqlParser.SumContext ctx)
GraqlParser.sum().
The default implementation does nothing.
exitSum in interface GraqlListenerctx - the parse treepublic void enterDegrees(GraqlParser.DegreesContext ctx)
GraqlParser.degrees().
The default implementation does nothing.
enterDegrees in interface GraqlListenerctx - the parse treepublic void exitDegrees(GraqlParser.DegreesContext ctx)
GraqlParser.degrees().
The default implementation does nothing.
exitDegrees in interface GraqlListenerctx - the parse treepublic void enterCluster(GraqlParser.ClusterContext ctx)
GraqlParser.cluster().
The default implementation does nothing.
enterCluster in interface GraqlListenerctx - the parse treepublic void exitCluster(GraqlParser.ClusterContext ctx)
GraqlParser.cluster().
The default implementation does nothing.
exitCluster in interface GraqlListenerctx - the parse treepublic void enterPath(GraqlParser.PathContext ctx)
GraqlParser.path().
The default implementation does nothing.
enterPath in interface GraqlListenerctx - the parse treepublic void exitPath(GraqlParser.PathContext ctx)
GraqlParser.path().
The default implementation does nothing.
exitPath in interface GraqlListenerctx - the parse treepublic void enterCount(GraqlParser.CountContext ctx)
GraqlParser.count().
The default implementation does nothing.
enterCount in interface GraqlListenerctx - the parse treepublic void exitCount(GraqlParser.CountContext ctx)
GraqlParser.count().
The default implementation does nothing.
exitCount in interface GraqlListenerctx - the parse treepublic void enterOfList(GraqlParser.OfListContext ctx)
GraqlParser.ofList().
The default implementation does nothing.
enterOfList in interface GraqlListenerctx - the parse treepublic void exitOfList(GraqlParser.OfListContext ctx)
GraqlParser.ofList().
The default implementation does nothing.
exitOfList in interface GraqlListenerctx - the parse treepublic void enterInList(GraqlParser.InListContext ctx)
GraqlParser.inList().
The default implementation does nothing.
enterInList in interface GraqlListenerctx - the parse treepublic void exitInList(GraqlParser.InListContext ctx)
GraqlParser.inList().
The default implementation does nothing.
exitInList in interface GraqlListenerctx - the parse treepublic void enterNameList(GraqlParser.NameListContext ctx)
GraqlParser.nameList().
The default implementation does nothing.
enterNameList in interface GraqlListenerctx - the parse treepublic void exitNameList(GraqlParser.NameListContext ctx)
GraqlParser.nameList().
The default implementation does nothing.
exitNameList in interface GraqlListenerctx - the parse treepublic void enterCustomAgg(GraqlParser.CustomAggContext ctx)
customAgg
labeled alternative in GraqlParser.aggregate().
The default implementation does nothing.
enterCustomAgg in interface GraqlListenerctx - the parse treepublic void exitCustomAgg(GraqlParser.CustomAggContext ctx)
customAgg
labeled alternative in GraqlParser.aggregate().
The default implementation does nothing.
exitCustomAgg in interface GraqlListenerctx - the parse treepublic void enterSelectAgg(GraqlParser.SelectAggContext ctx)
selectAgg
labeled alternative in GraqlParser.aggregate().
The default implementation does nothing.
enterSelectAgg in interface GraqlListenerctx - the parse treepublic void exitSelectAgg(GraqlParser.SelectAggContext ctx)
selectAgg
labeled alternative in GraqlParser.aggregate().
The default implementation does nothing.
exitSelectAgg in interface GraqlListenerctx - the parse treepublic void enterVariableArgument(GraqlParser.VariableArgumentContext ctx)
variableArgument
labeled alternative in GraqlParser.argument().
The default implementation does nothing.
enterVariableArgument in interface GraqlListenerctx - the parse treepublic void exitVariableArgument(GraqlParser.VariableArgumentContext ctx)
variableArgument
labeled alternative in GraqlParser.argument().
The default implementation does nothing.
exitVariableArgument in interface GraqlListenerctx - the parse treepublic void enterAggregateArgument(GraqlParser.AggregateArgumentContext ctx)
aggregateArgument
labeled alternative in GraqlParser.argument().
The default implementation does nothing.
enterAggregateArgument in interface GraqlListenerctx - the parse treepublic void exitAggregateArgument(GraqlParser.AggregateArgumentContext ctx)
aggregateArgument
labeled alternative in GraqlParser.argument().
The default implementation does nothing.
exitAggregateArgument in interface GraqlListenerctx - the parse treepublic void enterNamedAgg(GraqlParser.NamedAggContext ctx)
GraqlParser.namedAgg().
The default implementation does nothing.
enterNamedAgg in interface GraqlListenerctx - the parse treepublic void exitNamedAgg(GraqlParser.NamedAggContext ctx)
GraqlParser.namedAgg().
The default implementation does nothing.
exitNamedAgg in interface GraqlListenerctx - the parse treepublic void enterPatterns(GraqlParser.PatternsContext ctx)
GraqlParser.patterns().
The default implementation does nothing.
enterPatterns in interface GraqlListenerctx - the parse treepublic void exitPatterns(GraqlParser.PatternsContext ctx)
GraqlParser.patterns().
The default implementation does nothing.
exitPatterns in interface GraqlListenerctx - the parse treepublic void enterVarPatternCase(GraqlParser.VarPatternCaseContext ctx)
varPatternCase
labeled alternative in GraqlParser.pattern().
The default implementation does nothing.
enterVarPatternCase in interface GraqlListenerctx - the parse treepublic void exitVarPatternCase(GraqlParser.VarPatternCaseContext ctx)
varPatternCase
labeled alternative in GraqlParser.pattern().
The default implementation does nothing.
exitVarPatternCase in interface GraqlListenerctx - the parse treepublic void enterAndPattern(GraqlParser.AndPatternContext ctx)
andPattern
labeled alternative in GraqlParser.pattern().
The default implementation does nothing.
enterAndPattern in interface GraqlListenerctx - the parse treepublic void exitAndPattern(GraqlParser.AndPatternContext ctx)
andPattern
labeled alternative in GraqlParser.pattern().
The default implementation does nothing.
exitAndPattern in interface GraqlListenerctx - the parse treepublic void enterOrPattern(GraqlParser.OrPatternContext ctx)
orPattern
labeled alternative in GraqlParser.pattern().
The default implementation does nothing.
enterOrPattern in interface GraqlListenerctx - the parse treepublic void exitOrPattern(GraqlParser.OrPatternContext ctx)
orPattern
labeled alternative in GraqlParser.pattern().
The default implementation does nothing.
exitOrPattern in interface GraqlListenerctx - the parse treepublic void enterVarPatterns(GraqlParser.VarPatternsContext ctx)
GraqlParser.varPatterns().
The default implementation does nothing.
enterVarPatterns in interface GraqlListenerctx - the parse treepublic void exitVarPatterns(GraqlParser.VarPatternsContext ctx)
GraqlParser.varPatterns().
The default implementation does nothing.
exitVarPatterns in interface GraqlListenerctx - the parse treepublic void enterVarPattern(GraqlParser.VarPatternContext ctx)
GraqlParser.varPattern().
The default implementation does nothing.
enterVarPattern in interface GraqlListenerctx - the parse treepublic void exitVarPattern(GraqlParser.VarPatternContext ctx)
GraqlParser.varPattern().
The default implementation does nothing.
exitVarPattern in interface GraqlListenerctx - the parse treepublic void enterIsa(GraqlParser.IsaContext ctx)
isa
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterIsa in interface GraqlListenerctx - the parse treepublic void exitIsa(GraqlParser.IsaContext ctx)
isa
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitIsa in interface GraqlListenerctx - the parse treepublic void enterSub(GraqlParser.SubContext ctx)
sub
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterSub in interface GraqlListenerctx - the parse treepublic void exitSub(GraqlParser.SubContext ctx)
sub
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitSub in interface GraqlListenerctx - the parse treepublic void enterHasRole(GraqlParser.HasRoleContext ctx)
hasRole
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterHasRole in interface GraqlListenerctx - the parse treepublic void exitHasRole(GraqlParser.HasRoleContext ctx)
hasRole
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitHasRole in interface GraqlListenerctx - the parse treepublic void enterPlaysRole(GraqlParser.PlaysRoleContext ctx)
playsRole
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPlaysRole in interface GraqlListenerctx - the parse treepublic void exitPlaysRole(GraqlParser.PlaysRoleContext ctx)
playsRole
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPlaysRole in interface GraqlListenerctx - the parse treepublic void enterHasScope(GraqlParser.HasScopeContext ctx)
hasScope
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterHasScope in interface GraqlListenerctx - the parse treepublic void exitHasScope(GraqlParser.HasScopeContext ctx)
hasScope
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitHasScope in interface GraqlListenerctx - the parse treepublic void enterPropId(GraqlParser.PropIdContext ctx)
propId
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropId in interface GraqlListenerctx - the parse treepublic void exitPropId(GraqlParser.PropIdContext ctx)
propId
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropId in interface GraqlListenerctx - the parse treepublic void enterPropName(GraqlParser.PropNameContext ctx)
propName
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropName in interface GraqlListenerctx - the parse treepublic void exitPropName(GraqlParser.PropNameContext ctx)
propName
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropName in interface GraqlListenerctx - the parse treepublic void enterPropValue(GraqlParser.PropValueContext ctx)
propValue
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropValue in interface GraqlListenerctx - the parse treepublic void exitPropValue(GraqlParser.PropValueContext ctx)
propValue
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropValue in interface GraqlListenerctx - the parse treepublic void enterPropLhs(GraqlParser.PropLhsContext ctx)
propLhs
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropLhs in interface GraqlListenerctx - the parse treepublic void exitPropLhs(GraqlParser.PropLhsContext ctx)
propLhs
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropLhs in interface GraqlListenerctx - the parse treepublic void enterPropRhs(GraqlParser.PropRhsContext ctx)
propRhs
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropRhs in interface GraqlListenerctx - the parse treepublic void exitPropRhs(GraqlParser.PropRhsContext ctx)
propRhs
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropRhs in interface GraqlListenerctx - the parse treepublic void enterPropHasVariable(GraqlParser.PropHasVariableContext ctx)
propHasVariable
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropHasVariable in interface GraqlListenerctx - the parse treepublic void exitPropHasVariable(GraqlParser.PropHasVariableContext ctx)
propHasVariable
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropHasVariable in interface GraqlListenerctx - the parse treepublic void enterPropHas(GraqlParser.PropHasContext ctx)
propHas
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropHas in interface GraqlListenerctx - the parse treepublic void exitPropHas(GraqlParser.PropHasContext ctx)
propHas
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropHas in interface GraqlListenerctx - the parse treepublic void enterPropResource(GraqlParser.PropResourceContext ctx)
propResource
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropResource in interface GraqlListenerctx - the parse treepublic void exitPropResource(GraqlParser.PropResourceContext ctx)
propResource
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropResource in interface GraqlListenerctx - the parse treepublic void enterPropKey(GraqlParser.PropKeyContext ctx)
propKey
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropKey in interface GraqlListenerctx - the parse treepublic void exitPropKey(GraqlParser.PropKeyContext ctx)
propKey
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropKey in interface GraqlListenerctx - the parse treepublic void enterPropRel(GraqlParser.PropRelContext ctx)
propRel
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropRel in interface GraqlListenerctx - the parse treepublic void exitPropRel(GraqlParser.PropRelContext ctx)
propRel
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropRel in interface GraqlListenerctx - the parse treepublic void enterIsAbstract(GraqlParser.IsAbstractContext ctx)
isAbstract
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterIsAbstract in interface GraqlListenerctx - the parse treepublic void exitIsAbstract(GraqlParser.IsAbstractContext ctx)
isAbstract
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitIsAbstract in interface GraqlListenerctx - the parse treepublic void enterPropDatatype(GraqlParser.PropDatatypeContext ctx)
propDatatype
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropDatatype in interface GraqlListenerctx - the parse treepublic void exitPropDatatype(GraqlParser.PropDatatypeContext ctx)
propDatatype
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropDatatype in interface GraqlListenerctx - the parse treepublic void enterPropRegex(GraqlParser.PropRegexContext ctx)
propRegex
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropRegex in interface GraqlListenerctx - the parse treepublic void exitPropRegex(GraqlParser.PropRegexContext ctx)
propRegex
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropRegex in interface GraqlListenerctx - the parse treepublic void enterPropNeq(GraqlParser.PropNeqContext ctx)
propNeq
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropNeq in interface GraqlListenerctx - the parse treepublic void exitPropNeq(GraqlParser.PropNeqContext ctx)
propNeq
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropNeq in interface GraqlListenerctx - the parse treepublic void enterCasting(GraqlParser.CastingContext ctx)
GraqlParser.casting().
The default implementation does nothing.
enterCasting in interface GraqlListenerctx - the parse treepublic void exitCasting(GraqlParser.CastingContext ctx)
GraqlParser.casting().
The default implementation does nothing.
exitCasting in interface GraqlListenerctx - the parse treepublic void enterVariable(GraqlParser.VariableContext ctx)
GraqlParser.variable().
The default implementation does nothing.
enterVariable in interface GraqlListenerctx - the parse treepublic void exitVariable(GraqlParser.VariableContext ctx)
GraqlParser.variable().
The default implementation does nothing.
exitVariable in interface GraqlListenerctx - the parse treepublic void enterPredicateEq(GraqlParser.PredicateEqContext ctx)
predicateEq
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
enterPredicateEq in interface GraqlListenerctx - the parse treepublic void exitPredicateEq(GraqlParser.PredicateEqContext ctx)
predicateEq
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
exitPredicateEq in interface GraqlListenerctx - the parse treepublic void enterPredicateNeq(GraqlParser.PredicateNeqContext ctx)
predicateNeq
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
enterPredicateNeq in interface GraqlListenerctx - the parse treepublic void exitPredicateNeq(GraqlParser.PredicateNeqContext ctx)
predicateNeq
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
exitPredicateNeq in interface GraqlListenerctx - the parse treepublic void enterPredicateGt(GraqlParser.PredicateGtContext ctx)
predicateGt
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
enterPredicateGt in interface GraqlListenerctx - the parse treepublic void exitPredicateGt(GraqlParser.PredicateGtContext ctx)
predicateGt
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
exitPredicateGt in interface GraqlListenerctx - the parse treepublic void enterPredicateGte(GraqlParser.PredicateGteContext ctx)
predicateGte
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
enterPredicateGte in interface GraqlListenerctx - the parse treepublic void exitPredicateGte(GraqlParser.PredicateGteContext ctx)
predicateGte
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
exitPredicateGte in interface GraqlListenerctx - the parse treepublic void enterPredicateLt(GraqlParser.PredicateLtContext ctx)
predicateLt
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
enterPredicateLt in interface GraqlListenerctx - the parse treepublic void exitPredicateLt(GraqlParser.PredicateLtContext ctx)
predicateLt
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
exitPredicateLt in interface GraqlListenerctx - the parse treepublic void enterPredicateLte(GraqlParser.PredicateLteContext ctx)
predicateLte
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
enterPredicateLte in interface GraqlListenerctx - the parse treepublic void exitPredicateLte(GraqlParser.PredicateLteContext ctx)
predicateLte
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
exitPredicateLte in interface GraqlListenerctx - the parse treepublic void enterPredicateContains(GraqlParser.PredicateContainsContext ctx)
predicateContains
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
enterPredicateContains in interface GraqlListenerctx - the parse treepublic void exitPredicateContains(GraqlParser.PredicateContainsContext ctx)
predicateContains
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
exitPredicateContains in interface GraqlListenerctx - the parse treepublic void enterPredicateRegex(GraqlParser.PredicateRegexContext ctx)
predicateRegex
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
enterPredicateRegex in interface GraqlListenerctx - the parse treepublic void exitPredicateRegex(GraqlParser.PredicateRegexContext ctx)
predicateRegex
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
exitPredicateRegex in interface GraqlListenerctx - the parse treepublic void enterValueVariable(GraqlParser.ValueVariableContext ctx)
valueVariable
labeled alternative in GraqlParser.value().
The default implementation does nothing.
enterValueVariable in interface GraqlListenerctx - the parse treepublic void exitValueVariable(GraqlParser.ValueVariableContext ctx)
valueVariable
labeled alternative in GraqlParser.value().
The default implementation does nothing.
exitValueVariable in interface GraqlListenerctx - the parse treepublic void enterValueString(GraqlParser.ValueStringContext ctx)
valueString
labeled alternative in GraqlParser.value().
The default implementation does nothing.
enterValueString in interface GraqlListenerctx - the parse treepublic void exitValueString(GraqlParser.ValueStringContext ctx)
valueString
labeled alternative in GraqlParser.value().
The default implementation does nothing.
exitValueString in interface GraqlListenerctx - the parse treepublic void enterValueInteger(GraqlParser.ValueIntegerContext ctx)
valueInteger
labeled alternative in GraqlParser.value().
The default implementation does nothing.
enterValueInteger in interface GraqlListenerctx - the parse treepublic void exitValueInteger(GraqlParser.ValueIntegerContext ctx)
valueInteger
labeled alternative in GraqlParser.value().
The default implementation does nothing.
exitValueInteger in interface GraqlListenerctx - the parse treepublic void enterValueReal(GraqlParser.ValueRealContext ctx)
valueReal
labeled alternative in GraqlParser.value().
The default implementation does nothing.
enterValueReal in interface GraqlListenerctx - the parse treepublic void exitValueReal(GraqlParser.ValueRealContext ctx)
valueReal
labeled alternative in GraqlParser.value().
The default implementation does nothing.
exitValueReal in interface GraqlListenerctx - the parse treepublic void enterValueBoolean(GraqlParser.ValueBooleanContext ctx)
valueBoolean
labeled alternative in GraqlParser.value().
The default implementation does nothing.
enterValueBoolean in interface GraqlListenerctx - the parse treepublic void exitValueBoolean(GraqlParser.ValueBooleanContext ctx)
valueBoolean
labeled alternative in GraqlParser.value().
The default implementation does nothing.
exitValueBoolean in interface GraqlListenerctx - the parse treepublic void enterInsert(GraqlParser.InsertContext ctx)
GraqlParser.insert().
The default implementation does nothing.
enterInsert in interface GraqlListenerctx - the parse treepublic void exitInsert(GraqlParser.InsertContext ctx)
GraqlParser.insert().
The default implementation does nothing.
exitInsert in interface GraqlListenerctx - the parse treepublic void enterPatternSep(GraqlParser.PatternSepContext ctx)
GraqlParser.patternSep().
The default implementation does nothing.
enterPatternSep in interface GraqlListenerctx - the parse treepublic void exitPatternSep(GraqlParser.PatternSepContext ctx)
GraqlParser.patternSep().
The default implementation does nothing.
exitPatternSep in interface GraqlListenerctx - the parse treepublic void enterBatchPattern(GraqlParser.BatchPatternContext ctx)
GraqlParser.batchPattern().
The default implementation does nothing.
enterBatchPattern in interface GraqlListenerctx - the parse treepublic void exitBatchPattern(GraqlParser.BatchPatternContext ctx)
GraqlParser.batchPattern().
The default implementation does nothing.
exitBatchPattern in interface GraqlListenerctx - the parse treepublic void enterName(GraqlParser.NameContext ctx)
GraqlParser.name().
The default implementation does nothing.
enterName in interface GraqlListenerctx - the parse treepublic void exitName(GraqlParser.NameContext ctx)
GraqlParser.name().
The default implementation does nothing.
exitName in interface GraqlListenerctx - the parse treepublic void enterId(GraqlParser.IdContext ctx)
GraqlParser.id().
The default implementation does nothing.
enterId in interface GraqlListenerctx - the parse treepublic void exitId(GraqlParser.IdContext ctx)
GraqlParser.id().
The default implementation does nothing.
exitId in interface GraqlListenerctx - the parse treepublic void enterIdentifier(GraqlParser.IdentifierContext ctx)
GraqlParser.identifier().
The default implementation does nothing.
enterIdentifier in interface GraqlListenerctx - the parse treepublic void exitIdentifier(GraqlParser.IdentifierContext ctx)
GraqlParser.identifier().
The default implementation does nothing.
exitIdentifier in interface GraqlListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2017 Grakn Labs Ltd. All rights reserved.