|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface contains the constants used by branch types.
| Field Summary | |
static int |
TYPE_BRANCH
A conditinal branch. |
static int |
TYPE_CASE
Branch signifiying case block |
static int |
TYPE_CATCH
Branch signifying catch block |
static int |
TYPE_CATCH_ANY
Branch signifying catch block whose catch datatype / handler type is 'ANY'. |
static int |
TYPE_DO_WHILE
Do..while branch |
static int |
TYPE_ELSE
Else branch. |
static int |
TYPE_ELSE_IF
Else..If branch. |
static int |
TYPE_GOTO
A goto branch. |
static int |
TYPE_IF
If branch. |
static int |
TYPE_INVALID
Invalid Type. |
static int |
TYPE_JSR
Branch of Jump Sub Routine type. |
static int |
TYPE_RET
Branch signifying return type. |
static int |
TYPE_SWITCH
Branch signifiying switch block. |
static int |
TYPE_SYNC
Branch signifying 'synchronized' block. |
static int |
TYPE_TRY
try branch. |
static int |
TYPE_TRY_ANY
try branch that contains one implicit catch any block. |
static int |
TYPE_WHILE
while branch. |
| Field Detail |
public static final int TYPE_INVALID
public static final int TYPE_GOTO
public static final int TYPE_BRANCH
public static final int TYPE_JSR
public static final int TYPE_RET
public static final int TYPE_IF
public static final int TYPE_ELSE
public static final int TYPE_ELSE_IF
public static final int TYPE_WHILE
public static final int TYPE_DO_WHILE
public static final int TYPE_TRY
public static final int TYPE_TRY_ANY
public static final int TYPE_CATCH
public static final int TYPE_CATCH_ANY
public static final int TYPE_SYNC
public static final int TYPE_SWITCH
public static final int TYPE_CASE
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||