Table of Contents

Class SplitFunction

Namespace
StepLang.Framework.Pure
Assembly
StepLang.dll
public class SplitFunction : GenericFunction<StringResult, StringResult>
Inheritance
SplitFunction
Inherited Members

Constructors

SplitFunction()

public SplitFunction()

Fields

Identifier

public const string Identifier = "split"

Field Value

string

Properties

NativeParameters

protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }

Property Value

IEnumerable<NativeFunction.NativeParameter>

Methods

Invoke(TokenLocation, Interpreter, StringResult, StringResult)

protected override ListResult Invoke(TokenLocation callLocation, Interpreter interpreter, StringResult argument1, StringResult argument2)

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 StringResult
argument2 StringResult

Returns

ListResult