CompilerContext Class |
Namespace: Syntactik.Compiler
public class CompilerContext
The CompilerContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompilerContext |
Creates instance of CompilerContext.
|
Name | Description | |
---|---|---|
![]() | CompileUnit |
Root DOM object of the compilation session. Stores list of all compiled modules.
|
![]() | Errors |
List of compiler errors.
|
![]() | InMemoryOutputObjects | DictionaryTKey, TValue used to store output compilation objects.
|
![]() | Parameters |
Compiler parameters of the session.
|
![]() | Properties | Hashtable used to store session variables.
|
Name | Description | |
---|---|---|
![]() | AddError |
Adds CompilerError to the CompilerContext.
|
![]() | 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |