JavaScript is disabled on your browser.
Skip navigation links
JEB API Documentation
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.pnfsoftware.jeb.core.units.code.android
Interface IJLSType
public interface
IJLSType
A type, as defined by the JLS.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getAccessFlags
()
String
getInternalName
()
Method Details
getInternalName
String
getInternalName
()
Returns:
the internal name (jvm canonical form)
getAccessFlags
int
getAccessFlags
()
Returns:
access flags, refer to
Modifier