object
SECDBase extends AnyRef
Type Members
-
case class
App() extends Instruction with Product with Serializable
-
case class
AppCC() extends Instruction with Product with Serializable
-
case class
BindPrims(nms: List[Name]) extends Instruction with Product with Serializable
-
abstract
class
ByteCode extends ByteCodeBase with Attributable with Positional
-
abstract
class
ByteCodeBase extends PrettyPrintable
-
case class
ClosureTypeValue() extends TypeValue with Product with Serializable
-
-
case class
CodeSegment(code: Code) extends ByteCode with Product with Serializable
-
class
CodeTree extends ByteCodeBase
-
case class
ContTypeValue() extends TypeValue with Product with Serializable
-
case class
DumpEmpty() extends MachineExceptionValue with Product with Serializable
-
case class
EmptyTypeValue() extends TypeValue with Product with Serializable
-
case class
Enter(nms: List[Name]) extends Instruction with Product with Serializable
-
case class
ExceptionTypeValue() extends TypeValue with Product with Serializable
-
abstract
class
ExceptionValue extends Value with Positional
-
case class
Exit() extends Instruction with Product with Serializable
-
case class
FunctionSpec(fn: Option[Name], pn: Name, bdy: CodeSegment) extends ByteCode with Product with Serializable
-
case class
GetType() extends Instruction with Product with Serializable
-
abstract
class
Instruction extends ByteCode
-
case class
Lookup(nm: Name) extends Instruction with Product with Serializable
-
-
case class
MalformedInstruction() extends MachineExceptionValue with Product with Serializable
-
case class
MatchError() extends MachineExceptionValue with Product with Serializable
-
case class
MkClosures(fss: List[FunctionSpec]) extends Instruction with Product with Serializable
-
case class
MkUserException() extends Instruction with Product with Serializable
-
type
Name = String
-
case class
NonExistentPrimitive() extends MachineExceptionValue with Product with Serializable
-
case class
PrimTypeValue() extends TypeValue with Product with Serializable
-
case class
PushEmpty() extends Instruction with Product with Serializable
-
case class
PushMachineException(me: MachineExceptionValue) extends Instruction with Product with Serializable
-
case class
PushType(ty: TypeValue) extends Instruction with Product with Serializable
-
case class
RaiseException() extends Instruction with Product with Serializable
-
case class
Resume() extends Instruction with Product with Serializable
-
case class
ResumeFromDump() extends Instruction with Product with Serializable
-
case class
StackUnderflow() extends MachineExceptionValue with Product with Serializable
-
case class
TailApp() extends Instruction with Product with Serializable
-
case class
TypeError() extends MachineExceptionValue with Product with Serializable
-
case class
TypeTypeValue() extends TypeValue with Product with Serializable
-
abstract
class
TypeValue extends Value
-
case class
UnboundVariable() extends MachineExceptionValue with Product with Serializable
-
case class
UnexpectedExit() extends MachineExceptionValue with Product with Serializable
-
case class
UnexpectedTermination() extends MachineExceptionValue with Product with Serializable
-
abstract
class
Value extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
object
CodeSegment extends Serializable
-
object
CodeTree extends AnyRef
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
val
instNumber: (ByteCode) ⇒ Int
-
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
val
nextInstNumber: (ByteCode) ⇒ Int
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
positionBlock[T](newPos: Position)(code: ⇒ T): T
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any