Table of Contents

Class Script

Namespace
ReFuel.CVarScript.AST
Assembly
ReFuel.dll
public class Script : ASTNode
Inheritance
Script
Inherited Members

Constructors

Script(string, Block)

public Script(string source, Block statements)

Parameters

source string
statements Block

Properties

Source

public string Source { get; }

Property Value

string

Statements

public Block Statements { get; }

Property Value

Block