Uses of Class
org.jibx.binding.classes.BranchWrapper
-
Packages that use BranchWrapper Package Description 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 Modifier and Type Field Description protected BranchWrapper[]MethodBuilder. m_targetBranchesBranch to be aimed at next appended instruction.Methods in org.jibx.binding.classes that return BranchWrapper Modifier and Type Method Description BranchWrapperMethodBuilder. appendIF_ICMPNE(Object src)Append IF_ICMPNE branch instruction to method.BranchWrapperMethodBuilder. appendIFEQ(Object src)Append IFEQ branch instruction to method.BranchWrapperMethodBuilder. appendIFGE(Object src)Append IFGE branch instruction to method.BranchWrapperMethodBuilder. appendIFLT(Object src)Append IFLT branch instruction to method.BranchWrapperMethodBuilder. appendIFNE(Object src)Append IFNE branch instruction to method.BranchWrapperMethodBuilder. appendIFNONNULL(Object src)Append IFNONNULL branch instruction to method.BranchWrapperMethodBuilder. appendIFNULL(Object src)Append IFNULL branch instruction to method.BranchWrapperMethodBuilder. appendUnconditionalBranch(Object src)Append unconditional branch instruction to method.Methods in org.jibx.binding.classes with parameters of type BranchWrapper Modifier and Type Method Description voidMethodBuilder. initStackState(BranchWrapper branch)Initialize stack state to match branch source.voidMethodBuilder. initStackState(BranchWrapper branch, int pop)Initialize stack state to partially match branch source.voidMethodBuilder. targetNext(BranchWrapper branch)Set branch target as next instruction added to method.voidMethodBuilder. 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 Modifier and Type Method Description BranchWrapperPropertyDefinition. genTest(ContextMethodBuilder mb)Generate code to test if property is present.protected BranchWrapperObjectStringConversion. genToOptionalText(String type, ContextMethodBuilder mb, int extra)Generate code to check if an optional value is not equal to the default.protected BranchWrapperPrimitiveStringConversion. genToOptionalText(String type, ContextMethodBuilder mb, int extra)Generate code to check if an optional value is not equal to the default.protected abstract BranchWrapperStringConversion. genToOptionalText(String type, ContextMethodBuilder mb, int extra)Generate code to check if an optional value is not equal to the default.
-