Uses of Package
de.grogra.xl.vmx
Package
Description
-
ClassDescriptionA
Routine
provides a VMXState with the information that is needed to construct a stack frame in which the routine can be executed.AVMXState
is associated with a singleThread
.This class represents a local variable. -
-
ClassDescriptionBase class for abrupt completions.An abrupt completion due to a
return
.ARoutine
provides a VMXState with the information that is needed to construct a stack frame in which the routine can be executed.AVMXState
is associated with a singleThread
.This class represents a local variable. -
ClassDescriptionBase class for abrupt completions.An abrupt completion due to a
break
orcontinue
.This class wraps an abrupt completion that has to be transferred (non-locally) to a statically containing routine invocation before Java's catching mechanism comes into play.An abrupt completion due to areturn
.An abrupt completion due to a thrownThrowable
.ARoutine
provides a VMXState with the information that is needed to construct a stack frame in which the routine can be executed.A descriptor for a later invocation of a routine in a given frame context.AVMXState
is associated with a singleThread
.This class represents a local variable.