Table of Contents

Namespace RDCore.SDK.Semantics.Static.Abstract

Classes

BinaryArithmeticOperatorStaticSemantics

Uses pattern-matching rules to encapsulate binary arithmetic operator static semantics as defined in MS-VBAL 5.6.9.3.

BinaryLogicalOperatorStaticSemantics

Uses pattern-matching rules to encapsulate binary logical operator static semantics as defined in MS-VBAL 5.6.9.8.

BinaryRelationalOperatorStaticSemantics

Uses pattern-matching rules to encapsulate binary relational operator static semantics as defined in MS-VBAL 5.6.9.5.

StaticSemantics

The class at the base of the static semantics type hierarchy that implements all the static semantic rules defined in MS-VBAL.

UnaryArithmeticOperatorStaticSemantics

Uses pattern-matching rules to encapsulate unary arithmetic operator static semantics as defined in MS-VBAL 5.6.9.3.

Structs

StaticSemanticsEvaluationResult

Represents the result of the evaluation of any static semantics.

Interfaces

IStaticSemantics

Represents any static semantics rules.