Uses of Interface
de.grogra.xl.vmx.Routine
Packages that use Routine
-
Uses of Routine in de.grogra.xl.compiler
Classes in de.grogra.xl.compiler that implement Routine -
Uses of Routine in de.grogra.xl.expr
Classes in de.grogra.xl.expr that implement RoutineConstructors in de.grogra.xl.expr with parameters of type Routine -
Uses of Routine in de.grogra.xl.vmx
Classes in de.grogra.xl.vmx that implement RoutineMethods in de.grogra.xl.vmx with parameters of type RoutineModifier and TypeMethodDescriptionVMXState.createDescriptor
(Routine routine, int nesting, Authorization auth) Returns a descriptor for a routine invocation.VMXState.invoke
(Routine routine, int nesting, Authorization auth) Creates a new stack frame and invokes the givenroutine
.void
SerializationWithRoutine.visitRoutine
(Routine routine) Constructors in de.grogra.xl.vmx with parameters of type RoutineModifierConstructorDescriptionExpressionPattern
(Type[] termTypes, int inTerm, int outTerm, int type, Routine routine)