Interface BCExpr
interface BCExpr
To be able to identify the expressions as belonging to this
implementation, and to be able to generate code off of
it if so.
-
Field Summary
Fields
-
Field Details
-
vm_void
static final short vm_void- See Also:
-
vm_byte
static final short vm_byte- See Also:
-
vm_short
static final short vm_short- See Also:
-
vm_int
static final short vm_int- See Also:
-
vm_long
static final short vm_long- See Also:
-
vm_float
static final short vm_float- See Also:
-
vm_double
static final short vm_double- See Also:
-
vm_char
static final short vm_char- See Also:
-
vm_reference
static final short vm_reference- See Also:
-