Package org.jboss.classfilewriter.code
Class LookupSwitchBuilder.ValuePair
java.lang.Object
org.jboss.classfilewriter.code.LookupSwitchBuilder.ValuePair
- All Implemented Interfaces:
Comparable<LookupSwitchBuilder.ValuePair>
- Enclosing class:
LookupSwitchBuilder
public static class LookupSwitchBuilder.ValuePair
extends Object
implements Comparable<LookupSwitchBuilder.ValuePair>
-
Constructor Summary
ConstructorsConstructorDescriptionValuePair
(int value, AtomicReference<BranchEnd> branchEnd) ValuePair
(int value, CodeLocation location) -
Method Summary
-
Constructor Details
-
ValuePair
-
ValuePair
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<LookupSwitchBuilder.ValuePair>
-
getValue
public int getValue() -
getLocation
-
getBranchEnd
-