The ASTOpNode type exposes the following members.
          
            
Constructors
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              ASTOpNode | 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 | (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. | 
          
            
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.) | 
            
| 
                 | 
              Op | 
                 
            Property for setting/getting the _opId
             
               |