The ASTVarNode type exposes the following members.
          
            
Constructors
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              ASTVarNode | 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 variable.
              (Overrides SimpleNode..::.GetName()()().) | 
            
| 
                 | 
              GetOperator | (Overrides SimpleNode..::.GetOperator()()().) | 
| 
                 | 
              GetPFMC | (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.) | 
            
| 
                 | 
              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.) | 
            
| 
                 | 
              Var | 
                 
            Get/Sets internal Variable _var
             
               |