T - The return type of the visit operation. Use Void for
operations with no return type.public class OKW_ParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements OKW_ParserVisitor<T>
OKW_ParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
OKW_ParserBaseVisitor() |
| Modifier and Type | Method and Description |
|---|---|
T |
visitEnvvalue(OKW_Parser.EnvvalueContext ctx)
Visit a parse tree produced by
OKW_Parser.envvalue(). |
T |
visitKeyvalue(OKW_Parser.KeyvalueContext ctx)
Visit a parse tree produced by
OKW_Parser.keyvalue(). |
T |
visitOkw_env_var(OKW_Parser.Okw_env_varContext ctx)
Visit a parse tree produced by
OKW_Parser.okw_env_var(). |
T |
visitOkw_internal_var(OKW_Parser.Okw_internal_varContext ctx)
Visit a parse tree produced by
OKW_Parser.okw_internal_var(). |
T |
visitOkw_typekey(OKW_Parser.Okw_typekeyContext ctx)
Visit a parse tree produced by
OKW_Parser.okw_typekey(). |
T |
visitRoot(OKW_Parser.RootContext ctx)
Visit a parse tree produced by
OKW_Parser.root(). |
T |
visitText(OKW_Parser.TextContext ctx)
Visit a parse tree produced by
OKW_Parser.text(). |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitEnvvalue(@NotNull OKW_Parser.EnvvalueContext ctx)
OKW_Parser.envvalue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnvvalue in interface OKW_ParserVisitor<T>ctx - the parse treepublic T visitOkw_internal_var(@NotNull OKW_Parser.Okw_internal_varContext ctx)
OKW_Parser.okw_internal_var().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOkw_internal_var in interface OKW_ParserVisitor<T>ctx - the parse treepublic T visitText(@NotNull OKW_Parser.TextContext ctx)
OKW_Parser.text().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitText in interface OKW_ParserVisitor<T>ctx - the parse treepublic T visitRoot(@NotNull OKW_Parser.RootContext ctx)
OKW_Parser.root().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoot in interface OKW_ParserVisitor<T>ctx - the parse treepublic T visitOkw_env_var(@NotNull OKW_Parser.Okw_env_varContext ctx)
OKW_Parser.okw_env_var().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOkw_env_var in interface OKW_ParserVisitor<T>ctx - the parse treepublic T visitOkw_typekey(@NotNull OKW_Parser.Okw_typekeyContext ctx)
OKW_Parser.okw_typekey().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOkw_typekey in interface OKW_ParserVisitor<T>ctx - the parse treepublic T visitKeyvalue(@NotNull OKW_Parser.KeyvalueContext ctx)
OKW_Parser.keyvalue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyvalue in interface OKW_ParserVisitor<T>ctx - the parse treeCopyright © 2017 OpenKeyWord. All rights reserved.