T - The return type of the visit operation. Use Void for
operations with no return type.public class GraqlBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements GraqlVisitor<T>
GraqlVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
GraqlBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitQueryList(GraqlParser.QueryListContext ctx)
GraqlParser.queryList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryList in interface GraqlVisitor<T>ctx - the parse treepublic T visitQueryListElem(GraqlParser.QueryListElemContext ctx)
GraqlParser.queryListElem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryListElem in interface GraqlVisitor<T>ctx - the parse treepublic T visitQueryEOF(GraqlParser.QueryEOFContext ctx)
GraqlParser.queryEOF().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryEOF in interface GraqlVisitor<T>ctx - the parse treepublic T visitQuery(GraqlParser.QueryContext ctx)
GraqlParser.query().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQuery in interface GraqlVisitor<T>ctx - the parse treepublic T visitSimpleQuery(GraqlParser.SimpleQueryContext ctx)
GraqlParser.simpleQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSimpleQuery in interface GraqlVisitor<T>ctx - the parse treepublic T visitMatchBase(GraqlParser.MatchBaseContext ctx)
matchBase
labeled alternative in GraqlParser.matchQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchBase in interface GraqlVisitor<T>ctx - the parse treepublic T visitMatchSelect(GraqlParser.MatchSelectContext ctx)
matchSelect
labeled alternative in GraqlParser.matchQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchSelect in interface GraqlVisitor<T>ctx - the parse treepublic T visitMatchOffset(GraqlParser.MatchOffsetContext ctx)
matchOffset
labeled alternative in GraqlParser.matchQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchOffset in interface GraqlVisitor<T>ctx - the parse treepublic T visitMatchOrderBy(GraqlParser.MatchOrderByContext ctx)
matchOrderBy
labeled alternative in GraqlParser.matchQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchOrderBy in interface GraqlVisitor<T>ctx - the parse treepublic T visitMatchLimit(GraqlParser.MatchLimitContext ctx)
matchLimit
labeled alternative in GraqlParser.matchQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchLimit in interface GraqlVisitor<T>ctx - the parse treepublic T visitMatchDistinct(GraqlParser.MatchDistinctContext ctx)
matchDistinct
labeled alternative in GraqlParser.matchQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchDistinct in interface GraqlVisitor<T>ctx - the parse treepublic T visitAskQuery(GraqlParser.AskQueryContext ctx)
GraqlParser.askQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAskQuery in interface GraqlVisitor<T>ctx - the parse treepublic T visitInsertQuery(GraqlParser.InsertQueryContext ctx)
GraqlParser.insertQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertQuery in interface GraqlVisitor<T>ctx - the parse treepublic T visitInsertOnly(GraqlParser.InsertOnlyContext ctx)
GraqlParser.insertOnly().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsertOnly in interface GraqlVisitor<T>ctx - the parse treepublic T visitMatchInsert(GraqlParser.MatchInsertContext ctx)
GraqlParser.matchInsert().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMatchInsert in interface GraqlVisitor<T>ctx - the parse treepublic T visitDeleteQuery(GraqlParser.DeleteQueryContext ctx)
GraqlParser.deleteQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeleteQuery in interface GraqlVisitor<T>ctx - the parse treepublic T visitAggregateQuery(GraqlParser.AggregateQueryContext ctx)
GraqlParser.aggregateQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregateQuery in interface GraqlVisitor<T>ctx - the parse treepublic T visitComputeQuery(GraqlParser.ComputeQueryContext ctx)
GraqlParser.computeQuery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComputeQuery in interface GraqlVisitor<T>ctx - the parse treepublic T visitComputeMethod(GraqlParser.ComputeMethodContext ctx)
GraqlParser.computeMethod().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComputeMethod in interface GraqlVisitor<T>ctx - the parse treepublic T visitMin(GraqlParser.MinContext ctx)
GraqlParser.min().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMin in interface GraqlVisitor<T>ctx - the parse treepublic T visitMax(GraqlParser.MaxContext ctx)
GraqlParser.max().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMax in interface GraqlVisitor<T>ctx - the parse treepublic T visitMedian(GraqlParser.MedianContext ctx)
GraqlParser.median().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMedian in interface GraqlVisitor<T>ctx - the parse treepublic T visitMean(GraqlParser.MeanContext ctx)
GraqlParser.mean().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMean in interface GraqlVisitor<T>ctx - the parse treepublic T visitStd(GraqlParser.StdContext ctx)
GraqlParser.std().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStd in interface GraqlVisitor<T>ctx - the parse treepublic T visitSum(GraqlParser.SumContext ctx)
GraqlParser.sum().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSum in interface GraqlVisitor<T>ctx - the parse treepublic T visitDegrees(GraqlParser.DegreesContext ctx)
GraqlParser.degrees().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDegrees in interface GraqlVisitor<T>ctx - the parse treepublic T visitCluster(GraqlParser.ClusterContext ctx)
GraqlParser.cluster().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCluster in interface GraqlVisitor<T>ctx - the parse treepublic T visitPath(GraqlParser.PathContext ctx)
GraqlParser.path().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPath in interface GraqlVisitor<T>ctx - the parse treepublic T visitCount(GraqlParser.CountContext ctx)
GraqlParser.count().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCount in interface GraqlVisitor<T>ctx - the parse treepublic T visitClusterMembers(GraqlParser.ClusterMembersContext ctx)
clusterMembers
labeled alternative in GraqlParser.clusterParam().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClusterMembers in interface GraqlVisitor<T>ctx - the parse treepublic T visitClusterSize(GraqlParser.ClusterSizeContext ctx)
clusterSize
labeled alternative in GraqlParser.clusterParam().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClusterSize in interface GraqlVisitor<T>ctx - the parse treepublic T visitOfList(GraqlParser.OfListContext ctx)
GraqlParser.ofList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOfList in interface GraqlVisitor<T>ctx - the parse treepublic T visitInList(GraqlParser.InListContext ctx)
GraqlParser.inList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInList in interface GraqlVisitor<T>ctx - the parse treepublic T visitLabelList(GraqlParser.LabelListContext ctx)
GraqlParser.labelList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLabelList in interface GraqlVisitor<T>ctx - the parse treepublic T visitCustomAgg(GraqlParser.CustomAggContext ctx)
customAgg
labeled alternative in GraqlParser.aggregate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCustomAgg in interface GraqlVisitor<T>ctx - the parse treepublic T visitSelectAgg(GraqlParser.SelectAggContext ctx)
selectAgg
labeled alternative in GraqlParser.aggregate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectAgg in interface GraqlVisitor<T>ctx - the parse treepublic T visitVariableArgument(GraqlParser.VariableArgumentContext ctx)
variableArgument
labeled alternative in GraqlParser.argument().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableArgument in interface GraqlVisitor<T>ctx - the parse treepublic T visitAggregateArgument(GraqlParser.AggregateArgumentContext ctx)
aggregateArgument
labeled alternative in GraqlParser.argument().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregateArgument in interface GraqlVisitor<T>ctx - the parse treepublic T visitNamedAgg(GraqlParser.NamedAggContext ctx)
GraqlParser.namedAgg().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNamedAgg in interface GraqlVisitor<T>ctx - the parse treepublic T visitPatterns(GraqlParser.PatternsContext ctx)
GraqlParser.patterns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPatterns in interface GraqlVisitor<T>ctx - the parse treepublic T visitVarPatternCase(GraqlParser.VarPatternCaseContext ctx)
varPatternCase
labeled alternative in GraqlParser.pattern().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVarPatternCase in interface GraqlVisitor<T>ctx - the parse treepublic T visitAndPattern(GraqlParser.AndPatternContext ctx)
andPattern
labeled alternative in GraqlParser.pattern().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAndPattern in interface GraqlVisitor<T>ctx - the parse treepublic T visitOrPattern(GraqlParser.OrPatternContext ctx)
orPattern
labeled alternative in GraqlParser.pattern().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrPattern in interface GraqlVisitor<T>ctx - the parse treepublic T visitVarPatterns(GraqlParser.VarPatternsContext ctx)
GraqlParser.varPatterns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVarPatterns in interface GraqlVisitor<T>ctx - the parse treepublic T visitVarPattern(GraqlParser.VarPatternContext ctx)
GraqlParser.varPattern().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVarPattern in interface GraqlVisitor<T>ctx - the parse treepublic T visitIsa(GraqlParser.IsaContext ctx)
isa
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsa in interface GraqlVisitor<T>ctx - the parse treepublic T visitSub(GraqlParser.SubContext ctx)
sub
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSub in interface GraqlVisitor<T>ctx - the parse treepublic T visitRelates(GraqlParser.RelatesContext ctx)
relates
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRelates in interface GraqlVisitor<T>ctx - the parse treepublic T visitPlays(GraqlParser.PlaysContext ctx)
plays
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPlays in interface GraqlVisitor<T>ctx - the parse treepublic T visitHasScope(GraqlParser.HasScopeContext ctx)
hasScope
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHasScope in interface GraqlVisitor<T>ctx - the parse treepublic T visitPropId(GraqlParser.PropIdContext ctx)
propId
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropId in interface GraqlVisitor<T>ctx - the parse treepublic T visitPropLabel(GraqlParser.PropLabelContext ctx)
propLabel
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropLabel in interface GraqlVisitor<T>ctx - the parse treepublic T visitPropValue(GraqlParser.PropValueContext ctx)
propValue
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropValue in interface GraqlVisitor<T>ctx - the parse treepublic T visitPropLhs(GraqlParser.PropLhsContext ctx)
propLhs
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropLhs in interface GraqlVisitor<T>ctx - the parse treepublic T visitPropRhs(GraqlParser.PropRhsContext ctx)
propRhs
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropRhs in interface GraqlVisitor<T>ctx - the parse treepublic T visitPropHas(GraqlParser.PropHasContext ctx)
propHas
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropHas in interface GraqlVisitor<T>ctx - the parse treepublic T visitPropResource(GraqlParser.PropResourceContext ctx)
propResource
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropResource in interface GraqlVisitor<T>ctx - the parse treepublic T visitPropKey(GraqlParser.PropKeyContext ctx)
propKey
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropKey in interface GraqlVisitor<T>ctx - the parse treepublic T visitPropRel(GraqlParser.PropRelContext ctx)
propRel
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropRel in interface GraqlVisitor<T>ctx - the parse treepublic T visitIsAbstract(GraqlParser.IsAbstractContext ctx)
isAbstract
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsAbstract in interface GraqlVisitor<T>ctx - the parse treepublic T visitPropDatatype(GraqlParser.PropDatatypeContext ctx)
propDatatype
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropDatatype in interface GraqlVisitor<T>ctx - the parse treepublic T visitPropRegex(GraqlParser.PropRegexContext ctx)
propRegex
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropRegex in interface GraqlVisitor<T>ctx - the parse treepublic T visitPropNeq(GraqlParser.PropNeqContext ctx)
propNeq
labeled alternative in GraqlParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropNeq in interface GraqlVisitor<T>ctx - the parse treepublic T visitCasting(GraqlParser.CastingContext ctx)
GraqlParser.casting().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCasting in interface GraqlVisitor<T>ctx - the parse treepublic T visitVariable(GraqlParser.VariableContext ctx)
GraqlParser.variable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariable in interface GraqlVisitor<T>ctx - the parse treepublic T visitPredicateEq(GraqlParser.PredicateEqContext ctx)
predicateEq
labeled alternative in GraqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicateEq in interface GraqlVisitor<T>ctx - the parse treepublic T visitPredicateVariable(GraqlParser.PredicateVariableContext ctx)
predicateVariable
labeled alternative in GraqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicateVariable in interface GraqlVisitor<T>ctx - the parse treepublic T visitPredicateNeq(GraqlParser.PredicateNeqContext ctx)
predicateNeq
labeled alternative in GraqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicateNeq in interface GraqlVisitor<T>ctx - the parse treepublic T visitPredicateGt(GraqlParser.PredicateGtContext ctx)
predicateGt
labeled alternative in GraqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicateGt in interface GraqlVisitor<T>ctx - the parse treepublic T visitPredicateGte(GraqlParser.PredicateGteContext ctx)
predicateGte
labeled alternative in GraqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicateGte in interface GraqlVisitor<T>ctx - the parse treepublic T visitPredicateLt(GraqlParser.PredicateLtContext ctx)
predicateLt
labeled alternative in GraqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicateLt in interface GraqlVisitor<T>ctx - the parse treepublic T visitPredicateLte(GraqlParser.PredicateLteContext ctx)
predicateLte
labeled alternative in GraqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicateLte in interface GraqlVisitor<T>ctx - the parse treepublic T visitPredicateContains(GraqlParser.PredicateContainsContext ctx)
predicateContains
labeled alternative in GraqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicateContains in interface GraqlVisitor<T>ctx - the parse treepublic T visitPredicateRegex(GraqlParser.PredicateRegexContext ctx)
predicateRegex
labeled alternative in GraqlParser.predicate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredicateRegex in interface GraqlVisitor<T>ctx - the parse treepublic T visitValueVariable(GraqlParser.ValueVariableContext ctx)
valueVariable
labeled alternative in GraqlParser.valueOrVar().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValueVariable in interface GraqlVisitor<T>ctx - the parse treepublic T visitValuePrimitive(GraqlParser.ValuePrimitiveContext ctx)
valuePrimitive
labeled alternative in GraqlParser.valueOrVar().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValuePrimitive in interface GraqlVisitor<T>ctx - the parse treepublic T visitValueString(GraqlParser.ValueStringContext ctx)
valueString
labeled alternative in GraqlParser.value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValueString in interface GraqlVisitor<T>ctx - the parse treepublic T visitValueInteger(GraqlParser.ValueIntegerContext ctx)
valueInteger
labeled alternative in GraqlParser.value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValueInteger in interface GraqlVisitor<T>ctx - the parse treepublic T visitValueReal(GraqlParser.ValueRealContext ctx)
valueReal
labeled alternative in GraqlParser.value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValueReal in interface GraqlVisitor<T>ctx - the parse treepublic T visitValueBoolean(GraqlParser.ValueBooleanContext ctx)
valueBoolean
labeled alternative in GraqlParser.value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValueBoolean in interface GraqlVisitor<T>ctx - the parse treepublic T visitValueDate(GraqlParser.ValueDateContext ctx)
valueDate
labeled alternative in GraqlParser.value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValueDate in interface GraqlVisitor<T>ctx - the parse treepublic T visitValueDateTime(GraqlParser.ValueDateTimeContext ctx)
valueDateTime
labeled alternative in GraqlParser.value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValueDateTime in interface GraqlVisitor<T>ctx - the parse treepublic T visitLabel(GraqlParser.LabelContext ctx)
GraqlParser.label().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLabel in interface GraqlVisitor<T>ctx - the parse treepublic T visitId(GraqlParser.IdContext ctx)
GraqlParser.id().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitId in interface GraqlVisitor<T>ctx - the parse treepublic T visitIdentifier(GraqlParser.IdentifierContext ctx)
GraqlParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier in interface GraqlVisitor<T>ctx - the parse treeCopyright © 2017 Grakn Labs Ltd. All rights reserved.