Class ReadingAttributeImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Token token  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()
      Clears the values in this AttributeImpl and resets it to its default value.
      void copyTo​(AttributeImpl target)
      Copies the values from this Attribute into the passed-in target attribute.
      java.lang.String getReading()
      Get the reading of the token.
      void reflectWith​(AttributeReflector reflector)
      This method is for introspection of attributes, it should simply add the key/values this attribute holds to the given AttributeReflector.
      void setToken​(Token token)
      Set the current token.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait