Home | History | Annotate | Download | only in antlr3

Lines Matching defs:match

379   # Attempt to match the current input symbol the token type
382 # the symbol doesn't match, attempt to use the follow-set
385 def match( type, follow )
396 # match anything -- i.e. wildcard match. Simply consume
599 # with the successful match exits errorRecovery mode).
795 # Match needs to return the current input symbol, which gets put
1076 def match( expected )
1150 "required ( ... )+ loop did not match anything at character #{ char }"