class MODL::Parser::MODLParser::Modl_value_conditionalContext

Public Class Methods

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

Public Instance Methods

FSLASH() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1514
def FSLASH()
 return tokens(MODLParser::FSLASH)
end
FSLASH_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1517
def FSLASH_i( i)
        return token(MODLParser::FSLASH, i)
end
LCBRAC() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1490
def LCBRAC()
  return token(MODLParser::LCBRAC, 0)
end
QMARK() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1499
def QMARK()
 return tokens(MODLParser::QMARK)
end
QMARK_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1502
def QMARK_i( i)
        return token(MODLParser::QMARK, i)
end
RCBRAC() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1505
def RCBRAC()
  return token(MODLParser::RCBRAC, 0)
end
accept(visitor) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1537
          def accept(visitor)
if (visitor.respond_to?(:visitModl_value_conditional))
                    return visitor.visitModl_value_conditional(self)
else
                   return visitor.visit_children(self)
end
          end
enter_rule( listener) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1526
          def enter_rule( listener)
if (listener.respond_to?(:enterModl_value_conditional))
                    listener.enterModl_value_conditional(self)
end
          end
exit_rule( listener) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1531
          def exit_rule( listener)
if (listener.respond_to?(:exitModl_value_conditional))
                    listener.exitModl_value_conditional(self)
end
          end
getRuleIndex() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1523
def getRuleIndex()
 return RULE_modl_value_conditional
end
modl_condition_test() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1493
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 1496
def modl_condition_test_i( i)
        return rule_context("Modl_condition_testContext",i)
end
modl_value_conditional_return() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1508
def modl_value_conditional_return()
        return rule_contexts("Modl_value_conditional_returnContext")
end
modl_value_conditional_return_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1511
def modl_value_conditional_return_i( i)
        return rule_context("Modl_value_conditional_returnContext",i)
end