IOT Dash
|
Public Member Functions | |
FunctionCall (string function, IEnumerable< IExpr > arguments) | |
bool | Equals (IExpr? other) |
void | Traverse (IVisitor visitor) |
override string | ToString () |
![]() | |
void | Traverse (IVisitor visitor) |
void | Traverse (Action< IExpr > visitor) |
TValue | Evaluate (IInterfaceEvaluationContext context) |
Properties | |
string | FunctionName [get] |
ImmutableArray< IExpr > | Arguments [get] |
|
inline |
Accept a visitor to this node.
visitor | The visitor to accept. |
Implements IotDash.Parsing.Expressions.IExpr.