Uses of Class
de.grogra.xl.vmx.AbruptCompletion.Return
-
Uses of AbruptCompletion.Return in de.grogra.xl.expr
Modifier and TypeMethodDescriptionExpression.evaluateRet
(VMXState t) Invoke.evaluateRet
(VMXState t) final AbruptCompletion.Return
-
Uses of AbruptCompletion.Return in de.grogra.xl.vmx
Modifier and TypeMethodDescriptionReturns an instance ofAbruptCompletion.Return
.VMXState.dreturn
(double value) Returns an instance ofAbruptCompletion.Return
.This callback method is invoked by the executingVMXState
.VMXState.freturn
(float value) Returns an instance ofAbruptCompletion.Return
.RoutineDescriptor.invoke()
Invokes the associated routine.Invokes the givenmethod
using parameters popped from the stack.VMXState.invoke
(Routine routine, int nesting, Authorization auth) Creates a new stack frame and invokes the givenroutine
.VMXState.ireturn
(int value) Returns an instance ofAbruptCompletion.Return
.VMXState.lreturn
(long value) Returns an instance ofAbruptCompletion.Return
.VMXState.newReturn()
Returns an instance ofAbruptCompletion.Return
.VMXState.vreturn()
Returns an instance ofAbruptCompletion.Return
.