CompileUnit Class |
Namespace: Syntactik.DOM
public class CompileUnit : Pair
The CompileUnit type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompileUnit | Initializes a new instance of the CompileUnit class |
Name | Description | |
---|---|---|
![]() | Assignment |
Gets or sets a value of pair assignment.
(Inherited from Pair.) |
![]() | Modules |
List of compiled modules.
|
![]() | Name |
Name of the pair.
(Inherited from Pair.) |
![]() | PairValue |
Pair value of the pair. Use method AppendChild(Pair) to set value of this property.
(Inherited from Pair.) |
![]() | Parent |
Parent of the pair.
(Inherited from Pair.) |
![]() | Value |
Literal value of the pair.
(Inherited from Pair.) |
Name | Description | |
---|---|---|
![]() | Accept |
Method Accept is part of implementation of Visitor pattern.
(Overrides PairAccept(IDomVisitor).) |
![]() | AppendChild |
Adds a Module as a child of CompilationUnit.
(Overrides PairAppendChild(Pair).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasValue |
If true then the pair has either literal value or pair value.
(Inherited from Pair.) |
![]() | InitializeParent |
This method is called when the pair is added as child to another pair.
(Inherited from Pair.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |