public static class VariableInstruction.StoreVariableInstruction extends VariableInstruction
VariableInstruction.IncrementVariableInstruction, VariableInstruction.LoadVariableInstruction, VariableInstruction.StoreVariableInstruction| Constructor and Description |
|---|
StoreVariableInstruction(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
void |
accept(org.objectweb.asm.MethodVisitor visitor,
MethodGenerationContext generationContext) |
getChildNodes, getVariable, incrementVariable, loadVariable, storeVariable, toStringpublic StoreVariableInstruction(Variable variable)
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.