C# Class GPL.Name

Inheritance: IExpression
Show file Open project: haasn/-g-pl

Public Properties

Property Type Description
Reserved string[]

Public Methods

Method Description
Evaluate ( Scope scope ) : Value
Name ( string id ) : System

Method Details

Evaluate() public method

public Evaluate ( Scope scope ) : Value
scope Scope
return Value

Name() public method

public Name ( string id ) : System
id string
return System

Property Details

Reserved public static property

public static string[] Reserved
return string[]