| Package | Description |
|---|---|
| org.jibx.binding.classes |
| Modifier and Type | Method and Description |
|---|---|
BranchTarget |
MethodBuilder.appendTargetACONST_NULL()
Append an ACONST_NULL to the instruction list as a branch target.
|
BranchTarget |
MethodBuilder.appendTargetCreateNew(String name)
Append instruction to create instance of class as a branch target.
|
BranchTarget |
MethodBuilder.appendTargetLoadConstant(int value)
Append a load constant instruction as a branch target.
|
BranchTarget |
MethodBuilder.appendTargetLoadConstant(String value)
Append a load constant instruction as a branch target.
|
BranchTarget |
MethodBuilder.appendTargetNOP()
Append a NOP to the instruction list as a branch target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BranchWrapper.setTarget(BranchTarget target,
MethodBuilder mb)
Set target instruction for branch.
|
Copyright © 2005–2016 jibx.org. All rights reserved.