public interface CFG
| Modifier and Type | Field and Description |
|---|---|
static int |
K_INSTR_CAN_BRANCH |
static int |
K_INSTR_CAN_CONTINUE |
static int |
K_INSTR_CAN_RETURN |
static int |
K_INSTR_CAN_SWITCH |
static int |
K_INSTR_CAN_THROW |
static int |
K_INSTR_INVOKE |
static final int K_INSTR_CAN_BRANCH
static final int K_INSTR_CAN_CONTINUE
static final int K_INSTR_CAN_SWITCH
static final int K_INSTR_CAN_THROW
static final int K_INSTR_CAN_RETURN
static final int K_INSTR_INVOKE