Class StandardRepresenter.RepresentString

    • Constructor Summary

      Constructors 
      Constructor Description
      RepresentString()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Node representData​(java.lang.Object data)
      Create a Node
      • Methods inherited from class java.lang.Object

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

      • RepresentString

        public RepresentString()
    • Method Detail

      • representData

        public Node representData​(java.lang.Object data)
        Description copied from interface: RepresentToNode
        Create a Node
        Specified by:
        representData in interface RepresentToNode
        Parameters:
        data - the instance to represent
        Returns:
        Node to dump