VariableToken Class Members
In This Topic
The following tables list the members exposed by VariableToken.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | TokenType | Overridden.
The type of token
The type of token
|
Top
Public Methods
| Name | Description |
 | HasFunctionCalls | Overridden. Indicates whether this token (or any of its descendants) is a FunctionCallToken.Indicates whether this token (or any of its descendants) is a FunctionCallToken. |
 | HasVariableReferences | Overridden. Indicates whether this token (or any of its descendants) is a VariableToken.Indicates whether this token (or any of its descendants) is a VariableToken. |
 | ListFunctionCalls | Overridden.
Lists all function calls in this element or any of its descendants
Lists all function calls in this element or any of its descendants
|
 | ListVariableReferences | Overridden.
Lists all variable references in this element or any of its descendants
Lists all variable references in this element or any of its descendants
|
 | ToString | Returns a string that represents the current object.
If the variable has been successfully resolved, returns the resolved value. Otherwise returns the variable name surrounded by "%".
|
Top
Extension Methods
See Also