JaCIL Framework API

StackArrayType Enumeration

Represents a particular operand stack state for the CLI code as it pertains to array types. These align well with the JVM array store/load instructions.

public enum StackArrayType

Members

Member Name Description
Float64Array An array of 64-bit floating point numbers.
Int32Array An array of 32-bit integers.
NotArray A normal object or primitive, not an array type.
ObjectArray An array of any object type.
CharArray An array of Characters (16-bit unsigned)
Float32Array An array of 32-bit floating point numbers.
Int64Array An array of 64-bit integers.
Int8Array An array of 8-bit integers.
Int16Array An array of 16-bit integers.

Requirements

Namespace: JaCIL.Compiler.Instruction

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

See Also

JaCIL.Compiler.Instruction Namespace