Uses of Class
de.grogra.xl.vmx.VMXState.Local
Package
Description
-
Uses of VMXState.Local in de.grogra.xl.compiler
Modifier 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
Modifier and TypeMethodDescriptionfinal VMXState.Local
Local.createVMXLocal()
MethodScope.getResultLocal()
-
Uses of VMXState.Local in de.grogra.xl.expr
ModifierConstructorDescriptionAssignLocal
(VMXState.Local local, Type type, int assignmentType) GetLocal
(VMXState.Local local, Type type) -
Uses of VMXState.Local in de.grogra.xl.vmx
Modifier 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
.