class MODL::Parser::MODLParser::Modl_condition_groupContext
Public Class Methods
new( parent, invokingState)
click to toggle source
Calls superclass method
# File lib/modl/parser/MODLParser.rb, line 2045 def initialize( parent, invokingState) super(parent, invokingState) end
Public Instance Methods
AMP()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 2033 def AMP() return tokens(MODLParser::AMP) end
AMP_i( i)
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 2036 def AMP_i( i) return token(MODLParser::AMP, i) end
LCBRAC()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 2021 def LCBRAC() return token(MODLParser::LCBRAC, 0) end
PIPE()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 2039 def PIPE() return tokens(MODLParser::PIPE) end
PIPE_i( i)
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 2042 def PIPE_i( i) return token(MODLParser::PIPE, i) end
RCBRAC()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 2030 def RCBRAC() return token(MODLParser::RCBRAC, 0) end
accept(visitor)
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 2062 def accept(visitor) if (visitor.respond_to?(:visitModl_condition_group)) return visitor.visitModl_condition_group(self) else return visitor.visit_children(self) end end
enter_rule( listener)
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 2051 def enter_rule( listener) if (listener.respond_to?(:enterModl_condition_group)) listener.enterModl_condition_group(self) end end
exit_rule( listener)
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 2056 def exit_rule( listener) if (listener.respond_to?(:exitModl_condition_group)) listener.exitModl_condition_group(self) end end
getRuleIndex()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 2048 def getRuleIndex() return RULE_modl_condition_group end
modl_condition_test()
click to toggle source
# File lib/modl/parser/MODLParser.rb, line 2024 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 2027 def modl_condition_test_i( i) return rule_context("Modl_condition_testContext",i) end