Uses of Class
org.jboss.classfilewriter.code.BranchEnd
-
Packages that use BranchEnd Package Description org.jboss.classfilewriter.code -
-
Uses of BranchEnd in org.jboss.classfilewriter.code
Methods in org.jboss.classfilewriter.code that return BranchEnd Modifier and Type Method Description BranchEndCodeAttribute. gotoInstruction()writes a goto instruction.BranchEndCodeAttribute. ifAcmpeq()BranchEndCodeAttribute. ifAcmpne()BranchEndCodeAttribute. ifeq()BranchEndCodeAttribute. ifge()BranchEndCodeAttribute. ifgt()BranchEndCodeAttribute. ifIcmpeq()BranchEndCodeAttribute. ifIcmpge()BranchEndCodeAttribute. ifIcmpgt()BranchEndCodeAttribute. ifIcmple()BranchEndCodeAttribute. ifIcmplt()BranchEndCodeAttribute. ifIcmpne()BranchEndCodeAttribute. ifle()BranchEndCodeAttribute. iflt()BranchEndCodeAttribute. ifne()BranchEndCodeAttribute. ifnotnull()BranchEndCodeAttribute. ifnull()Jump to the given location if the reference type on the top of the stack is null.Methods in org.jboss.classfilewriter.code that return types with arguments of type BranchEnd Modifier and Type Method Description AtomicReference<BranchEnd>LookupSwitchBuilder. add(int value)Adds a value to the table that is at a location yet to be written.AtomicReference<BranchEnd>TableSwitchBuilder. add()Adds a value to the table that is at a location yet to be written.AtomicReference<BranchEnd>LookupSwitchBuilder.ValuePair. getBranchEnd()AtomicReference<BranchEnd>TableSwitchBuilder.ValuePair. getBranchEnd()AtomicReference<BranchEnd>LookupSwitchBuilder. getDefaultBranchEnd()AtomicReference<BranchEnd>TableSwitchBuilder. getDefaultBranchEnd()Methods in org.jboss.classfilewriter.code with parameters of type BranchEnd Modifier and Type Method Description voidCodeAttribute. branchEnd(BranchEnd end)marks the end of a branch.Constructor parameters in org.jboss.classfilewriter.code with type arguments of type BranchEnd Constructor Description ValuePair(int value, AtomicReference<BranchEnd> branchEnd)ValuePair(AtomicReference<BranchEnd> branchEnd)
-