The ASTFunNode type exposes the following members.

Constructors

  Name Description
ASTFunNode Overloaded.

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 SimpleNode..::.GetName()()().)
GetOperator (Overrides SimpleNode..::.GetOperator()()().)
GetPFMC
Returns the math command class associated with this node.
(Overrides SimpleNode..::.GetPFMC()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HookKeys (Inherited from SimpleNode.)
JjtAccept
Accept the visitor.
(Overrides SimpleNode..::.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.
SetHook (Inherited from SimpleNode.)
ToString Overloaded.

Fields

  Name Description
_id (Inherited from SimpleNode.)
children (Inherited from SimpleNode.)
hooks (Inherited from SimpleNode.)
parent (Inherited from SimpleNode.)
parser (Inherited from SimpleNode.)

Properties

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

See Also