public abstract class BuilderSwitchPayload extends BuilderInstruction implements SwitchPayload
opcode| Modifier | Constructor and Description |
|---|---|
protected |
BuilderSwitchPayload(Opcode opcode) |
| Modifier and Type | Method and Description |
|---|---|
MethodLocation |
getReferrer() |
abstract java.util.List<? extends BuilderSwitchElement> |
getSwitchElements() |
getCodeUnits, getFormat, getLocation, getOpcodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodeprotected BuilderSwitchPayload(@Nonnull
Opcode opcode)
@Nonnull public MethodLocation getReferrer()
@Nonnull public abstract java.util.List<? extends BuilderSwitchElement> getSwitchElements()
getSwitchElements in interface SwitchPayload