Uses of Interface
de.grogra.xl.vmx.Routine
-
Uses of Routine in de.grogra.xl.compiler
-
Uses of Routine in de.grogra.xl.expr
-
Uses of Routine in de.grogra.xl.vmx
Modifier 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) ModifierConstructorDescriptionExpressionPattern
(Type[] termTypes, int inTerm, int outTerm, int type, Routine routine)