Uses of Enum Class
io.pebbletemplates.pebble.lexer.LexerImpl.State
Packages that use LexerImpl.State
-
Uses of LexerImpl.State in io.pebbletemplates.pebble.lexer
Fields in io.pebbletemplates.pebble.lexer with type parameters of type LexerImpl.StateModifier and TypeFieldDescriptionprivate Deque
<LexerImpl.State> LexerImpl.lexerStateStack
The state of the lexer is important so that we know what to expect next and to help discover errors in the template (ex.Methods in io.pebbletemplates.pebble.lexer that return LexerImpl.StateModifier and TypeMethodDescriptionstatic LexerImpl.State
Returns the enum constant of this class with the specified name.static LexerImpl.State[]
LexerImpl.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.