package

com.pnfsoftware.jeb.core.units.code.android.dex

Interfaces

IDalvikInstruction TODO 
IDalvikInstructionArrayData This class represent the array data for the fill-array-data instruction. 
IDalvikInstructionParameter Parameter definition for a Dalvik instruction. 
IDalvikInstructionSwitchData This class represents the jump table of a switch instruction. 
IDexAnnotation This interface represents a DEX annotation. 
IDexAnnotationElement This interface references the name and value of a DEX annotation. 
IDexAnnotationForField This interface represents annotations for a field. 
IDexAnnotationForMethod This interface represents annotations for a method. 
IDexAnnotationForParameter This interface represents annotations for the parameters of method. 
IDexAnnotationItem This interface represents annotation items. 
IDexAnnotationsDirectory This interface is used to represent directories of annotations. 
IDexClass This interface represents a DEX class_def_item object. 
IDexClassData This interface represents a DEX class_data_item object. 
IDexCodeItem This interface represents a DEX code_item object. 
IDexDebugInfo This interface represents DEX debug information for a method. 
IDexDebugLine This interface represents DEX debug information associated with a line of code. 
IDexDebugVariable This interface represents information about a local variable. 
IDexExceptionHandler This interface represents information about an exception handler. 
IDexExceptionItem This interface represents try-catch information for a bytecode area of a method. 
IDexField This interface represents a DEX field_id_item object. 
IDexFieldData This interface represents a DEX encoded_field object. 
IDexMethod  
IDexMethodData This interface represents a DEX encoded_method object. 
IDexPrototype This interface represents a DEX proto_id_item object. 
IDexString Specialized code string interface for DEX strings. 
IDexType  
IDexValue  

Classes

DalvikInstructionOpcodes List of Dalvik instruction opcodes.