BuiltInFunctionValue

amyc.interpreter.BuiltInFunctionValue
case class BuiltInFunctionValue(fn: BuiltInFunction) extends Value

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Value
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final infix def ==(value: Value): BooleanValue

Attributes

Inherited from:
Value
final def asBoolean(using Context): Boolean

Attributes

Inherited from:
Value
final def asInt(using Context): Int

Attributes

Inherited from:
Value
final def asString(using Context): String

Attributes

Inherited from:
Value
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Value -> Any
Inherited from:
Value