BArray

com.tersesystems.blindsight.AST$.BArray
final case class BArray(arr: List[BValue]) extends BValue

Attributes

Source:
AST.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class BValue
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Values = List[Any]

Attributes

Source:
AST.scala

Value members

Concrete methods

override def apply(i: Int): BValue

Attributes

Definition Classes
Source:
AST.scala

Attributes

Source:
AST.scala

Inherited methods

def ++(other: BValue): BValue

Attributes

Inherited from:
BValue
Source:
AST.scala

Attributes

Inherited from:
BValue
Source:
AST.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
BValue
Source:
AST.scala

Attributes

Inherited from:
BValue
Source:
AST.scala