Table of Contents

Class StartsWithFunction

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

Constructors

StartsWithFunction()

public StartsWithFunction()

Fields

Identifier

public const string Identifier = "startsWith"

Field Value

string

Properties

NativeParameters

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

Property Value

IEnumerable<NativeFunction.NativeParameter>

ReturnTypes

protected override IEnumerable<ResultType> ReturnTypes { get; }

Property Value

IEnumerable<ResultType>

Methods

Invoke(TokenLocation, Interpreter, StringResult, StringResult)

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

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 StringResult
argument2 StringResult

Returns

BoolResult