|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BranchWrapper | |
|---|---|
| org.jibx.binding.classes | |
| org.jibx.binding.def | |
| Uses of BranchWrapper in org.jibx.binding.classes |
|---|
| Fields in org.jibx.binding.classes declared as BranchWrapper | |
|---|---|
protected BranchWrapper[] |
MethodBuilder.m_targetBranches
Branch to be aimed at next appended instruction. |
| Methods in org.jibx.binding.classes that return BranchWrapper | |
|---|---|
BranchWrapper |
MethodBuilder.appendIF_ICMPNE(Object src)
Append IF_ICMPNE branch instruction to method. |
BranchWrapper |
MethodBuilder.appendIFEQ(Object src)
Append IFEQ branch instruction to method. |
BranchWrapper |
MethodBuilder.appendIFGE(Object src)
Append IFGE branch instruction to method. |
BranchWrapper |
MethodBuilder.appendIFLT(Object src)
Append IFLT branch instruction to method. |
BranchWrapper |
MethodBuilder.appendIFNE(Object src)
Append IFNE branch instruction to method. |
BranchWrapper |
MethodBuilder.appendIFNONNULL(Object src)
Append IFNONNULL branch instruction to method. |
BranchWrapper |
MethodBuilder.appendIFNULL(Object src)
Append IFNULL branch instruction to method. |
BranchWrapper |
MethodBuilder.appendUnconditionalBranch(Object src)
Append unconditional branch instruction to method. |
| Methods in org.jibx.binding.classes with parameters of type BranchWrapper | |
|---|---|
void |
MethodBuilder.initStackState(BranchWrapper branch)
Initialize stack state to match branch source. |
void |
MethodBuilder.initStackState(BranchWrapper branch,
int pop)
Initialize stack state to partially match branch source. |
void |
MethodBuilder.targetNext(BranchWrapper branch)
Set branch target as next instruction added to method. |
void |
MethodBuilder.targetNext(BranchWrapper[] branches)
Set branch targets as next instruction added to method. |
| Uses of BranchWrapper in org.jibx.binding.def |
|---|
| Methods in org.jibx.binding.def that return BranchWrapper | |
|---|---|
BranchWrapper |
PropertyDefinition.genTest(ContextMethodBuilder mb)
Generate code to test if property is present. |
protected BranchWrapper |
PrimitiveStringConversion.genToOptionalText(String type,
ContextMethodBuilder mb,
int extra)
Generate code to check if an optional value is not equal to the default. |
protected abstract BranchWrapper |
StringConversion.genToOptionalText(String type,
ContextMethodBuilder mb,
int extra)
Generate code to check if an optional value is not equal to the default. |
protected BranchWrapper |
ObjectStringConversion.genToOptionalText(String type,
ContextMethodBuilder mb,
int extra)
Generate code to check if an optional value is not equal to the default. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||