Uses of Class
net.seesharpsoft.commons.util.Lexer.State
| Package | Description |
|---|---|
| net.seesharpsoft.commons.util |
-
Uses of Lexer.State in net.seesharpsoft.commons.util
Fields in net.seesharpsoft.commons.util declared as Lexer.State Modifier and Type Field Description protected Lexer.StateLexer. currentStateprotected Lexer.StateLexer. initialStateFields in net.seesharpsoft.commons.util with type parameters of type Lexer.State Modifier and Type Field Description protected java.util.Set<Lexer.State>Lexer. statesMethods in net.seesharpsoft.commons.util that return Lexer.State Modifier and Type Method Description Lexer.StateLexer. addState(java.lang.String name)Lexer.StateLexer. getInitialState()protected Lexer.StateLexer.State. getNextState(T token)Lexer.StateLexer. getState(java.lang.String name)Lexer.State<T>Lexer.StateInfo. getState()Methods in net.seesharpsoft.commons.util with parameters of type Lexer.State Modifier and Type Method Description voidLexer.State. addNextState(Lexer.State state, java.util.List<T> tokens)voidLexer.State. addNextState(Lexer.State state, T... tokens)voidLexer. setInitialState(Lexer.State state)