public class BranchWrapper extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 itCopyright © 2005–2016 jibx.org. All rights reserved.