Class Tokenizer.Token
java.lang.Object
com.codename1.ui.editor.Tokenizer.Token
- Enclosing class:
Tokenizer
A colored span within a line:
[start, start + length) has the given kind.-
Field Summary
Fields -
Method Summary
-
Field Details
-
start
public final int startThe start column within the line. -
length
public final int lengthThe number of characters. -
kind
public final int kindOne of the token kind constants.
-