The ASTOpNode type exposes the following members.

Methods

  Name Description
ChildrenAccept
Accept the visitor.
(Inherited from SimpleNode.)
Dump
Override this method if you want to customize how the node dumps out its children.
(Inherited from SimpleNode.)
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 (Inherited from SimpleNode.)
GetName
Returns the name of the node (operator symbol or function name).
(Overrides ASTFunNode..::.GetName()()().)
GetOperator (Overrides ASTFunNode..::.GetOperator()()().)
GetPFMC
Returns the math command class associated with this node.
(Overrides ASTFunNode..::.GetPFMC()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HookKeys (Inherited from SimpleNode.)
JjtAccept
Accept the visitor.
(Overrides ASTFunNode..::.JjtAccept(IParserVisitor, Object).)
JjtAddChild (Inherited from SimpleNode.)
JjtClose (Inherited from SimpleNode.)
JjtGetChild (Inherited from SimpleNode.)
JjtGetNumChildren (Inherited from SimpleNode.)
JjtGetParent (Inherited from SimpleNode.)
JjtOpen (Inherited from SimpleNode.)
JjtSetParent (Inherited from SimpleNode.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetFunction
Sets the function for a node. A name and function class must be specified.
(Inherited from ASTFunNode.)
SetHook (Inherited from SimpleNode.)
ToString Overloaded.

See Also