Namespace RDCore.SDK.Model.AST.Expressions
Classes
- VBAsTypeExpression
A
BoundExpressionwith static semantics that resolve theVBTypeof aVBTypedDeclarationExpression.
- VBAttributeExpression
A
VB_Attributeexpression node.
- VBBinaryOperatorExpression<TContext, TFlags>
An infix
VBOperatorExpression(bound) that accepts a left and a right operand on either of its sides.
- VBDeclarationStatement
A
BoundStatementrepresenting a declaration list containing one or more declaration expressions.
- VBLiteralExpression
A
BoundExpressionthat statically resolves aVBTypedValuedirectly from the source tokens.
- VBOperatorExpression<TContext, TFlags>
A
BoundExpressionthat is associated to anOperatorSymbol.
- VBSimpleNameExpression
MS-VBAL 5.6.10 Simple Name Expression
A BoundExpression that statically resolves an expression consisting of a single identifier without any qualifiers or arguments.
- VBTypedDeclarationExpression
A
BoundExpressionrepresenting any declaration expression that evaluates to aTypedSymbol.
- VBUnaryOperatorExpression<TContext, TFlags>
A prefix
VBOperatorExpressionthat accepts a single operand.
Enums
- ExpressionClassification
MS-VBAL 5.6.1 Expression Classifications