public interface IMCType
Modifier and Type | Method and Description |
---|---|
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.
|
String getTypeName()
Examples are "String" and "Tread$TreadState".
IMCPackage getPackage()
String getFullName()
An example is "java.lang.String".
Copyright © 2020. All rights reserved.