class MODL::Parser::MODLParser::Modl_array_conditionalContext

Public Class Methods

new( parent, invokingState) click to toggle source
Calls superclass method
# File lib/modl/parser/MODLParser.rb, line 1284
def initialize( parent,  invokingState)
        super(parent, invokingState)
end

Public Instance Methods

FSLASH() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1278
def FSLASH()
 return tokens(MODLParser::FSLASH)
end
FSLASH_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1281
def FSLASH_i( i)
        return token(MODLParser::FSLASH, i)
end
LCBRAC() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1254
def LCBRAC()
  return token(MODLParser::LCBRAC, 0)
end
QMARK() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1263
def QMARK()
 return tokens(MODLParser::QMARK)
end
QMARK_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1266
def QMARK_i( i)
        return token(MODLParser::QMARK, i)
end
RCBRAC() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1275
def RCBRAC()
  return token(MODLParser::RCBRAC, 0)
end
accept(visitor) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1301
          def accept(visitor)
if (visitor.respond_to?(:visitModl_array_conditional))
                    return visitor.visitModl_array_conditional(self)
else
                   return visitor.visit_children(self)
end
          end
enter_rule( listener) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1290
          def enter_rule( listener)
if (listener.respond_to?(:enterModl_array_conditional))
                    listener.enterModl_array_conditional(self)
end
          end
exit_rule( listener) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1295
          def exit_rule( listener)
if (listener.respond_to?(:exitModl_array_conditional))
                    listener.exitModl_array_conditional(self)
end
          end
getRuleIndex() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1287
def getRuleIndex()
 return RULE_modl_array_conditional
end
modl_array_conditional_return() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1269
def modl_array_conditional_return()
        return rule_contexts("Modl_array_conditional_returnContext")
end
modl_array_conditional_return_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1272
def modl_array_conditional_return_i( i)
        return rule_context("Modl_array_conditional_returnContext",i)
end
modl_condition_test() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1257
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 1260
def modl_condition_test_i( i)
        return rule_context("Modl_condition_testContext",i)
end