Home | History | Annotate | Download | only in antlr3

Lines Matching refs:recognition

52 recognition process so the input state may be restored back to a prior state.
55 designed to be used by recognizers for a specific recognition task. Most of the
286 One of the main advantages of ANTLR-based recognition is the token
342 A StringStream's purpose is to wrap the basic, naked text input of a recognition
361 non-ASCII encoding. However, encoding-savvy recognition code is a future