Namespace RDCore.SDK.Model.AST.Expressions
Classes
- AsTypeExpressionNode
A
BoundExpressionwith static semantics that resolve theVBTypeof aVBTypedDeclarationExpression.
- ConditionalExpressionNode
An expression that is evaluated in a Boolean context.
- LiteralExpressionNode
An expression that statically resolves a
VBTypedValuedirectly from the source tokens.
- SimpleNameExpressionNode
MS-VBAL 5.6.10 Simple Name Expression
A ExpressionNode that statically resolves an expression consisting of a single identifier without any qualifiers or arguments.
- VBBinaryOperatorExpressionNode
An infix
VBOperatorExpression(bound) that accepts a left and a right operand on either of its sides.
- VBDeclarationStatementNode
A
StatementNoderepresenting a declaration list containing one or more declaration expressions.
- VBOperatorExpression
An expression syntax node representing an operator.
- VBTypedDeclarationExpressionNode
A
BoundExpressionrepresenting any declaration expression that evaluates to aTypedSymbol.
- VBUnaryOperatorExpressionNode
A prefix
VBOperatorExpressionthat accepts a single operand.
Enums
- ExpressionClassification
MS-VBAL 5.6.1 Expression Classifications