Class Lexer.ParsedToken

  • Enclosing class:
    Lexer

    public static class Lexer.ParsedToken
    extends java.lang.Object
    Parsed token, containing the token and its position in the input string
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int end  
      int start  
      Token token  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • token

        public final Token token
      • start

        public final int start
      • end

        public final int end