Home | History | Annotate | Download | only in antlr3

Lines Matching refs:parser

201   attr_accessor :parser
217 def initialize( parser = nil, output = nil )
218 @parser = parser
241 @profile.parser_class = @parser.class
255 stop_index = parser.rule_memoization( rule, @parser.input.index )
271 starting_look_index = @parser.input.index
278 if @parser.cyclic_decision? then
283 @parser.cyclic_decision = false
302 input = @parser.input
324 input = @parser.input