|
IOT Dash
|


Public Types | |
| enum | Types { Neg } |
Public Member Functions | |
| UnaryOp (Types type, IExpr expr) | |
| bool | Equals (IExpr? other) |
| void | Traverse (IVisitor visitor) |
| override string | ToString () |
Public Member Functions inherited from IotDash.Parsing.Expressions.IExpr | |
| void | Traverse (IVisitor visitor) |
| void | Traverse (Action< IExpr > visitor) |
| TValue | Evaluate (IInterfaceEvaluationContext context) |
Properties | |
| Types | Type [get] |
| IExpr | Expr [get] |
|
inline |
Accept a visitor to this node.
| visitor | The visitor to accept. |
Implements IotDash.Parsing.Expressions.IExpr.