Represents the type of slots that can be allocated in a JVM local variable table.
| Member Name | Description |
|---|---|
| Single | A normal sized local. Any small integer, normal integer, address, return address type, and float is storable in a variable of this type. |
| Double | A double sized local. This should only be used to store long integers and doubles. |
Namespace: JaCIL.Compiler.Instruction
Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)
JaCIL.Compiler.Instruction Namespace