Class Tokenizer.TokenLine
java.lang.Object
com.codename1.ui.editor.Tokenizer.TokenLine
- Enclosing class:
Tokenizer
The result of tokenizing one line: the colored spans and the lexer state to carry to the next line.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intThe lexer state on leaving the line.final List<Tokenizer.Token> The colored spans, ordered by start. -
Method Summary
-
Field Details
-
tokens
The colored spans, ordered by start. -
endState
public final int endStateThe lexer state on leaving the line.
-