BooleanValue

amyc.interpreter.BooleanValue
case class BooleanValue(b: Boolean) 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

Concrete methods

infix def &&(bool: => BooleanValue)(using Context): BooleanValue
def amy2Scala(bool: BooleanValue): Boolean
final def scala2Amy(bool: Boolean): BooleanValue
infix def ||(bool: => BooleanValue)(using Context): BooleanValue

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