Package proguard.dexfile.reader
Interface CFG
- 
- All Known Implementing Classes:
 Op
public interface CFG 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intkInstrCanBranchstatic intkInstrCanContinuestatic intkInstrCanReturnstatic intkInstrCanSwitchstatic intkInstrCanThrowstatic intkInstrInvoke 
 - 
 
- 
- 
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
 
 
 - 
 
 -