T - The return type of the visit operation. Use Void for
operations with no return type.public interface OKWSeParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
OKWSeParser.| 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(). |
T visitRoot(OKWSeParser.RootContext ctx)
OKWSeParser.root().ctx - the parse treeT visitTypekey(OKWSeParser.TypekeyContext ctx)
OKWSeParser.typekey().ctx - the parse treeT visitKeyvalue(OKWSeParser.KeyvalueContext ctx)
OKWSeParser.keyvalue().ctx - the parse treeT visitAlt(OKWSeParser.AltContext ctx)
Alt
labeled alternative in OKWSeParser.modifierkey().ctx - the parse treeT visitCtrl(OKWSeParser.CtrlContext ctx)
Ctrl
labeled alternative in OKWSeParser.modifierkey().ctx - the parse treeT visitShift(OKWSeParser.ShiftContext ctx)
Shift
labeled alternative in OKWSeParser.modifierkey().ctx - the parse treeT visitCommand(OKWSeParser.CommandContext ctx)
Command
labeled alternative in OKWSeParser.modifierkey().ctx - the parse treeT visitValue(OKWSeParser.ValueContext ctx)
OKWSeParser.value().ctx - the parse treeT visitText(OKWSeParser.TextContext ctx)
OKWSeParser.text().ctx - the parse treeCopyright © 2020 OpenKeyWord. All rights reserved.