Class TypeObject


  • @Beta
    public class TypeObject
    extends java.lang.Object
    Describes a type collected during runtime.
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeObject​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Name of a type collected with type profiling.
      • Methods inherited from class java.lang.Object

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

      • TypeObject

        public TypeObject​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Name of a type collected with type profiling.