T - The return type of the visit operation. Use Void for
operations with no return type.public interface OKWCoreParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
OKWCoreParser.| 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(). |
T visitRoot(OKWCoreParser.RootContext ctx)
OKWCoreParser.root().ctx - the parse treeT visitOkw_internal_var(OKWCoreParser.Okw_internal_varContext ctx)
OKWCoreParser.okw_internal_var().ctx - the parse treeT visitOkw_env_var(OKWCoreParser.Okw_env_varContext ctx)
OKWCoreParser.okw_env_var().ctx - the parse treeT visitEnvvalue(OKWCoreParser.EnvvalueContext ctx)
OKWCoreParser.envvalue().ctx - the parse treeT visitText(OKWCoreParser.TextContext ctx)
OKWCoreParser.text().ctx - the parse treeCopyright © 2021 OpenKeyWord. All rights reserved.