public class OKW_Visitor extends OKWCoreParserBaseVisitor<String>
| Constructor and Description |
|---|
OKW_Visitor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
aggregateResult(String aggregate,
String fpsNextResult) |
String |
visitOkw_env_var(OKWCoreParser.Okw_env_varContext context)
Visit a parse tree produced by
OKWCoreParser.okw_env_var(). |
String |
visitOkw_internal_var(OKWCoreParser.Okw_internal_varContext context)
Visit a parse tree produced by
OKWCoreParser.okw_internal_var(). |
String |
visitText(OKWCoreParser.TextContext context)
Visit a parse tree produced by
OKWCoreParser.text(). |
visitEnvvalue, visitRootdefaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic String visitOkw_env_var(OKWCoreParser.Okw_env_varContext context)
OKWCoreParserBaseVisitorOKWCoreParser.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<String>visitOkw_env_var in class OKWCoreParserBaseVisitor<String>context - the parse treepublic String visitOkw_internal_var(OKWCoreParser.Okw_internal_varContext context)
OKWCoreParserBaseVisitorOKWCoreParser.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<String>visitOkw_internal_var in class OKWCoreParserBaseVisitor<String>context - the parse treepublic String visitText(OKWCoreParser.TextContext context)
OKWCoreParserBaseVisitorOKWCoreParser.text().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitText in interface OKWCoreParserVisitor<String>visitText in class OKWCoreParserBaseVisitor<String>context - the parse treeCopyright © 2021 OpenKeyWord. All rights reserved.