T - The return type of the visit operation. Use Void for
operations with no return type.public class StixPatternBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements StixPatternVisitor<T>
StixPatternVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
StixPatternBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitPattern(StixPatternParser.PatternContext ctx)
StixPatternParser.pattern().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPattern in interface StixPatternVisitor<T>ctx - the parse treepublic T visitObservationExpressions(StixPatternParser.ObservationExpressionsContext ctx)
StixPatternParser.observationExpressions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObservationExpressions in interface StixPatternVisitor<T>ctx - the parse treepublic T visitObservationExpressionOr(StixPatternParser.ObservationExpressionOrContext ctx)
StixPatternParser.observationExpressionOr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObservationExpressionOr in interface StixPatternVisitor<T>ctx - the parse treepublic T visitObservationExpressionAnd(StixPatternParser.ObservationExpressionAndContext ctx)
StixPatternParser.observationExpressionAnd().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObservationExpressionAnd in interface StixPatternVisitor<T>ctx - the parse treepublic T visitObservationExpressionRepeated(StixPatternParser.ObservationExpressionRepeatedContext ctx)
observationExpressionRepeated
labeled alternative in StixPatternParser.observationExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObservationExpressionRepeated in interface StixPatternVisitor<T>ctx - the parse treepublic T visitObservationExpressionSimple(StixPatternParser.ObservationExpressionSimpleContext ctx)
observationExpressionSimple
labeled alternative in StixPatternParser.observationExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObservationExpressionSimple in interface StixPatternVisitor<T>ctx - the parse treepublic T visitObservationExpressionCompound(StixPatternParser.ObservationExpressionCompoundContext ctx)
observationExpressionCompound
labeled alternative in StixPatternParser.observationExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObservationExpressionCompound in interface StixPatternVisitor<T>ctx - the parse treepublic T visitObservationExpressionWithin(StixPatternParser.ObservationExpressionWithinContext ctx)
observationExpressionWithin
labeled alternative in StixPatternParser.observationExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObservationExpressionWithin in interface StixPatternVisitor<T>ctx - the parse treepublic T visitObservationExpressionStartStop(StixPatternParser.ObservationExpressionStartStopContext ctx)
observationExpressionStartStop
labeled alternative in StixPatternParser.observationExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObservationExpressionStartStop in interface StixPatternVisitor<T>ctx - the parse treepublic T visitComparisonExpressionAnd_(StixPatternParser.ComparisonExpressionAnd_Context ctx)
comparisonExpressionAnd_ labeled
alternative in StixPatternParser.comparisonExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonExpressionAnd_ in interface StixPatternVisitor<T>ctx - the parse treepublic T visitComparisonExpressionOred(StixPatternParser.ComparisonExpressionOredContext ctx)
comparisonExpressionOred labeled
alternative in StixPatternParser.comparisonExpression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonExpressionOred in interface StixPatternVisitor<T>ctx - the parse treepublic T visitComparisonExpressionAndPropTest(StixPatternParser.ComparisonExpressionAndPropTestContext ctx)
comparisonExpressionAndPropTest
labeled alternative in StixPatternParser.comparisonExpressionAnd().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonExpressionAndPropTest in interface StixPatternVisitor<T>ctx - the parse treepublic T visitComparisonExpressionAnded(StixPatternParser.ComparisonExpressionAndedContext ctx)
comparisonExpressionAnded labeled
alternative in StixPatternParser.comparisonExpressionAnd().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparisonExpressionAnded in interface StixPatternVisitor<T>ctx - the parse treepublic T visitPropTestEqual(StixPatternParser.PropTestEqualContext ctx)
propTestEqual labeled alternative
in StixPatternParser.propTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropTestEqual in interface StixPatternVisitor<T>ctx - the parse treepublic T visitPropTestOrder(StixPatternParser.PropTestOrderContext ctx)
propTestOrder labeled alternative
in StixPatternParser.propTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropTestOrder in interface StixPatternVisitor<T>ctx - the parse treepublic T visitPropTestSet(StixPatternParser.PropTestSetContext ctx)
propTestSet labeled alternative in
StixPatternParser.propTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropTestSet in interface StixPatternVisitor<T>ctx - the parse treepublic T visitPropTestLike(StixPatternParser.PropTestLikeContext ctx)
propTestLike labeled alternative
in StixPatternParser.propTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropTestLike in interface StixPatternVisitor<T>ctx - the parse treepublic T visitPropTestRegex(StixPatternParser.PropTestRegexContext ctx)
propTestRegex labeled alternative
in StixPatternParser.propTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropTestRegex in interface StixPatternVisitor<T>ctx - the parse treepublic T visitPropTestIsSubset(StixPatternParser.PropTestIsSubsetContext ctx)
propTestIsSubset labeled
alternative in StixPatternParser.propTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropTestIsSubset in interface StixPatternVisitor<T>ctx - the parse treepublic T visitPropTestIsSuperset(StixPatternParser.PropTestIsSupersetContext ctx)
propTestIsSuperset labeled
alternative in StixPatternParser.propTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropTestIsSuperset in interface StixPatternVisitor<T>ctx - the parse treepublic T visitPropTestParen(StixPatternParser.PropTestParenContext ctx)
propTestParen labeled alternative
in StixPatternParser.propTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropTestParen in interface StixPatternVisitor<T>ctx - the parse treepublic T visitPropTestExists(StixPatternParser.PropTestExistsContext ctx)
propTestExists labeled alternative
in StixPatternParser.propTest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropTestExists in interface StixPatternVisitor<T>ctx - the parse treepublic T visitOrderingComparator(StixPatternParser.OrderingComparatorContext ctx)
StixPatternParser.orderingComparator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderingComparator in interface StixPatternVisitor<T>ctx - the parse treepublic T visitStringLiteral(StixPatternParser.StringLiteralContext ctx)
StixPatternParser.stringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiteral in interface StixPatternVisitor<T>ctx - the parse treepublic T visitStartStopQualifier(StixPatternParser.StartStopQualifierContext ctx)
StixPatternParser.startStopQualifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartStopQualifier in interface StixPatternVisitor<T>ctx - the parse treepublic T visitWithinQualifier(StixPatternParser.WithinQualifierContext ctx)
StixPatternParser.withinQualifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWithinQualifier in interface StixPatternVisitor<T>ctx - the parse treepublic T visitRepeatedQualifier(StixPatternParser.RepeatedQualifierContext ctx)
StixPatternParser.repeatedQualifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRepeatedQualifier in interface StixPatternVisitor<T>ctx - the parse treepublic T visitObjectPath(StixPatternParser.ObjectPathContext ctx)
StixPatternParser.objectPath().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjectPath in interface StixPatternVisitor<T>ctx - the parse treepublic T visitObjectType(StixPatternParser.ObjectTypeContext ctx)
StixPatternParser.objectType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjectType in interface StixPatternVisitor<T>ctx - the parse treepublic T visitFirstPathComponent(StixPatternParser.FirstPathComponentContext ctx)
StixPatternParser.firstPathComponent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFirstPathComponent in interface StixPatternVisitor<T>ctx - the parse treepublic T visitIndexPathStep(StixPatternParser.IndexPathStepContext ctx)
indexPathStep labeled alternative
in StixPatternParser.objectPathComponent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexPathStep in interface StixPatternVisitor<T>ctx - the parse treepublic T visitPathStep(StixPatternParser.PathStepContext ctx)
pathStep labeled alternative in
StixPatternParser.objectPathComponent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPathStep in interface StixPatternVisitor<T>ctx - the parse treepublic T visitKeyPathStep(StixPatternParser.KeyPathStepContext ctx)
keyPathStep labeled alternative in
StixPatternParser.objectPathComponent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyPathStep in interface StixPatternVisitor<T>ctx - the parse treepublic T visitSetLiteral(StixPatternParser.SetLiteralContext ctx)
StixPatternParser.setLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetLiteral in interface StixPatternVisitor<T>ctx - the parse treepublic T visitPrimitiveLiteral(StixPatternParser.PrimitiveLiteralContext ctx)
StixPatternParser.primitiveLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimitiveLiteral in interface StixPatternVisitor<T>ctx - the parse treepublic T visitOrderableLiteral(StixPatternParser.OrderableLiteralContext ctx)
StixPatternParser.orderableLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderableLiteral in interface StixPatternVisitor<T>ctx - the parse treeCopyright © 2020. All rights reserved.