Package snap.parse

Class ParseToken.BasicToken

java.lang.Object
snap.parse.ParseToken.BasicToken
All Implemented Interfaces:
ParseToken
Enclosing interface:
ParseToken

public static class ParseToken.BasicToken extends Object implements ParseToken
A basic implementation of a Token.
  • Field Details

    • _text

      protected CharSequence _text
    • _name

      protected String _name
    • _pattern

      protected String _pattern
    • _startCharIndex

      protected int _startCharIndex
    • _endCharIndex

      protected int _endCharIndex
    • _lineIndex

      protected int _lineIndex
    • _startCharIndexInLine

      protected int _startCharIndexInLine
    • _string

      protected String _string
  • Constructor Details

    • BasicToken

      public BasicToken()
      Constructor.
  • Method Details