java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.android.JvmTypeSig |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JvmTypeSig() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static int | getDimensionCount(String sig) | ||||||||||
static Couple<String, Integer> | parseArrayType(String sig) | ||||||||||
static void |
verify(String sig)
Alias for
verifyType(String) . | ||||||||||
static void |
verifyClass(String sig)
Verify a class or interface name.
| ||||||||||
static void |
verifyType(String sig)
Verify a type name (class, interface, or array of).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Verify a class or interface name. Throws on error.
Verify a type name (class, interface, or array of). Throws on error.