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