public class StringConstantInstruction extends Instruction
| Constructor and Description |
|---|
StringConstantInstruction() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(InstructionVisitor visitor) |
String |
getConstant() |
Variable |
getReceiver() |
void |
setConstant(String constant) |
void |
setReceiver(Variable receiver) |
getBasicBlock, getLocation, getProgram, setLocationpublic String getConstant()
public void setConstant(String constant)
public Variable getReceiver()
public void setReceiver(Variable receiver)
public void acceptVisitor(InstructionVisitor visitor)
acceptVisitor in class InstructionCopyright © 2015. All rights reserved.