| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFullName()
Java type name according to The Java Language Specification, Section 13.1.
|
IMCPackage |
getPackage()
Returns the package this type was declared in.
|
String |
getTypeName()
Returns the name of the type, without the package.
|
int |
hashCode() |
String |
toString() |
public IMCPackage getPackage()
IMCTypegetPackage in interface IMCTypepublic final String getTypeName()
IMCTypeExamples are "String" and "Tread$TreadState".
getTypeName in interface IMCTypepublic final String getFullName()
IMCTypeAn example is "java.lang.String".
getFullName in interface IMCTypeCopyright © 2020. All rights reserved.