Uses of Class
de.grogra.xl.vmx.Authorization
-
Uses of Authorization in de.grogra.xl.vmx
Modifier and TypeMethodDescriptionVMXState.aget
(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal
.static Object
VMXState.aget
(VMXState vmx, int nesting, int index, Authorization auth) Returns the value of the stack elementindex
of thenesting
-th statically containing frame.VMXState.agetj
(int index, Authorization auth) Returns the value of the stack elementindex
of the current Java frame.void
VMXState.aset
(VMXState.Local local, Object value, Authorization auth) Sets the stack element corresponding tolocal
tovalue
.static void
VMXState.aset
(Object value, VMXState vmx, int nesting, int index, Authorization auth) Sets the stack elementindex
of thenesting
-th statically containing frame tovalue
.void
VMXState.asetj
(int index, Object value, Authorization auth) Sets the stack elementindex
of the current Java frame tovalue
.VMXState.createDescriptor
(Routine routine, int nesting, Authorization auth) Returns a descriptor for a routine invocation.double
VMXState.dget
(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal
.static double
VMXState.dget
(VMXState vmx, int nesting, int index, Authorization auth) Returns the value of the stack elementindex
of thenesting
-th statically containing frame.double
VMXState.dgetj
(int index, Authorization auth) Returns the value of the stack elementindex
of the current Java frame.static void
VMXState.dset
(double value, VMXState vmx, int nesting, int index, Authorization auth) Sets the stack elementindex
of thenesting
-th statically containing frame tovalue
.void
VMXState.dset
(VMXState.Local local, double value, Authorization auth) Sets the stack element corresponding tolocal
tovalue
.void
VMXState.dsetj
(int index, double value, Authorization auth) Sets the stack elementindex
of the current Java frame tovalue
.void
VMXState.enter
(int frameSize, Authorization auth) float
VMXState.fget
(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal
.static float
VMXState.fget
(VMXState vmx, int nesting, int index, Authorization auth) Returns the value of the stack elementindex
of thenesting
-th statically containing frame.float
VMXState.fgetj
(int index, Authorization auth) Returns the value of the stack elementindex
of the current Java frame.static void
VMXState.fset
(float value, VMXState vmx, int nesting, int index, Authorization auth) Sets the stack elementindex
of thenesting
-th statically containing frame tovalue
.void
VMXState.fset
(VMXState.Local local, float value, Authorization auth) Sets the stack element corresponding tolocal
tovalue
.void
VMXState.fsetj
(int index, float value, Authorization auth) Sets the stack elementindex
of the current Java frame tovalue
.VMXState.getFrame
(Authorization auth) Returns the current stack pointer for the static-link stack.AbruptCompletion.Nonlocal.getReason
(Authorization auth) Returns the wrapped abrupt completion if the current frame of theVMXState
corresponds to the frame that has been specified inVMXState.newNonlocal(int, AbruptCompletion, Authorization)
.int
VMXState.iget
(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal
.static int
VMXState.iget
(VMXState vmx, int nesting, int index, Authorization auth) Returns the value of the stack elementindex
of thenesting
-th statically containing frame.int
VMXState.igetj
(int index, Authorization auth) Returns the value of the stack elementindex
of the current Java frame.VMXState.invoke
(Routine routine, int nesting, Authorization auth) Creates a new stack frame and invokes the givenroutine
.static void
VMXState.iset
(int value, VMXState vmx, int nesting, int index, Authorization auth) Sets the stack elementindex
of thenesting
-th statically containing frame tovalue
.void
VMXState.iset
(VMXState.Local local, int value, Authorization auth) Sets the stack element corresponding tolocal
tovalue
.void
VMXState.isetj
(int index, int value, Authorization auth) Sets the stack elementindex
of the current Java frame tovalue
.void
VMXState.leave
(Authorization auth) long
VMXState.lget
(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal
.static long
VMXState.lget
(VMXState vmx, int nesting, int index, Authorization auth) Returns the value of the stack elementindex
of thenesting
-th statically containing frame.long
VMXState.lgetj
(int index, Authorization auth) Returns the value of the stack elementindex
of the current Java frame.static void
VMXState.lset
(long value, VMXState vmx, int nesting, int index, Authorization auth) Sets the stack elementindex
of thenesting
-th statically containing frame tovalue
.void
VMXState.lset
(VMXState.Local local, long value, Authorization auth) Sets the stack element corresponding tolocal
tovalue
.void
VMXState.lsetj
(int index, long value, Authorization auth) Sets the stack elementindex
of the current Java frame tovalue
.VMXState.newNonlocal
(int nesting, AbruptCompletion reason, Authorization auth) Returns an instance ofAbruptCompletion.Nonlocal
.