Uses of Class
org.jboss.classfilewriter.code.BranchEnd
Packages that use BranchEnd
-
Uses of BranchEnd in org.jboss.classfilewriter.code
Fields in org.jboss.classfilewriter.code with type parameters of type BranchEndModifier and TypeFieldDescriptionprivate final AtomicReference<BranchEnd> LookupSwitchBuilder.ValuePair.branchEndprivate final AtomicReference<BranchEnd> TableSwitchBuilder.ValuePair.branchEndprivate final AtomicReference<BranchEnd> LookupSwitchBuilder.defaultBranchEndprivate final AtomicReference<BranchEnd> TableSwitchBuilder.defaultBranchEndMethods in org.jboss.classfilewriter.code that return BranchEndModifier and TypeMethodDescriptionprivate BranchEndprivate BranchEndprivate BranchEndCodeAttribute.addNullComparison(int opcode, String name) CodeAttribute.gotoInstruction()writes a goto instruction.CodeAttribute.ifAcmpeq()CodeAttribute.ifAcmpne()CodeAttribute.ifeq()CodeAttribute.ifge()CodeAttribute.ifgt()CodeAttribute.ifIcmpeq()CodeAttribute.ifIcmpge()CodeAttribute.ifIcmpgt()CodeAttribute.ifIcmple()CodeAttribute.ifIcmplt()CodeAttribute.ifIcmpne()CodeAttribute.ifle()CodeAttribute.iflt()CodeAttribute.ifne()CodeAttribute.ifnotnull()CodeAttribute.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 BranchEndModifier and TypeMethodDescriptionLookupSwitchBuilder.add(int value) Adds a value to the table that is at a location yet to be written.TableSwitchBuilder.add()Adds a value to the table that is at a location yet to be written.LookupSwitchBuilder.ValuePair.getBranchEnd()TableSwitchBuilder.ValuePair.getBranchEnd()LookupSwitchBuilder.getDefaultBranchEnd()TableSwitchBuilder.getDefaultBranchEnd()Methods in org.jboss.classfilewriter.code with parameters of type BranchEndModifier and TypeMethodDescriptionvoidmarks the end of a branch.Constructor parameters in org.jboss.classfilewriter.code with type arguments of type BranchEndModifierConstructorDescriptionValuePair(int value, AtomicReference<BranchEnd> branchEnd) ValuePair(AtomicReference<BranchEnd> branchEnd)