Uses of Class
org.jibx.binding.classes.BranchTarget

Packages that use BranchTarget
org.jibx.binding.classes   
 

Uses of BranchTarget in org.jibx.binding.classes
 

Methods in org.jibx.binding.classes that return BranchTarget
 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.
 

Methods in org.jibx.binding.classes with parameters of type BranchTarget
 void BranchWrapper.setTarget(BranchTarget target, MethodBuilder mb)
          Set target instruction for branch.
 



Copyright © 2005-2011 jibx.org. All Rights Reserved.