Class | Description | |
---|---|---|
![]() | CompoundExpressionInfo | Represents unary or binary expression. |
![]() | ConstantExpressionInfo | Represents an expression that is a constant value. |
![]() | ExpressionExtensions | Provides additional methods to work with ExpressionInfo instances. |
![]() | ExpressionInfo | The ExpressionInfo class stores, parses, and provides information about an expression. ExpressionInfo provides aggregates, global collections, etc., as well as information about the expected data type of the expression's result. |
![]() | FunctionExpressionInfo | Represents an expression that is a constant value. |
![]() | IdentifierExpressionInfo | Represents an identifier in an expression, such as constants or enums. |
![]() | IntrinsicCastExpressionInfo | Represents type cast expression. |
![]() | NewExpressionInfo | Represents a constructor in an expression, such as new. |
![]() | NothingExpressionInfo | Represents the value "Nothing" in the ExpressionInfo. |
![]() | ValidationResults | Represents the results of ExpressionInfo validation. |
![]() | ValidationResults.ErrorInformation | Represents the information about an error (message and location). |