Uses of Enum
io.pebbletemplates.pebble.lexer.LexerImpl.State
Packages that use LexerImpl.State
-
Uses of LexerImpl.State in io.pebbletemplates.pebble.lexer
Subclasses with type arguments of type LexerImpl.State in io.pebbletemplates.pebble.lexerFields in io.pebbletemplates.pebble.lexer with type parameters of type LexerImpl.StateModifier and TypeFieldDescriptionprivate Deque<LexerImpl.State> LexerImpl.lexerStateStackThe 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.StateReturns the enum constant of this type with the specified name.static LexerImpl.State[]LexerImpl.State.values()Returns an array containing the constants of this enum type, in the order they are declared.