SyntactikDepthFirstVisitor Class |
Namespace: Syntactik.DOM
public class SyntactikDepthFirstVisitor : IDomVisitor
The SyntactikDepthFirstVisitor type exposes the following members.
Name | Description | |
---|---|---|
![]() | SyntactikDepthFirstVisitor | Initializes a new instance of the SyntactikDepthFirstVisitor class |
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | OnPair |
Method is wrapping call to Accept method of every node.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Visit(Alias) |
Visit method for Alias.
|
![]() | Visit(AliasDefinition) |
Visit method for AliasDefinition.
|
![]() | Visit(Argument) |
Visit method for Argument.
|
![]() | Visit(Attribute) |
Visit method for Attribute.
|
![]() | Visit(Comment) |
Visit method for Comment.
|
![]() | Visit(CompileUnit) |
Visit method for CompileUnit.
|
![]() | Visit(Document) |
Visit method for Document.
|
![]() | Visit(Element) |
Visit method for Element.
|
![]() | Visit(Module) |
Visit method for Module.
|
![]() | Visit(NamespaceDefinition) |
Visit method for NamespaceDefinition.
|
![]() | Visit(Pair) |
Asks visitor to visit a pair.
|
![]() | Visit(Parameter) |
Visit method for Parameter.
|
![]() | Visit(Scope) |
Visit method for Scope.
|
![]() | VisitT(IEnumerableT) |
Asks visitor to visit each pair in collection.
|