Uses of Class
de.grogra.xl.vmx.VMXState.Local
Packages that use VMXState.Local
Package
Description
-
Uses of VMXState.Local in de.grogra.xl.compiler
Methods in de.grogra.xl.compiler with parameters of type VMXState.LocalModifier and TypeMethodDescriptionvoid
BytecodeWriter.visitLoad
(VMXState.Local local, Type type) void
BytecodeWriter.visitStore
(VMXState.Local local, Type type) -
Uses of VMXState.Local in de.grogra.xl.compiler.scope
Methods in de.grogra.xl.compiler.scope that return VMXState.LocalModifier and TypeMethodDescriptionfinal VMXState.Local
Local.createVMXLocal()
MethodScope.getResultLocal()
-
Uses of VMXState.Local in de.grogra.xl.expr
Constructors in de.grogra.xl.expr with parameters of type VMXState.LocalModifierConstructorDescriptionAssignLocal
(VMXState.Local local, Type type, int assignmentType) GetLocal
(VMXState.Local local, Type type) -
Uses of VMXState.Local in de.grogra.xl.vmx
Methods in de.grogra.xl.vmx with parameters of type VMXState.LocalModifier and TypeMethodDescriptionVMXState.aget
(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal
.void
VMXState.aset
(VMXState.Local local, Object value, Authorization auth) Sets the stack element corresponding tolocal
tovalue
.double
VMXState.dget
(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal
.void
VMXState.dset
(VMXState.Local local, double value, Authorization auth) Sets the stack element corresponding tolocal
tovalue
.float
VMXState.fget
(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal
.void
VMXState.fset
(VMXState.Local local, float value, Authorization auth) Sets the stack element corresponding tolocal
tovalue
.int
VMXState.iget
(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal
.void
VMXState.iset
(VMXState.Local local, int value, Authorization auth) Sets the stack element corresponding tolocal
tovalue
.long
VMXState.lget
(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal
.void
VMXState.lset
(VMXState.Local local, long value, Authorization auth) Sets the stack element corresponding tolocal
tovalue
.