Interface | Description |
---|---|
BinaryExpression |
Represents a binary expression node in the expression tree
|
Expression |
Expression provides a common abstraction for expression
evaluation |
ExpressionVisitor<T> |
Generic interface to define expression visitors with arbitrary return types.
|
LiteralExpression |
Represents a literal expression node in the expression tree.
|
MemberExpression |
Represents a member expression node in the expression tree.
|
Enum | Description |
---|---|
BinaryExpression.Operation | |
LiteralExpression.Type |
Exception | Description |
---|---|
ExpressionVisitException |
Exception class used by the
ExpressionVisitor to throw
exceptions while traversing the expression tree |