public static class VariableInstruction.IncrementVariableInstruction extends VariableInstruction
VariableInstruction.IncrementVariableInstruction, VariableInstruction.LoadVariableInstruction, VariableInstruction.StoreVariableInstruction| Constructor and Description |
|---|
IncrementVariableInstruction(Variable variable,
byte increment) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
void |
accept(org.objectweb.asm.MethodVisitor visitor,
MethodGenerationContext generationContext) |
byte |
getIncrement() |
getChildNodes, getVariable, incrementVariable, loadVariable, storeVariable, toStringpublic IncrementVariableInstruction(Variable variable, byte increment)
public byte getIncrement()
public void accept(org.objectweb.asm.MethodVisitor visitor,
MethodGenerationContext generationContext)
public <T> T accept(BytecodeNode parent, BytecodeVisitor<T> visitor)
accept in interface BytecodeNodeaccept in class VariableInstructionCopyright © 2012–2023. All rights reserved.