- decompile(String, boolean) - Method in class jeb.api.JebInstance
-
Decompile a class or a method.
- decompile(String, boolean, boolean, List<Mark>) - Method in class jeb.api.JebInstance
-
Decompile a class or a method.
- decompileClass(String) - Method in class jeb.api.JebInstance
-
Decompile a class.
- decompileClass(String, boolean) - Method in class jeb.api.ui.JebUI
-
Decompile a class and update the Java view accordingly.
- decompileMethod(String) - Method in class jeb.api.JebInstance
-
Decompile a method.
- Definition - Class in jeb.api.ast
-
This AST element represents definition statements.
- Dex - Class in jeb.api.dex
-
This class represents the DEX file being processed by JEB.
- Dex(Object) - Constructor for class jeb.api.dex.Dex
-
Internal constructor, do not use.
- DexAnnotation - Class in jeb.api.dex
-
This class represents a DEX annotation.
- DexAnnotation.Element - Class in jeb.api.dex
-
This inner class represents elements of a DEX annotation.
- DexAnnotationItem - Class in jeb.api.dex
-
This class represents annotation items.
- DexAnnotationsDirectory - Class in jeb.api.dex
-
This class is used to represent directories of annotations.
- DexAnnotationsDirectory.FieldAnnotation - Class in jeb.api.dex
-
This class represents annotations for a field.
- DexAnnotationsDirectory.MethodAnnotation - Class in jeb.api.dex
-
This class represents annotations for a method.
- DexAnnotationsDirectory.ParameterAnnotation - Class in jeb.api.dex
-
This class represents annotations for the parameters of method.
- DexClass - Class in jeb.api.dex
-
This class represents a DEX class_def_item
object.
- DexClassData - Class in jeb.api.dex
-
This class represents a DEX class_data_item
object.
- DexCodeItem - Class in jeb.api.dex
-
This class represents a DEX code_item
object.
- DexDalvikInstruction - Class in jeb.api.dex
-
This class represents a Dalvik instruction.
- DexDalvikInstruction.ArrayData - Class in jeb.api.dex
-
This class represent the array data for the fill-array-data
instruction.
- DexDalvikInstruction.Parameter - Class in jeb.api.dex
-
Parameter for a Dalvik instruction.
- DexDalvikInstruction.SwitchData - Class in jeb.api.dex
-
This class represents the jump table of a switch instruction.
- DexDalvikInstruction.SwitchData.KeyTarget - Class in jeb.api.dex
-
This class represents a (case key -> target offset) pair in a switch table.
- DexDalvikInstructionSet - Class in jeb.api.dex
-
This class contains constants representing regular Dalvik opcodes (0x00 through 0xFF)
as well as disabled extended opcodes (0xFF00 through 0xFF26).
- DexDebugInfo - Class in jeb.api.dex
-
This class represents DEX debug information for a method.
- DexDebugInfo.LineInfo - Class in jeb.api.dex
-
This class represents debug information associated with a line of code.
- DexDebugInfo.LocalVar - Class in jeb.api.dex
-
This class represents information about a local variable.
- DexExceptionItem - Class in jeb.api.dex
-
This class represents try-catch information for a bytecode area of a method.
- DexExceptionItem.Handler - Class in jeb.api.dex
-
This class represents information about an exception handler.
- DexField - Class in jeb.api.dex
-
This class represents a DEX field_id_item
object.
- DexFieldData - Class in jeb.api.dex
-
This class represents a DEX encoded_field
object.
- DexMethod - Class in jeb.api.dex
-
This class represents a DEX method_id_item
object.
- DexMethodData - Class in jeb.api.dex
-
This object represents a DEX encoded_method
object.
- DexPrototype - Class in jeb.api.dex
-
This class represents a DEX proto_id_item
object.
- DexValue - Class in jeb.api.dex
-
This class represents DEX encoded_value
objects.
- displayMessageBox(String, String, JebUI.IconType, JebUI.ButtonGroupType) - Method in class jeb.api.ui.JebUI
-
Display a message box to the user.
- displayQuestionBox(String, String, String) - Method in class jeb.api.ui.JebUI
-
Display a message box asking for user input.
- DIV - Static variable in class jeb.api.ast.Operator
-
- DoWhileStm - Class in jeb.api.ast
-
This AST element represents a do-while loop statement.