Lines Matching defs:expecting
218 attr_reader :expecting accessor in ANTLR3.Error.MismatchedToken
220 def initialize( expecting, input ) argument
292 def initialize( expecting, input, inserted ) argument
349 attr_accessor :expecting accessor in ANTLR3.Error.MismatchedSet
350 def initialize( expecting, input ) argument
499 attr_accessor :expecting, :input accessor in ANTLR3.Error.MismatchedTreeNode
500 def initialize( expecting, input ) argument
600 def MismatchedToken( expecting, input = @input ) argument
604 def UnwantedToken( expecting, input = @input ) argument
608 def MissingToken( expecting, inserted, input = @input ) argument
616 def MismatchedSet( expecting, input = @input ) argument
620 def MismatchedNotSet( expecting, input = @input ) argument
636 def MismatchedTreeNode( expecting, input = @input ) argument