Table of Contents

Class VBOperatorExpression

Namespace
RDCore.SDK.Model.AST.Expressions
Assembly
RDCore.SDK.dll

An expression syntax node representing an operator.

public abstract record VBOperatorExpression : ExpressionNode, IEquatable<SyntaxNode>, IExecutableNode, IEquatable<ExpressionNode>, IEquatable<VBOperatorExpression>
Inheritance
VBOperatorExpression
Implements
Derived
Inherited Members

Remarks

Unless specified otherwise in a derived node type, MS-VBAL 5.6.9 Operator Expressions defines the static and run-time semantics of this node.

Constructors

VBOperatorExpression(SyntaxNodeId, SourceLocation, ImmutableArray<SyntaxNode>)

protected VBOperatorExpression(SyntaxNodeId identity, SourceLocation location, ImmutableArray<SyntaxNode> operands)

Parameters

identity SyntaxNodeId
location SourceLocation
operands ImmutableArray<SyntaxNode>