object DatastructureSize
- Alphabetic
- By Inheritance
- DatastructureSize
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
Composed(size: Int, inner: Seq[Sized]) extends Sized with Product with Serializable
Composed is an implementation of Sized
- class NoBoundComputation extends Exception
-
case class
Object(size: Int, members: Map[String, Sized]) extends Sized with Product with Serializable
Object is an implementation of Sized
- class Prefix extends AnyRef
-
sealed
trait
Sized extends AnyRef
Size of a data structure resembles the type hierarchy to support lists of lists and objects of lists.
Size of a data structure resembles the type hierarchy to support lists of lists and objects of lists.
Each structure has a size (which is 0 or 1 for non-collection types).
-
case class
SizedFunction(fn: FunctionExpr, spec: Specification) extends Product with Serializable
Helper for functions.
- type Sizes = LazyArray[Sized]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(spec: Specification, numEvents: Int, inStreamBound: Int, maxBound: Int = 100): DatastructureSize
Determine the size for each datastructure.
Determine the size for each datastructure.
- inStreamBound
Size of datastructures of input streams. Often these can be quite low, because the specifications use datastructures for internal accumulation, but not for inputs.
- maxBound
The maximum sizeof datastructures. Prevent exponential blowup on recursive use of concat.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
shapeForType(ty: Type, bound: Int): Sized
Convert an input stream with given type and given bound to the Sized.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
def
toSized(size: Int): Sized
Conversion from int to a Composed of a given size.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )