class MODL::Parser::MODLParser::Modl_map_conditionalContext

Public Class Methods

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

Public Instance Methods

FSLASH() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1042
def FSLASH()
 return tokens(MODLParser::FSLASH)
end
FSLASH_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1045
def FSLASH_i( i)
        return token(MODLParser::FSLASH, i)
end
LCBRAC() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1018
def LCBRAC()
  return token(MODLParser::LCBRAC, 0)
end
QMARK() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1027
def QMARK()
 return tokens(MODLParser::QMARK)
end
QMARK_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1030
def QMARK_i( i)
        return token(MODLParser::QMARK, i)
end
RCBRAC() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1039
def RCBRAC()
  return token(MODLParser::RCBRAC, 0)
end
accept(visitor) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1065
          def accept(visitor)
if (visitor.respond_to?(:visitModl_map_conditional))
                    return visitor.visitModl_map_conditional(self)
else
                   return visitor.visit_children(self)
end
          end
enter_rule( listener) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1054
          def enter_rule( listener)
if (listener.respond_to?(:enterModl_map_conditional))
                    listener.enterModl_map_conditional(self)
end
          end
exit_rule( listener) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1059
          def exit_rule( listener)
if (listener.respond_to?(:exitModl_map_conditional))
                    listener.exitModl_map_conditional(self)
end
          end
getRuleIndex() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1051
def getRuleIndex()
 return RULE_modl_map_conditional
end
modl_condition_test() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1021
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 1024
def modl_condition_test_i( i)
        return rule_context("Modl_condition_testContext",i)
end
modl_map_conditional_return() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1033
def modl_map_conditional_return()
        return rule_contexts("Modl_map_conditional_returnContext")
end
modl_map_conditional_return_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1036
def modl_map_conditional_return_i( i)
        return rule_context("Modl_map_conditional_returnContext",i)
end