Class ReadFunction
public class ReadFunction : GenericFunction
- Inheritance
-
ReadFunction
- Inherited Members
Constructors
ReadFunction()
public ReadFunction()
Fields
Identifier
public const string Identifier = "read"
Field Value
Properties
ReturnTypes
protected override IEnumerable<ResultType> ReturnTypes { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter)
protected override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter)
Parameters
callLocation
TokenLocationinterpreter
Interpreter