Class Tokenizer.TokenLine

java.lang.Object
com.codename1.ui.editor.Tokenizer.TokenLine
Enclosing class:
Tokenizer

public static final class Tokenizer.TokenLine extends Object
The result of tokenizing one line: the colored spans and the lexer state to carry to the next line.
  • Field Details

    • tokens

      public final List<Tokenizer.Token> tokens
      The colored spans, ordered by start.
    • endState

      public final int endState
      The lexer state on leaving the line.