Declaration
Class in Yarn.Compiler
Inherits from System.Object
Summary
Constructors
Name | Description |
---|---|
Fields
Name | Description |
---|---|
The string used for SourceFileName if the Declaration was found outside of a Yarn source file. |
Methods
Name | Description |
---|---|
Creates a new instance of the Declaration class, using the given | |
Properties
Name | Description |
---|---|
Gets the default value of this Declaration , if no value has been specified in code or is available from a Dialogue 's IVariableStorage . | |
Gets a string describing the purpose of this Declaration . | |
Get or sets a value indicating whether this Declaration was implicitly inferred from usage. | |
Gets the name of this Declaration. | |
The line number at which this Declaration was found in the source file. | |
Gets the name of the file in which this Declaration was found. | |
Gets the line number at which this Declaration was found in the node indicated by SourceNodeName . | |
Gets the name of the node in which this Declaration was found. | |
Last updated