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 TypeMethodDescriptionvoidBytecodeWriter.visitLoad(VMXState.Local local, Type type) voidBytecodeWriter.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.LocalLocal.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.voidVMXState.aset(VMXState.Local local, Object value, Authorization auth) Sets the stack element corresponding tolocaltovalue.doubleVMXState.dget(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal.voidVMXState.dset(VMXState.Local local, double value, Authorization auth) Sets the stack element corresponding tolocaltovalue.floatVMXState.fget(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal.voidVMXState.fset(VMXState.Local local, float value, Authorization auth) Sets the stack element corresponding tolocaltovalue.intVMXState.iget(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal.voidVMXState.iset(VMXState.Local local, int value, Authorization auth) Sets the stack element corresponding tolocaltovalue.longVMXState.lget(VMXState.Local local, Authorization auth) Returns the value of the stack element corresponding tolocal.voidVMXState.lset(VMXState.Local local, long value, Authorization auth) Sets the stack element corresponding tolocaltovalue.