The SimpleNode type exposes the following members.

Constructors

  Name Description
SimpleNode Overloaded.

Methods

  Name Description
ChildrenAccept
Accept the visitor.
Dump
Override this method if you want to customize how the node dumps out its children.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetHook
GetName
GetOperator
GetPFMC
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HookKeys
JjtAccept
Accept the visitor.
JjtAddChild
JjtClose
JjtGetChild
JjtGetNumChildren
JjtGetParent
JjtOpen
JjtSetParent
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetHook
ToString Overloaded.

Fields

  Name Description
_id
children
hooks
parent
parser

Properties

  Name Description
Id
Returns the id of the node (for simpler identification).

See Also