Uses of Class
de.grogra.xl.vmx.Authorization
Packages that use Authorization
-
Uses of Authorization in de.grogra.xl.vmx
Methods in de.grogra.xl.vmx with parameters of type AuthorizationModifier and TypeMethodDescriptionVMXState.aget(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal.static ObjectVMXState.aget(VMXState vmx, int nesting, int index, Authorization auth) Returns the value of the stack elementindexof thenesting-th statically containing frame.VMXState.agetj(int index, Authorization auth) Returns the value of the stack elementindexof the current Java frame.voidVMXState.aset(VMXState.Local local, Object value, Authorization auth) Sets the stack element corresponding tolocaltovalue.static voidVMXState.aset(Object value, VMXState vmx, int nesting, int index, Authorization auth) Sets the stack elementindexof thenesting-th statically containing frame tovalue.voidVMXState.asetj(int index, Object value, Authorization auth) Sets the stack elementindexof the current Java frame tovalue.VMXState.createDescriptor(Routine routine, int nesting, Authorization auth) Returns a descriptor for a routine invocation.doubleVMXState.dget(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal.static doubleVMXState.dget(VMXState vmx, int nesting, int index, Authorization auth) Returns the value of the stack elementindexof thenesting-th statically containing frame.doubleVMXState.dgetj(int index, Authorization auth) Returns the value of the stack elementindexof the current Java frame.static voidVMXState.dset(double value, VMXState vmx, int nesting, int index, Authorization auth) Sets the stack elementindexof thenesting-th statically containing frame tovalue.voidVMXState.dset(VMXState.Local local, double value, Authorization auth) Sets the stack element corresponding tolocaltovalue.voidVMXState.dsetj(int index, double value, Authorization auth) Sets the stack elementindexof the current Java frame tovalue.voidVMXState.enter(int frameSize, Authorization auth) floatVMXState.fget(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal.static floatVMXState.fget(VMXState vmx, int nesting, int index, Authorization auth) Returns the value of the stack elementindexof thenesting-th statically containing frame.floatVMXState.fgetj(int index, Authorization auth) Returns the value of the stack elementindexof the current Java frame.static voidVMXState.fset(float value, VMXState vmx, int nesting, int index, Authorization auth) Sets the stack elementindexof thenesting-th statically containing frame tovalue.voidVMXState.fset(VMXState.Local local, float value, Authorization auth) Sets the stack element corresponding tolocaltovalue.voidVMXState.fsetj(int index, float value, Authorization auth) Sets the stack elementindexof 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 theVMXStatecorresponds to the frame that has been specified inVMXState.newNonlocal(int, AbruptCompletion, Authorization).intVMXState.iget(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal.static intVMXState.iget(VMXState vmx, int nesting, int index, Authorization auth) Returns the value of the stack elementindexof thenesting-th statically containing frame.intVMXState.igetj(int index, Authorization auth) Returns the value of the stack elementindexof the current Java frame.VMXState.invoke(Routine routine, int nesting, Authorization auth) Creates a new stack frame and invokes the givenroutine.static voidVMXState.iset(int value, VMXState vmx, int nesting, int index, Authorization auth) Sets the stack elementindexof thenesting-th statically containing frame tovalue.voidVMXState.iset(VMXState.Local local, int value, Authorization auth) Sets the stack element corresponding tolocaltovalue.voidVMXState.isetj(int index, int value, Authorization auth) Sets the stack elementindexof the current Java frame tovalue.voidVMXState.leave(Authorization auth) longVMXState.lget(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal.static longVMXState.lget(VMXState vmx, int nesting, int index, Authorization auth) Returns the value of the stack elementindexof thenesting-th statically containing frame.longVMXState.lgetj(int index, Authorization auth) Returns the value of the stack elementindexof the current Java frame.static voidVMXState.lset(long value, VMXState vmx, int nesting, int index, Authorization auth) Sets the stack elementindexof thenesting-th statically containing frame tovalue.voidVMXState.lset(VMXState.Local local, long value, Authorization auth) Sets the stack element corresponding tolocaltovalue.voidVMXState.lsetj(int index, long value, Authorization auth) Sets the stack elementindexof the current Java frame tovalue.VMXState.newNonlocal(int nesting, AbruptCompletion reason, Authorization auth) Returns an instance ofAbruptCompletion.Nonlocal.