Package edu.cornell.cs.apl.viaduct.syntax.types

Types

ByteVecType
Link copied to clipboard
object ByteVecType : ValueType

The type of booleans.

FunctionType
Link copied to clipboard
class FunctionType : Type

The type of a function or a function like object.

HostSetType
Link copied to clipboard
object HostSetType : ValueType

The type assigned to HostSetValues.

HostType
Link copied to clipboard
object HostType : ValueType

The type assigned to HostValues.

ImmutableCellType
Link copied to clipboard
data class ImmutableCellType(elementType: ValueType) : ObjectType

The type of ImmutableCell objects.

MutableCellType
Link copied to clipboard
data class MutableCellType(elementType: ValueType) : ObjectType

The type of MutableCell objects.

ObjectType
Link copied to clipboard
abstract class ObjectType : Type

The type of objects.

StringType
Link copied to clipboard
object StringType : ValueType

The type of strings.

VectorType
Link copied to clipboard
data class VectorType(elementType: ValueType) : ObjectType

The type of a Vector object.