FunctionCallToken Class Members
In This Topic
The following tables list the members exposed by FunctionCallToken.
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
|
 | ListFunctionCallsInArguments |
Lists any function calls found in the Arguments or any of their 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 WasExpanded is true, returns the result of the script evaluation. Otherwise returns the token syntax. |
Top
Extension Methods
See Also