class MODL::Parser::MODLParser::Modl_condition_testContext

Public Class Methods

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

Public Instance Methods

AMP() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1699
def AMP()
 return tokens(MODLParser::AMP)
end
AMP_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1702
def AMP_i( i)
        return token(MODLParser::AMP, i)
end
EXCLAM() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1693
def EXCLAM()
 return tokens(MODLParser::EXCLAM)
end
EXCLAM_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1696
def EXCLAM_i( i)
        return token(MODLParser::EXCLAM, i)
end
PIPE() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1705
def PIPE()
 return tokens(MODLParser::PIPE)
end
PIPE_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1708
def PIPE_i( i)
        return token(MODLParser::PIPE, i)
end
accept(visitor) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1728
          def accept(visitor)
if (visitor.respond_to?(:visitModl_condition_test))
                    return visitor.visitModl_condition_test(self)
else
                   return visitor.visit_children(self)
end
          end
enter_rule( listener) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1717
          def enter_rule( listener)
if (listener.respond_to?(:enterModl_condition_test))
                    listener.enterModl_condition_test(self)
end
          end
exit_rule( listener) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1722
          def exit_rule( listener)
if (listener.respond_to?(:exitModl_condition_test))
                    listener.exitModl_condition_test(self)
end
          end
getRuleIndex() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1714
def getRuleIndex()
 return RULE_modl_condition_test
end
modl_condition() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1681
def modl_condition()
        return rule_contexts("Modl_conditionContext")
end
modl_condition_group() click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1687
def modl_condition_group()
        return rule_contexts("Modl_condition_groupContext")
end
modl_condition_group_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1690
def modl_condition_group_i( i)
        return rule_context("Modl_condition_groupContext",i)
end
modl_condition_i( i) click to toggle source
# File lib/modl/parser/MODLParser.rb, line 1684
def modl_condition_i( i)
        return rule_context("Modl_conditionContext",i)
end