Class AbstractParseHandler<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractParseHandler​(T t)
      Creates a new abstract parse handler.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getObject()
      Returns the object.
      • Methods inherited from class java.lang.Object

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

      • AbstractParseHandler

        public AbstractParseHandler​(T t)
        Creates a new abstract parse handler.
        Parameters:
        t - object to initialize
    • Method Detail

      • getObject

        public T getObject()
        Returns the object.
        Returns:
        object