Home | History | Annotate | Download | only in impl

Lines Matching full:state

24  * A very simple representation of the parser internal state. The state
26 * the implementation of a simple finite state machine. The name is
54 * @param name the {@code String} identifier for this state
55 * @param id the integer identiifer for this state, guaranteed to be unique
66 * Used only for the error state. Bypasses assert checks.
74 * @return {@code String} name of that state.
81 * @return {@code int} id of that state.
99 * @param name a unique identifier for this state useful during debugging
110 * @param name A unique identifier for this state useful during debugging