public class WriteVariableInstruction extends SimpleInstruction
Modifier and Type | Field and Description |
---|---|
PsiVariable |
variable |
Modifier and Type | Method and Description |
---|---|
void |
accept(ControlFlowInstructionVisitor visitor,
int offset,
int nextOffset) |
java.lang.String |
toString() |
getNext, nNext
clone
public final PsiVariable variable
public java.lang.String toString()
toString
in class InstructionBase
public void accept(ControlFlowInstructionVisitor visitor, int offset, int nextOffset)
accept
in interface Instruction
accept
in class SimpleInstruction