T - The return type of the visit operation. Use Void for
operations with no return type.public class OKWSeParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements OKWSeParserVisitor<T>
OKWSeParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
OKWSeParserBaseVisitor() |
| Modifier and Type | Method and Description |
|---|---|
T |
visitAlt(OKWSeParser.AltContext ctx)
Visit a parse tree produced by the
Alt
labeled alternative in OKWSeParser.modifierkey(). |
T |
visitCommand(OKWSeParser.CommandContext ctx)
Visit a parse tree produced by the
Command
labeled alternative in OKWSeParser.modifierkey(). |
T |
visitCtrl(OKWSeParser.CtrlContext ctx)
Visit a parse tree produced by the
Ctrl
labeled alternative in OKWSeParser.modifierkey(). |
T |
visitKeyvalue(OKWSeParser.KeyvalueContext ctx)
Visit a parse tree produced by
OKWSeParser.keyvalue(). |
T |
visitRoot(OKWSeParser.RootContext ctx)
Visit a parse tree produced by
OKWSeParser.root(). |
T |
visitShift(OKWSeParser.ShiftContext ctx)
Visit a parse tree produced by the
Shift
labeled alternative in OKWSeParser.modifierkey(). |
T |
visitText(OKWSeParser.TextContext ctx)
Visit a parse tree produced by
OKWSeParser.text(). |
T |
visitTypekey(OKWSeParser.TypekeyContext ctx)
Visit a parse tree produced by
OKWSeParser.typekey(). |
T |
visitValue(OKWSeParser.ValueContext ctx)
Visit a parse tree produced by
OKWSeParser.value(). |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitRoot(OKWSeParser.RootContext ctx)
OKWSeParser.root().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoot in interface OKWSeParserVisitor<T>ctx - the parse treepublic T visitTypekey(OKWSeParser.TypekeyContext ctx)
OKWSeParser.typekey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypekey in interface OKWSeParserVisitor<T>ctx - the parse treepublic T visitKeyvalue(OKWSeParser.KeyvalueContext ctx)
OKWSeParser.keyvalue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyvalue in interface OKWSeParserVisitor<T>ctx - the parse treepublic T visitAlt(OKWSeParser.AltContext ctx)
Alt
labeled alternative in OKWSeParser.modifierkey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlt in interface OKWSeParserVisitor<T>ctx - the parse treepublic T visitCtrl(OKWSeParser.CtrlContext ctx)
Ctrl
labeled alternative in OKWSeParser.modifierkey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCtrl in interface OKWSeParserVisitor<T>ctx - the parse treepublic T visitShift(OKWSeParser.ShiftContext ctx)
Shift
labeled alternative in OKWSeParser.modifierkey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShift in interface OKWSeParserVisitor<T>ctx - the parse treepublic T visitCommand(OKWSeParser.CommandContext ctx)
Command
labeled alternative in OKWSeParser.modifierkey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommand in interface OKWSeParserVisitor<T>ctx - the parse treepublic T visitValue(OKWSeParser.ValueContext ctx)
OKWSeParser.value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValue in interface OKWSeParserVisitor<T>ctx - the parse treepublic T visitText(OKWSeParser.TextContext ctx)
OKWSeParser.text().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitText in interface OKWSeParserVisitor<T>ctx - the parse treeCopyright © 2020 OpenKeyWord. All rights reserved.