See: Description
| Class | Description | 
|---|---|
| Dex | 
 This class represents the DEX file being processed by JEB. 
 | 
| DexAnnotation | 
 This class represents a DEX annotation. 
 | 
| DexAnnotation.Element | 
 This inner class represents elements of a DEX annotation. 
 | 
| DexAnnotationItem | 
 This class represents annotation items. 
 | 
| DexAnnotationsDirectory | 
 This class is used to represent directories of annotations. 
 | 
| DexAnnotationsDirectory.FieldAnnotation | 
 This class represents annotations for a field. 
 | 
| DexAnnotationsDirectory.MethodAnnotation | 
 This class represents annotations for a method. 
 | 
| DexAnnotationsDirectory.ParameterAnnotation | 
 This class represents annotations for the parameters of method. 
 | 
| DexClass | 
 This class represents a DEX  
class_def_item object. | 
| DexClassData | 
 This class represents a DEX  
class_data_item object. | 
| DexCodeItem | 
 This class represents a DEX  
code_item object. | 
| DexDalvikInstruction | 
 This class represents a Dalvik instruction. 
 | 
| DexDalvikInstruction.ArrayData | 
 This class represent the array data for the  
fill-array-data instruction. | 
| DexDalvikInstruction.Parameter | 
 Parameter for a Dalvik instruction. 
 | 
| DexDalvikInstruction.SwitchData | 
 This class represents the jump table of a switch instruction. 
 | 
| DexDalvikInstruction.SwitchData.KeyTarget | 
 This class represents a (case key -> target offset) pair in a switch table. 
 | 
| DexDalvikInstructionSet | 
 This class contains constants representing regular Dalvik opcodes (0x00 through 0xFF)
 as well as disabled extended opcodes (0xFF00 through  0xFF26). 
 | 
| DexDebugInfo | 
 This class represents DEX debug information for a method. 
 | 
| DexDebugInfo.LineInfo | 
 This class represents debug information associated with a line of code. 
 | 
| DexDebugInfo.LocalVar | 
 This class represents information about a local variable. 
 | 
| DexExceptionItem | 
 This class represents try-catch information for a bytecode area of a method. 
 | 
| DexExceptionItem.Handler | 
 This class represents information about an exception handler. 
 | 
| DexField | 
 This class represents a DEX  
field_id_item object. | 
| DexFieldData | 
 This class represents a DEX  
encoded_field object. | 
| DexMethod | 
 This class represents a DEX  
method_id_item object. | 
| DexMethodData | 
 This object represents a DEX  
encoded_method object. | 
| DexPrototype | 
 This class represents a DEX  
proto_id_item object. | 
| DexValue | 
 This class represents DEX  
encoded_value objects. | 
This package contains classes representing the DEX file opened in JEB.