public interface IJLSType
A type, as defined by the JLS.
-
Method Summary
int
Get the type access flags.
Get the internal JVM type name.
-
Method Details
-
getInternalName
Get the internal JVM type name.
- Returns:
- the internal name (jvm canonical form)
-
getAccessFlags
int getAccessFlags()
Get the type access flags.
- Returns:
- access flags, refer to
Modifier