Table of Contents

Namespace RDCore.SDK.Model.AST.Abstract

Classes

BoundDirective

A BoundNode representing a module directive, which is module metadata that is neither typed, nor executable.

BoundExpression

A BoundNode that can be statically evaluated to a VBType, and with runtime semantics to a VBTypedValue.

BoundNode

A node in the abstract syntax tree (AST).

BoundStatement

A BoundNode representing an executable statement.