Package org.jboss.classfilewriter.code
Class TableSwitchBuilder.ValuePair
- java.lang.Object
-
- org.jboss.classfilewriter.code.TableSwitchBuilder.ValuePair
-
- Enclosing class:
- TableSwitchBuilder
public static class TableSwitchBuilder.ValuePair extends Object
-
-
Constructor Summary
Constructors Constructor Description ValuePair(AtomicReference<BranchEnd> branchEnd)ValuePair(CodeLocation location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtomicReference<BranchEnd>getBranchEnd()CodeLocationgetLocation()
-
-
-
Constructor Detail
-
ValuePair
public ValuePair(AtomicReference<BranchEnd> branchEnd)
-
ValuePair
public ValuePair(CodeLocation location)
-
-
Method Detail
-
getLocation
public CodeLocation getLocation()
-
getBranchEnd
public AtomicReference<BranchEnd> getBranchEnd()
-
-