|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jibx.binding.classes.BranchWrapper
public class BranchWrapper
Wrapper for branch handle. This preserves a snapshot of the stack state for the branch instruction, matching it against the stack state for the target instruction when set.
| Method Summary | |
|---|---|
static void |
setErrorOverride(boolean over)
Set target setting error override state. |
void |
setTarget(BranchTarget target,
MethodBuilder mb)
Set target instruction for branch. |
static void |
setTracking(boolean track)
Set branch code generation tracking state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setTarget(BranchTarget target,
MethodBuilder mb)
target - branch target wrappermb - method builder using this codepublic static void setTracking(boolean track)
track - true to enable branch code generation tracking,
false to disable itpublic static void setErrorOverride(boolean over)
over - true to override exception on target error,
false to allow it
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||