class MODL::Parser::MODLParser::Modl_top_level_conditionalContext
Public Class Methods
new( parent, invokingState)
click to toggle source
Calls superclass method
# File lib/modl/parser/MODLParser.rb, line 865 def initialize( parent, invokingState) super(parent, invokingState) end
Public Instance Methods
FSLASH()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 859 def FSLASH() return tokens(MODLParser::FSLASH) end
FSLASH_i( i)
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 862 def FSLASH_i( i) return token(MODLParser::FSLASH, i) end
LCBRAC()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 835 def LCBRAC() return token(MODLParser::LCBRAC, 0) end
QMARK()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 844 def QMARK() return tokens(MODLParser::QMARK) end
QMARK_i( i)
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 847 def QMARK_i( i) return token(MODLParser::QMARK, i) end
RCBRAC()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 856 def RCBRAC() return token(MODLParser::RCBRAC, 0) end
accept(visitor)
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 882 def accept(visitor) if (visitor.respond_to?(:visitModl_top_level_conditional)) return visitor.visitModl_top_level_conditional(self) else return visitor.visit_children(self) end end
enter_rule( listener)
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 871 def enter_rule( listener) if (listener.respond_to?(:enterModl_top_level_conditional)) listener.enterModl_top_level_conditional(self) end end
exit_rule( listener)
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 876 def exit_rule( listener) if (listener.respond_to?(:exitModl_top_level_conditional)) listener.exitModl_top_level_conditional(self) end end
getRuleIndex()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 868 def getRuleIndex() return RULE_modl_top_level_conditional end
modl_condition_test()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 838 def modl_condition_test() return rule_contexts("Modl_condition_testContext") end
modl_condition_test_i( i)
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 841 def modl_condition_test_i( i) return rule_context("Modl_condition_testContext",i) end
modl_top_level_conditional_return()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 850 def modl_top_level_conditional_return() return rule_contexts("Modl_top_level_conditional_returnContext") end
modl_top_level_conditional_return_i( i)
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 853 def modl_top_level_conditional_return_i( i) return rule_context("Modl_top_level_conditional_returnContext",i) end