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
Fields in org.jboss.classfilewriter.code with type parameters of type BranchEnd Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<BranchEnd>LookupSwitchBuilder.ValuePair. branchEndprivate java.util.concurrent.atomic.AtomicReference<BranchEnd>TableSwitchBuilder.ValuePair. branchEndprivate java.util.concurrent.atomic.AtomicReference<BranchEnd>LookupSwitchBuilder. defaultBranchEndprivate java.util.concurrent.atomic.AtomicReference<BranchEnd>TableSwitchBuilder. defaultBranchEndMethods in org.jboss.classfilewriter.code that return BranchEnd Modifier and Type Method Description private BranchEndCodeAttribute. addIf(int opcode, java.lang.String name)private BranchEndCodeAttribute. addIfIcmp(int opcode, java.lang.String name)private BranchEndCodeAttribute. addNullComparison(int opcode, java.lang.String name)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 java.util.concurrent.atomic.AtomicReference<BranchEnd>LookupSwitchBuilder. add(int value)Adds a value to the table that is at a location yet to be written.java.util.concurrent.atomic.AtomicReference<BranchEnd>TableSwitchBuilder. add()Adds a value to the table that is at a location yet to be written.java.util.concurrent.atomic.AtomicReference<BranchEnd>LookupSwitchBuilder.ValuePair. getBranchEnd()java.util.concurrent.atomic.AtomicReference<BranchEnd>TableSwitchBuilder.ValuePair. getBranchEnd()java.util.concurrent.atomic.AtomicReference<BranchEnd>LookupSwitchBuilder. getDefaultBranchEnd()java.util.concurrent.atomic.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, java.util.concurrent.atomic.AtomicReference<BranchEnd> branchEnd)ValuePair(java.util.concurrent.atomic.AtomicReference<BranchEnd> branchEnd)
-