Class SyntaxHighlightResult
java.lang.Object
com.codename1.ui.editor.SyntaxHighlightResult
Result of highlighting one source line, including the opaque state passed to the following line.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intOpaque state passed to the highlighter for the next line.final List<SyntaxToken> Ordered, non-overlapping tokens for the line. -
Constructor Summary
ConstructorsConstructorDescriptionSyntaxHighlightResult(List<SyntaxToken> tokens, int endState) Creates a line result. -
Method Summary
-
Field Details
-
tokens
Ordered, non-overlapping tokens for the line. -
endState
public final int endStateOpaque state passed to the highlighter for the next line.
-
-
Constructor Details
-
SyntaxHighlightResult
Creates a line result.
-