public class OKW_Visitor extends OKW_ParserBaseVisitor<String>
| Constructor and Description |
|---|
OKW_Visitor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
aggregateResult(String aggregate,
String fpsNextResult) |
String |
visitOkw_env_var(OKW_Parser.Okw_env_varContext context)
Visit a parse tree produced by
OKW_Parser.okw_env_var(). |
String |
visitOkw_internal_var(OKW_Parser.Okw_internal_varContext context)
Visit a parse tree produced by
OKW_Parser.okw_internal_var(). |
String |
visitText(OKW_Parser.TextContext context)
Visit a parse tree produced by
OKW_Parser.text(). |
visitEnvvalue, visitKeyvalue, visitOkw_typekey, visitRootdefaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic String visitOkw_env_var(OKW_Parser.Okw_env_varContext context)
OKW_ParserBaseVisitorOKW_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<String>visitOkw_env_var in class OKW_ParserBaseVisitor<String>context - the parse treepublic String visitOkw_internal_var(OKW_Parser.Okw_internal_varContext context)
OKW_ParserBaseVisitorOKW_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<String>visitOkw_internal_var in class OKW_ParserBaseVisitor<String>context - the parse treepublic String visitText(OKW_Parser.TextContext context)
OKW_ParserBaseVisitorOKW_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<String>visitText in class OKW_ParserBaseVisitor<String>context - the parse treeCopyright © 2017 OpenKeyWord. All rights reserved.