Package 

Class Token


  • 
    public class Token
    
                        

    Token is class to represent a position on the source code

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final int start
      private final int end
    • Constructor Summary

      Constructors 
      Constructor Description
      Token(int start, int end)
    • Method Summary

      Modifier and Type Method Description
      int getStart()
      int getEnd()
      • Methods inherited from class java.lang.Object

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

      • Token

        Token(int start, int end)