NodeDebugInfo
Class in Yarn.Compiler
Inherits from System.Object
Summary
Contains debug information for a node in a Yarn file.
public class NodeDebugInfo
Constructors
Methods
| Name | Description |
|---|
| GetLineInfo(int) | Gets a LineInfo object that describes the specified instruction at the index instructionNumber . |
Properties
| Name | Description |
|---|
| FileName | Gets or sets the file that this DebugInfo was produced from. |
| IsImplicit | Gets or sets a value indicating whether this node was created by the compiler. |
| NodeName | Gets or sets the node that this DebugInfo was produced from. |
| Range | The range in the file in which the node appears. |
Structs
| Name | Description |
|---|
| LineInfo | Contains positional information about an instruction. |