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, nNextclonepublic final PsiVariable variable
public java.lang.String toString()
toString in class InstructionBasepublic void accept(ControlFlowInstructionVisitor visitor, int offset, int nextOffset)
accept in interface Instructionaccept in class SimpleInstruction