Home
last modified time | relevance | path

Searched refs:rule_invocation_stack (Results 1 – 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Ddebug.rb131 self.rule_invocation_stack.clear
172 @state.rule_invocation_stack.length
246 @state.rule_invocation_stack.empty? and @debug_listener.commence
248 @state.rule_invocation_stack.push( grammar_file, rule_name )
251 @state.rule_invocation_stack.pop( 2 )
253 @state.rule_invocation_stack.empty? and @debug_listener.terminate
256 def rule_invocation_stack method
257 @state.rule_invocation_stack.each_slice( 2 ).to_a