|
|||||||||
| Home >> All >> jreversepro >> [ revengine overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jreversepro.revengine
Interface BranchConstants

- All Known Implementing Classes:
- JBranchEntry, JBranchTable, JCollatingTable, JDecompiler
- public interface BranchConstants
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 |
TYPE_INVALID
public static final int TYPE_INVALID
- Invalid Type.
- See Also:
- Constant Field Values
TYPE_GOTO
public static final int TYPE_GOTO
- A goto branch.
- See Also:
- Constant Field Values
TYPE_BRANCH
public static final int TYPE_BRANCH
- A conditinal branch.
- See Also:
- Constant Field Values
TYPE_JSR
public static final int TYPE_JSR
- Branch of Jump Sub Routine type.
- See Also:
- Constant Field Values
TYPE_RET
public static final int TYPE_RET
- Branch signifying return type.
- See Also:
- Constant Field Values
TYPE_IF
public static final int TYPE_IF
- If branch.
- See Also:
- Constant Field Values
TYPE_ELSE
public static final int TYPE_ELSE
- Else branch.
- See Also:
- Constant Field Values
TYPE_ELSE_IF
public static final int TYPE_ELSE_IF
- Else..If branch.
- See Also:
- Constant Field Values
TYPE_WHILE
public static final int TYPE_WHILE
- while branch.
- See Also:
- Constant Field Values
TYPE_DO_WHILE
public static final int TYPE_DO_WHILE
- Do..while branch
- See Also:
- Constant Field Values
TYPE_TRY
public static final int TYPE_TRY
- try branch.
- See Also:
- Constant Field Values
TYPE_TRY_ANY
public static final int TYPE_TRY_ANY
- try branch that contains one implicit catch any block.
for synchronized and finally these kind of branches appear.
- See Also:
- Constant Field Values
TYPE_CATCH
public static final int TYPE_CATCH
- Branch signifying catch block
- See Also:
- Constant Field Values
TYPE_CATCH_ANY
public static final int TYPE_CATCH_ANY
- Branch signifying catch block whose catch datatype /
handler type is 'ANY'.
- See Also:
- Constant Field Values
TYPE_SYNC
public static final int TYPE_SYNC
- Branch signifying 'synchronized' block.
- See Also:
- Constant Field Values
TYPE_SWITCH
public static final int TYPE_SWITCH
- Branch signifiying switch block.
- See Also:
- Constant Field Values
TYPE_CASE
public static final int TYPE_CASE
- Branch signifiying case block
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> jreversepro >> [ revengine overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC