NamespaceResolver Class |
Namespace: Syntactik.Compiler.Steps
public class NamespaceResolver
The NamespaceResolver type exposes the following members.
| Name | Description | |
|---|---|---|
| NamespaceResolver |
Creates an instance of NamespaceResolver.
|
| Name | Description | |
|---|---|---|
| ModuleMembersNsInfo |
NsInfo for all processed module members (Documents and AliasDef).
|
| Name | Description | |
|---|---|---|
| EnterAliasDef |
Sets current ModuleMember.
Method should be called from the visitor.
| |
| EnterDocument |
Sets current ModuleMember.
Method should be called from the visitor.
| |
| EnterModule |
Sets current Module.
Method should be called from the visitor.
| |
| 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.) | |
| GetAliasDefinition |
Gets AliasDefinition by name.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetNsInfo |
Finds NsInfo related to the ModuleMember.
| |
| GetPrefixAndNs(String, INsNode, Document, String, String) |
Resolves namespace and prefix for INsNode.
| |
| GetPrefixAndNs(INsNode, Document, Scope, String, String) |
Resolves namespace and prefix for INsNode.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProcessAlias |
Tells NamespaceResolver to check validity of Alias and add it
to the list of aliases of the current ModuleMember.
Method should be called from the visitor.
| |
| ResolveAliasesAndDoChecks |
Resolves aliases, namespaces and do checks after the all nodes are visited.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |