DeclarationBuilder
Class in Yarn.Compiler
Inherits from System.Object
Summary
Provides methods for constructing Declaration objects.
public class DeclarationBuilder
Remarks
To use this class, create an instance of it, and call the With
-prefixed methods to set properties. When you're done, access the Declaration property to get the final, constructed Declaration .
Methods
Name
Description
Sets the DefaultValue of the Declaration .
Sets the Description of the Declaration .
Sets the IsImplicit of the Declaration .
Sets the Name of the Declaration .
Sets the Range of the Declaration .
Sets the SourceFileName of the Declaration .
Sets the SourceNodeName of the Declaration .
Sets the Type of the Declaration .
Properties
Name
Description
Gets the Declaration instance constructed by this DeclarationBuilder .
Last updated
Was this helpful?