Package com.googlecode.d2j.reader
Interface CFG
-
- All Known Implementing Classes:
Op
public interface CFG
-
-
Field Summary
Fields Modifier and Type Field Description static intK_INSTR_CAN_BRANCHstatic intK_INSTR_CAN_CONTINUEstatic intK_INSTR_CAN_RETURNstatic intK_INSTR_CAN_SWITCHstatic intK_INSTR_CAN_THROWstatic intK_INSTR_INVOKE
-
-
-
Field Detail
-
K_INSTR_CAN_BRANCH
static final int K_INSTR_CAN_BRANCH
- See Also:
- Constant Field Values
-
K_INSTR_CAN_CONTINUE
static final int K_INSTR_CAN_CONTINUE
- See Also:
- Constant Field Values
-
K_INSTR_CAN_SWITCH
static final int K_INSTR_CAN_SWITCH
- See Also:
- Constant Field Values
-
K_INSTR_CAN_THROW
static final int K_INSTR_CAN_THROW
- See Also:
- Constant Field Values
-
K_INSTR_CAN_RETURN
static final int K_INSTR_CAN_RETURN
- See Also:
- Constant Field Values
-
K_INSTR_INVOKE
static final int K_INSTR_INVOKE
- See Also:
- Constant Field Values
-
-