IOT Dash
|
Public Member Functions | |
Literal (TValue value) | |
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 | |
TValue | Value [get] |
|
inline |
Accept a visitor to this node.
visitor | The visitor to accept. |
Implements IotDash.Parsing.Expressions.IExpr.