Namespace LfrlAnvil.Computable.Expressions.Constructs.Variadic
Classes
- ParsedExpressionConstructorCall
Represents a constructor call construct.
- ParsedExpressionIf
Represents an if-then-else construct.
- ParsedExpressionIndexerCall
Represents an indexer call construct.
- ParsedExpressionInvoke
Represents a delegate invocation construct.
- ParsedExpressionMakeArray
Represents an array creation construct.
- ParsedExpressionMemberAccess
Represents a member access construct.
- ParsedExpressionMethodCall
Represents a method call construct.
- ParsedExpressionSwitch
Represents a switch construct.
- ParsedExpressionSwitchCase
Represents a switch case construct.
- ParsedExpressionThrow
Represents a throw exception construct.