Class GorScriptBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.gorpipe.gor.GorScriptBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,GorScriptVisitor<T>
- Direct Known Subclasses:
CalcCompiler,SemanticChecker
public class GorScriptBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements GorScriptVisitor<T>
This class provides an empty implementation ofGorScriptVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description GorScriptBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitScript
public T visitScript(GorScriptParser.ScriptContext ctx)
Visit a parse tree produced byGorScriptParser.script().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScriptin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCalc_expression
public T visitCalc_expression(GorScriptParser.Calc_expressionContext ctx)
Visit a parse tree produced byGorScriptParser.calc_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCalc_expressionin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreate_statement
public T visitCreate_statement(GorScriptParser.Create_statementContext ctx)
Visit a parse tree produced byGorScriptParser.create_statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreate_statementin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDef_macro
public T visitDef_macro(GorScriptParser.Def_macroContext ctx)
Visit a parse tree produced byGorScriptParser.def_macro().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDef_macroin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMacro_value
public T visitMacro_value(GorScriptParser.Macro_valueContext ctx)
Visit a parse tree produced byGorScriptParser.macro_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMacro_valuein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMacro_name
public T visitMacro_name(GorScriptParser.Macro_nameContext ctx)
Visit a parse tree produced byGorScriptParser.macro_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMacro_namein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVirtual_relation_name
public T visitVirtual_relation_name(GorScriptParser.Virtual_relation_nameContext ctx)
Visit a parse tree produced byGorScriptParser.virtual_relation_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVirtual_relation_namein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQuery_expression
public T visitQuery_expression(GorScriptParser.Query_expressionContext ctx)
Visit a parse tree produced byGorScriptParser.query_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQuery_expressionin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGornor_expression
public T visitGornor_expression(GorScriptParser.Gornor_expressionContext ctx)
Visit a parse tree produced byGorScriptParser.gornor_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGornor_expressionin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGor_expression
public T visitGor_expression(GorScriptParser.Gor_expressionContext ctx)
Visit a parse tree produced byGorScriptParser.gor_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGor_expressionin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPgor_expression
public T visitPgor_expression(GorScriptParser.Pgor_expressionContext ctx)
Visit a parse tree produced byGorScriptParser.pgor_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPgor_expressionin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNor_expression
public T visitNor_expression(GorScriptParser.Nor_expressionContext ctx)
Visit a parse tree produced byGorScriptParser.nor_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNor_expressionin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptions_and_args
public T visitOptions_and_args(GorScriptParser.Options_and_argsContext ctx)
Visit a parse tree produced byGorScriptParser.options_and_args().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptions_and_argsin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOption
public T visitOption(GorScriptParser.OptionContext ctx)
Visit a parse tree produced byGorScriptParser.option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptionin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgument
public T visitArgument(GorScriptParser.ArgumentContext ctx)
Visit a parse tree produced byGorScriptParser.argument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgumentin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVirtual_relation
public T visitVirtual_relation(GorScriptParser.Virtual_relationContext ctx)
Visit a parse tree produced byGorScriptParser.virtual_relation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVirtual_relationin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInput_source
public T visitInput_source(GorScriptParser.Input_sourceContext ctx)
Visit a parse tree produced byGorScriptParser.input_source().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInput_sourcein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilename
public T visitFilename(GorScriptParser.FilenameContext ctx)
Visit a parse tree produced byGorScriptParser.filename().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilenamein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNested_query
public T visitNested_query(GorScriptParser.Nested_queryContext ctx)
Visit a parse tree produced byGorScriptParser.nested_query().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNested_queryin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOption_value
public T visitOption_value(GorScriptParser.Option_valueContext ctx)
Visit a parse tree produced byGorScriptParser.option_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOption_valuein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPipe_command
public T visitPipe_command(GorScriptParser.Pipe_commandContext ctx)
Visit a parse tree produced byGorScriptParser.pipe_command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPipe_commandin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCalc_command
public T visitCalc_command(GorScriptParser.Calc_commandContext ctx)
Visit a parse tree produced byGorScriptParser.calc_command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCalc_commandin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhere_command
public T visitWhere_command(GorScriptParser.Where_commandContext ctx)
Visit a parse tree produced byGorScriptParser.where_command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhere_commandin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplace_command
public T visitReplace_command(GorScriptParser.Replace_commandContext ctx)
Visit a parse tree produced byGorScriptParser.replace_command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReplace_commandin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_command
public T visitSelect_command(GorScriptParser.Select_commandContext ctx)
Visit a parse tree produced byGorScriptParser.select_command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_commandin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHide_command
public T visitHide_command(GorScriptParser.Hide_commandContext ctx)
Visit a parse tree produced byGorScriptParser.hide_command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHide_commandin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRename_command
public T visitRename_command(GorScriptParser.Rename_commandContext ctx)
Visit a parse tree produced byGorScriptParser.rename_command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRename_commandin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_command
public T visitGeneric_command(GorScriptParser.Generic_commandContext ctx)
Visit a parse tree produced byGorScriptParser.generic_command().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneric_commandin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn_list
public T visitColumn_list(GorScriptParser.Column_listContext ctx)
Visit a parse tree produced byGorScriptParser.column_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumn_listin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn_selection
public T visitColumn_selection(GorScriptParser.Column_selectionContext ctx)
Visit a parse tree produced byGorScriptParser.column_selection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumn_selectionin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn_range
public T visitColumn_range(GorScriptParser.Column_rangeContext ctx)
Visit a parse tree produced byGorScriptParser.column_range().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumn_rangein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn_ref
public T visitColumn_ref(GorScriptParser.Column_refContext ctx)
Visit a parse tree produced byGorScriptParser.column_ref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumn_refin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn_wildcard
public T visitColumn_wildcard(GorScriptParser.Column_wildcardContext ctx)
Visit a parse tree produced byGorScriptParser.column_wildcard().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumn_wildcardin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn_name
public T visitColumn_name(GorScriptParser.Column_nameContext ctx)
Visit a parse tree produced byGorScriptParser.column_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumn_namein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn_number
public T visitColumn_number(GorScriptParser.Column_numberContext ctx)
Visit a parse tree produced byGorScriptParser.column_number().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumn_numberin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumn_rename_rule
public T visitColumn_rename_rule(GorScriptParser.Column_rename_ruleContext ctx)
Visit a parse tree produced byGorScriptParser.column_rename_rule().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumn_rename_rulein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCalc_expression_list
public T visitCalc_expression_list(GorScriptParser.Calc_expression_listContext ctx)
Visit a parse tree produced byGorScriptParser.calc_expression_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCalc_expression_listin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpression
public T visitExpression(GorScriptParser.ExpressionContext ctx)
Visit a parse tree produced byGorScriptParser.expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpressionin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTerm
public T visitTerm(GorScriptParser.TermContext ctx)
Visit a parse tree produced byGorScriptParser.term().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTermin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptional_power_factor
public T visitOptional_power_factor(GorScriptParser.Optional_power_factorContext ctx)
Visit a parse tree produced byGorScriptParser.optional_power_factor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptional_power_factorin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPower_factor
public T visitPower_factor(GorScriptParser.Power_factorContext ctx)
Visit a parse tree produced byGorScriptParser.power_factor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPower_factorin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFactor
public T visitFactor(GorScriptParser.FactorContext ctx)
Visit a parse tree produced byGorScriptParser.factor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFactorin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSigned_factor
public T visitSigned_factor(GorScriptParser.Signed_factorContext ctx)
Visit a parse tree produced byGorScriptParser.signed_factor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSigned_factorin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXfactor
public T visitXfactor(GorScriptParser.XfactorContext ctx)
Visit a parse tree produced byGorScriptParser.xfactor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXfactorin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParen_expr
public T visitParen_expr(GorScriptParser.Paren_exprContext ctx)
Visit a parse tree produced byGorScriptParser.paren_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParen_exprin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_expr
public T visitFunction_expr(GorScriptParser.Function_exprContext ctx)
Visit a parse tree produced byGorScriptParser.function_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_exprin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_call
public T visitFunction_call(GorScriptParser.Function_callContext ctx)
Visit a parse tree produced byGorScriptParser.function_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_callin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIf_expr
public T visitIf_expr(GorScriptParser.If_exprContext ctx)
Visit a parse tree produced byGorScriptParser.if_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIf_exprin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRel_expr
public T visitRel_expr(GorScriptParser.Rel_exprContext ctx)
Visit a parse tree produced byGorScriptParser.rel_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRel_exprin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRel_term
public T visitRel_term(GorScriptParser.Rel_termContext ctx)
Visit a parse tree produced byGorScriptParser.rel_term().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRel_termin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicate_factor
public T visitPredicate_factor(GorScriptParser.Predicate_factorContext ctx)
Visit a parse tree produced byGorScriptParser.predicate_factor().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredicate_factorin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParen_rel_expr
public T visitParen_rel_expr(GorScriptParser.Paren_rel_exprContext ctx)
Visit a parse tree produced byGorScriptParser.paren_rel_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParen_rel_exprin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNot_rel_expr
public T visitNot_rel_expr(GorScriptParser.Not_rel_exprContext ctx)
Visit a parse tree produced byGorScriptParser.not_rel_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNot_rel_exprin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicate
public T visitPredicate(GorScriptParser.PredicateContext ctx)
Visit a parse tree produced byGorScriptParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredicatein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCompare_expressions
public T visitCompare_expressions(GorScriptParser.Compare_expressionsContext ctx)
Visit a parse tree produced byGorScriptParser.compare_expressions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCompare_expressionsin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIn_expression
public T visitIn_expression(GorScriptParser.In_expressionContext ctx)
Visit a parse tree produced byGorScriptParser.in_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIn_expressionin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndag_expression
public T visitIndag_expression(GorScriptParser.Indag_expressionContext ctx)
Visit a parse tree produced byGorScriptParser.indag_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndag_expressionin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_name
public T visitFunction_name(GorScriptParser.Function_nameContext ctx)
Visit a parse tree produced byGorScriptParser.function_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_namein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValue
public T visitValue(GorScriptParser.ValueContext ctx)
Visit a parse tree produced byGorScriptParser.value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValuein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariable
public T visitVariable(GorScriptParser.VariableContext ctx)
Visit a parse tree produced byGorScriptParser.variable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariablein interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumber
public T visitNumber(GorScriptParser.NumberContext ctx)
Visit a parse tree produced byGorScriptParser.number().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitString_literal_list
public T visitString_literal_list(GorScriptParser.String_literal_listContext ctx)
Visit a parse tree produced byGorScriptParser.string_literal_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitString_literal_listin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitString_literal
public T visitString_literal(GorScriptParser.String_literalContext ctx)
Visit a parse tree produced byGorScriptParser.string_literal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitString_literalin interfaceGorScriptVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-