# Interface: com.pnfsoftware.jeb.core.units.code.android.IJLSType

A type, as defined by the JLS.

## Method: getAccessFlags
- return type: `int`

Description: Get the type access flags.
return: access flags, refer to [Modifier](Modifier)

## Method: getInternalName
- return type: `java.lang.String`

Description: Get the internal JVM type name.
return: the internal name \(jvm canonical form\)

