Tree |
public class TreePrint : PrintNode
The TreePrint type exposes the following members.
| 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) | |
| IsLeaf |
Determines whether the specified node is a leaf.
(Overrides PrintNodeIsLeaf(PegNode)) | |
| IsSkip |
Determines whether the specified node should be skipped during printing.
(Inherited from PrintNode) | |
| LenDistNext |
Gets the printed distance to the next node.
(Overrides PrintNodeLenDistNext(PegNode, Boolean, Int32, Int32)) | |
| LenLeaf |
Gets the printed length of a leaf node.
(Overrides PrintNodeLenLeaf(PegNode)) | |
| LenMaxLine |
Gets the maximum line length used for printing.
(Overrides PrintNodeLenMaxLine) | |
| LenNodeBeg |
Gets the printed length of the beginning of a non-leaf node.
(Overrides PrintNodeLenNodeBeg(PegNode)) | |
| LenNodeEnd |
Gets the printed length of the end of a non-leaf node.
(Overrides PrintNodeLenNodeEnd(PegNode)) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| PrintDistNext |
Prints the separator to the next node.
(Overrides PrintNodePrintDistNext(PegNode, Boolean, Int32, Int32)) | |
| PrintLeaf |
Prints a leaf node.
(Overrides PrintNodePrintLeaf(PegNode, Int32, Boolean)) | |
| PrintNodeBeg |
Prints the beginning of a non-leaf node.
(Overrides PrintNodePrintNodeBeg(PegNode, Boolean, Int32, Int32)) | |
| PrintNodeEnd |
Prints the end of a non-leaf node.
(Overrides PrintNodePrintNodeEnd(PegNode, Boolean, Int32, Int32)) | |
| PrintTree | Prints the specified tree. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |