Class SimpleToken


  • public final class SimpleToken
    extends Object
    Holder for a token, with associated type and position in the input.
    • Constructor Detail

      • SimpleToken

        public SimpleToken​(SimpleTokenType type,
                           int index,
                           int length)