public class ReturnInstruction extends java.lang.Object implements RtflInstruction
| Constructor and Description |
|---|
ReturnInstruction(java.lang.String file,
int line,
RtflType val) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
originFile()
The name of the origin this instruction came from
|
int |
originLine()
The line number this instruction came from
|
RtflType |
returnValue() |
java.lang.String |
toString() |
public ReturnInstruction(java.lang.String file,
int line,
RtflType val)
public RtflType returnValue()
public java.lang.String originFile()
RtflInstructionoriginFile in interface RtflInstructionpublic int originLine()
RtflInstructionoriginLine in interface RtflInstructionpublic java.lang.String toString()
toString in class java.lang.Object