Uses of Class
org.jboss.classfilewriter.code.BranchEnd
Packages that use BranchEnd
-
Uses of BranchEnd in org.jboss.classfilewriter.code
Methods in org.jboss.classfilewriter.code that return BranchEndModifier and TypeMethodDescriptionCodeAttribute.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 TypeMethodDescriptionvoid
marks 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)