Class Tokenizer.Token

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

public static final class Tokenizer.Token extends Object
A colored span within a line: [start, start + length) has the given kind.
  • Field Details

    • start

      public final int start
      The start column within the line.
    • length

      public final int length
      The number of characters.
    • kind

      public final int kind
      One of the token kind constants.