Table of Contents

Class ReadFunction

Namespace
StepLang.Framework.Pure
Assembly
StepLang.dll
public class ReadFunction : GenericFunction
Inheritance
ReadFunction
Inherited Members

Constructors

ReadFunction()

public ReadFunction()

Fields

Identifier

public const string Identifier = "read"

Field Value

string

Properties

ReturnTypes

protected override IEnumerable<ResultType> ReturnTypes { get; }

Property Value

IEnumerable<ResultType>

Methods

Invoke(TokenLocation, Interpreter)

protected override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter)

Parameters

callLocation TokenLocation
interpreter Interpreter

Returns

ExpressionResult