Package proguard.dexfile.reader
Interface CFG
-
- All Known Implementing Classes:
Op
public interface CFG
-
-
Field Summary
Fields Modifier and Type Field Description static int
kInstrCanBranch
static int
kInstrCanContinue
static int
kInstrCanReturn
static int
kInstrCanSwitch
static int
kInstrCanThrow
static int
kInstrInvoke
-
-
-
Field Detail
-
kInstrCanBranch
static final int kInstrCanBranch
- See Also:
- Constant Field Values
-
kInstrCanContinue
static final int kInstrCanContinue
- See Also:
- Constant Field Values
-
kInstrCanSwitch
static final int kInstrCanSwitch
- See Also:
- Constant Field Values
-
kInstrCanThrow
static final int kInstrCanThrow
- See Also:
- Constant Field Values
-
kInstrCanReturn
static final int kInstrCanReturn
- See Also:
- Constant Field Values
-
kInstrInvoke
static final int kInstrInvoke
- See Also:
- Constant Field Values
-
-