Home | History | Annotate | Download | only in antlr3

Lines Matching refs:new

42   StopIteration = Class.new( StandardError )
199 @token = token_class.new
281 lexer = MissingTokenExample::Lexer.new( "ac" ) # <= notice the missing 'b'
282 tokens = ANTLR3::CommonTokenStream.new( lexer )
283 parser = MissingTokenExample::Parser.new( tokens )
438 input = ANTLR3::StringStream.new( "ab" )
439 lexer = EarlyExitDemo::Lexer.new( input )
574 simultaneously requested as a new tree root.
580 new(
587 new(
594 new "%s: attempted to change more than one node to root" % self
601 MismatchedToken.new( expecting, input )
605 UnwantedToken.new( expecting, input )
609 MissingToken.new( expecting, input, inserted )
613 MismatchedRange.new( min, max, input )
617 MismatchedSet.new( expecting, input )
621 MismatchedNotSet.new( expecting, input )
625 NoViableAlternative.new( description, decision, state, input )
629 EarlyExit.new( decision, input )
633 FailedPredicate.new( input, rule, predicate )
637 MismatchedTreeNode.new( expecting, input )
641 RewriteCardinalityError.new( element_description )
645 RewriteEarlyExit.new( element_description )
649 RewriteEmptyStream.new( element_description )