Class StartsWithFunction
public class StartsWithFunction : GenericFunction<StringResult, StringResult>
- Inheritance
-
StartsWithFunction
- Inherited Members
Constructors
StartsWithFunction()
public StartsWithFunction()
Fields
Identifier
public const string Identifier = "startsWith"
Field Value
Properties
NativeParameters
protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }
Property Value
ReturnTypes
protected override IEnumerable<ResultType> ReturnTypes { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter, StringResult, StringResult)
protected override BoolResult Invoke(TokenLocation callLocation, Interpreter interpreter, StringResult argument1, StringResult argument2)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
StringResultargument2
StringResult