-
public final class TypeObjectDescribes a type collected during runtime.
-
-
Constructor Summary
Constructors Constructor Description TypeObject(String name)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final TypeObjectcopy(String name)final StringgetName()Name of a type collected with type profiling. -
-
Constructor Detail
-
TypeObject
TypeObject(String name)
-
-
Method Detail
-
component1
final String component1()
-
copy
final TypeObject copy(String name)
-
-
-
-