public class DescendScopeInstruction extends java.lang.Object implements RtflInstruction
| Constructor and Description |
|---|
DescendScopeInstruction() |
| 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
|
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String originFile()
RtflInstructionoriginFile in interface RtflInstructionpublic int originLine()
RtflInstructionoriginLine in interface RtflInstruction