JaCIL Framework API

LocalType Enumeration

Represents the type of slots that can be allocated in a JVM local variable table.

public enum LocalType

Members

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.

Requirements

Namespace: JaCIL.Compiler.Instruction

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

JaCIL.Compiler.Instruction Namespace