NodeDebugInfo

Class in Yarn.Compiler

Inherits from System.Object

Summary

Contains debug information for a node in a Yarn file.

public class NodeDebugInfo

Constructors

NameDescription
NodeDebugInfo(string?,string)Initialises a new instance of the NodeDebugInfo class.

Methods

NameDescription
GetLineInfo(int)Gets a LineInfo object that describes the specified instruction at the index instructionNumber .

Properties

NameDescription
FileNameGets or sets the file that this DebugInfo was produced from.
IsImplicitGets or sets a value indicating whether this node was created by the compiler.
NodeNameGets or sets the node that this DebugInfo was produced from.
RangeThe range in the file in which the node appears.

Structs

NameDescription
LineInfoContains positional information about an instruction.