Class TokenWith<T>


  • class TokenWith<T>
    extends java.lang.Object
    Since:
    1.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) T element  
      (package private) Token token  
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenWith​(Token token, T element)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • token

        final Token token
      • element

        final T element
    • Constructor Detail

      • TokenWith

        TokenWith​(Token token,
                  T element)