Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Method in NodeDebugInfo
Gets a LineInfo object that describes the specified instruction at the index instructionNumber
.
int
instructionNumber
The index of the instruction to retrieve information for.
A LineInfo object that describes the position of the instruction.
The file name of the source that this intruction was produced from.
The node name of the source that this intruction was produced from.
The position in FileName that contains the statement or expression that this line was produced from.
Class in Yarn.Compiler
Inherits from System.Object
Contains debug information for a node in a Yarn file.
Gets a object that describes the specified instruction at the index instructionNumber
.
Contains positional information about an instruction.