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 |
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 |
enterAskQuery(GraqlParser.AskQueryContext ctx)
Enter a parse tree produced by
GraqlParser.askQuery(). |
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 |
enterClusterMembers(GraqlParser.ClusterMembersContext ctx)
Enter a parse tree produced by the
clusterMembers
labeled alternative in GraqlParser.clusterParam(). |
void |
enterClusterSize(GraqlParser.ClusterSizeContext ctx)
Enter a parse tree produced by the
clusterSize
labeled alternative in GraqlParser.clusterParam(). |
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 |
enterDeleteQuery(GraqlParser.DeleteQueryContext ctx)
Enter a parse tree produced by
GraqlParser.deleteQuery(). |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
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 |
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 |
enterLabel(GraqlParser.LabelContext ctx)
Enter a parse tree produced by
GraqlParser.label(). |
void |
enterLabelList(GraqlParser.LabelListContext ctx)
Enter a parse tree produced by
GraqlParser.labelList(). |
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 |
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 |
enterNamedAgg(GraqlParser.NamedAggContext ctx)
Enter a parse tree produced by
GraqlParser.namedAgg(). |
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 |
enterPlays(GraqlParser.PlaysContext ctx)
Enter a parse tree produced by the
plays
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 |
enterPredicateVariable(GraqlParser.PredicateVariableContext ctx)
Enter a parse tree produced by the
predicateVariable
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 |
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 |
enterPropLabel(GraqlParser.PropLabelContext ctx)
Enter a parse tree produced by the
propLabel
labeled alternative in GraqlParser.property(). |
void |
enterPropLhs(GraqlParser.PropLhsContext ctx)
Enter a parse tree produced by the
propLhs
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 |
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 |
enterQueryListElem(GraqlParser.QueryListElemContext ctx)
Enter a parse tree produced by
GraqlParser.queryListElem(). |
void |
enterRelates(GraqlParser.RelatesContext ctx)
Enter a parse tree produced by the
relates
labeled alternative in GraqlParser.property(). |
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 |
enterValueDate(GraqlParser.ValueDateContext ctx)
Enter a parse tree produced by the
valueDate
labeled alternative in GraqlParser.value(). |
void |
enterValueDateTime(GraqlParser.ValueDateTimeContext ctx)
Enter a parse tree produced by the
valueDateTime
labeled alternative in GraqlParser.value(). |
void |
enterValueInteger(GraqlParser.ValueIntegerContext ctx)
Enter a parse tree produced by the
valueInteger
labeled alternative in GraqlParser.value(). |
void |
enterValuePrimitive(GraqlParser.ValuePrimitiveContext ctx)
Enter a parse tree produced by the
valuePrimitive
labeled alternative in GraqlParser.valueOrVar(). |
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.valueOrVar(). |
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 |
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 |
exitAskQuery(GraqlParser.AskQueryContext ctx)
Exit a parse tree produced by
GraqlParser.askQuery(). |
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 |
exitClusterMembers(GraqlParser.ClusterMembersContext ctx)
Exit a parse tree produced by the
clusterMembers
labeled alternative in GraqlParser.clusterParam(). |
void |
exitClusterSize(GraqlParser.ClusterSizeContext ctx)
Exit a parse tree produced by the
clusterSize
labeled alternative in GraqlParser.clusterParam(). |
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 |
exitDeleteQuery(GraqlParser.DeleteQueryContext ctx)
Exit a parse tree produced by
GraqlParser.deleteQuery(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
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 |
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 |
exitLabel(GraqlParser.LabelContext ctx)
Exit a parse tree produced by
GraqlParser.label(). |
void |
exitLabelList(GraqlParser.LabelListContext ctx)
Exit a parse tree produced by
GraqlParser.labelList(). |
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 |
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 |
exitNamedAgg(GraqlParser.NamedAggContext ctx)
Exit a parse tree produced by
GraqlParser.namedAgg(). |
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 |
exitPlays(GraqlParser.PlaysContext ctx)
Exit a parse tree produced by the
plays
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 |
exitPredicateVariable(GraqlParser.PredicateVariableContext ctx)
Exit a parse tree produced by the
predicateVariable
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 |
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 |
exitPropLabel(GraqlParser.PropLabelContext ctx)
Exit a parse tree produced by the
propLabel
labeled alternative in GraqlParser.property(). |
void |
exitPropLhs(GraqlParser.PropLhsContext ctx)
Exit a parse tree produced by the
propLhs
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 |
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 |
exitQueryListElem(GraqlParser.QueryListElemContext ctx)
Exit a parse tree produced by
GraqlParser.queryListElem(). |
void |
exitRelates(GraqlParser.RelatesContext ctx)
Exit a parse tree produced by the
relates
labeled alternative in GraqlParser.property(). |
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 |
exitValueDate(GraqlParser.ValueDateContext ctx)
Exit a parse tree produced by the
valueDate
labeled alternative in GraqlParser.value(). |
void |
exitValueDateTime(GraqlParser.ValueDateTimeContext ctx)
Exit a parse tree produced by the
valueDateTime
labeled alternative in GraqlParser.value(). |
void |
exitValueInteger(GraqlParser.ValueIntegerContext ctx)
Exit a parse tree produced by the
valueInteger
labeled alternative in GraqlParser.value(). |
void |
exitValuePrimitive(GraqlParser.ValuePrimitiveContext ctx)
Exit a parse tree produced by the
valuePrimitive
labeled alternative in GraqlParser.valueOrVar(). |
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.valueOrVar(). |
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 enterQueryListElem(GraqlParser.QueryListElemContext ctx)
GraqlParser.queryListElem().
The default implementation does nothing.
enterQueryListElem in interface GraqlListenerctx - the parse treepublic void exitQueryListElem(GraqlParser.QueryListElemContext ctx)
GraqlParser.queryListElem().
The default implementation does nothing.
exitQueryListElem 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 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 enterClusterMembers(GraqlParser.ClusterMembersContext ctx)
clusterMembers
labeled alternative in GraqlParser.clusterParam().
The default implementation does nothing.
enterClusterMembers in interface GraqlListenerctx - the parse treepublic void exitClusterMembers(GraqlParser.ClusterMembersContext ctx)
clusterMembers
labeled alternative in GraqlParser.clusterParam().
The default implementation does nothing.
exitClusterMembers in interface GraqlListenerctx - the parse treepublic void enterClusterSize(GraqlParser.ClusterSizeContext ctx)
clusterSize
labeled alternative in GraqlParser.clusterParam().
The default implementation does nothing.
enterClusterSize in interface GraqlListenerctx - the parse treepublic void exitClusterSize(GraqlParser.ClusterSizeContext ctx)
clusterSize
labeled alternative in GraqlParser.clusterParam().
The default implementation does nothing.
exitClusterSize 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 enterLabelList(GraqlParser.LabelListContext ctx)
GraqlParser.labelList().
The default implementation does nothing.
enterLabelList in interface GraqlListenerctx - the parse treepublic void exitLabelList(GraqlParser.LabelListContext ctx)
GraqlParser.labelList().
The default implementation does nothing.
exitLabelList 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 enterRelates(GraqlParser.RelatesContext ctx)
relates
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterRelates in interface GraqlListenerctx - the parse treepublic void exitRelates(GraqlParser.RelatesContext ctx)
relates
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitRelates in interface GraqlListenerctx - the parse treepublic void enterPlays(GraqlParser.PlaysContext ctx)
plays
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPlays in interface GraqlListenerctx - the parse treepublic void exitPlays(GraqlParser.PlaysContext ctx)
plays
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPlays 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 enterPropLabel(GraqlParser.PropLabelContext ctx)
propLabel
labeled alternative in GraqlParser.property().
The default implementation does nothing.
enterPropLabel in interface GraqlListenerctx - the parse treepublic void exitPropLabel(GraqlParser.PropLabelContext ctx)
propLabel
labeled alternative in GraqlParser.property().
The default implementation does nothing.
exitPropLabel 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 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 enterPredicateVariable(GraqlParser.PredicateVariableContext ctx)
predicateVariable
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
enterPredicateVariable in interface GraqlListenerctx - the parse treepublic void exitPredicateVariable(GraqlParser.PredicateVariableContext ctx)
predicateVariable
labeled alternative in GraqlParser.predicate().
The default implementation does nothing.
exitPredicateVariable 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.valueOrVar().
The default implementation does nothing.
enterValueVariable in interface GraqlListenerctx - the parse treepublic void exitValueVariable(GraqlParser.ValueVariableContext ctx)
valueVariable
labeled alternative in GraqlParser.valueOrVar().
The default implementation does nothing.
exitValueVariable in interface GraqlListenerctx - the parse treepublic void enterValuePrimitive(GraqlParser.ValuePrimitiveContext ctx)
valuePrimitive
labeled alternative in GraqlParser.valueOrVar().
The default implementation does nothing.
enterValuePrimitive in interface GraqlListenerctx - the parse treepublic void exitValuePrimitive(GraqlParser.ValuePrimitiveContext ctx)
valuePrimitive
labeled alternative in GraqlParser.valueOrVar().
The default implementation does nothing.
exitValuePrimitive 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 enterValueDate(GraqlParser.ValueDateContext ctx)
valueDate
labeled alternative in GraqlParser.value().
The default implementation does nothing.
enterValueDate in interface GraqlListenerctx - the parse treepublic void exitValueDate(GraqlParser.ValueDateContext ctx)
valueDate
labeled alternative in GraqlParser.value().
The default implementation does nothing.
exitValueDate in interface GraqlListenerctx - the parse treepublic void enterValueDateTime(GraqlParser.ValueDateTimeContext ctx)
valueDateTime
labeled alternative in GraqlParser.value().
The default implementation does nothing.
enterValueDateTime in interface GraqlListenerctx - the parse treepublic void exitValueDateTime(GraqlParser.ValueDateTimeContext ctx)
valueDateTime
labeled alternative in GraqlParser.value().
The default implementation does nothing.
exitValueDateTime in interface GraqlListenerctx - the parse treepublic void enterLabel(GraqlParser.LabelContext ctx)
GraqlParser.label().
The default implementation does nothing.
enterLabel in interface GraqlListenerctx - the parse treepublic void exitLabel(GraqlParser.LabelContext ctx)
GraqlParser.label().
The default implementation does nothing.
exitLabel 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.