Lines Matching refs:new
41 lexer = RuleProperties::Lexer.new( ' a a a a ' )
42 parser = RuleProperties::Parser.new lexer
87 lexer = Labels::Lexer.new 'a, b, c, 1, 2 A FOOBAR GNU1 A BLARZ'
88 parser = Labels::Parser.new lexer
162 lexer = TokenLabels::Lexer.new( ' a' )
163 parser = TokenLabels::Parser.new lexer
212 lexer = RuleLabelReference::Lexer.new( ' a a a a ' )
213 parser = RuleLabelReference::Parser.new lexer
237 lexer = ReferenceSetChannel::Lexer.new( "- 34" )
238 parser = ReferenceSetChannel::Parser.new lexer