org.apache.derby.impl.services.bytecode
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
static short vm_byte
           
static short vm_char
           
static short vm_double
           
static short vm_float
           
static short vm_int
           
static short vm_long
           
static short vm_reference
           
static short vm_short
           
static short vm_void
           
 

Field Detail

vm_void

static final short vm_void
See Also:
Constant Field Values

vm_byte

static final short vm_byte
See Also:
Constant Field Values

vm_short

static final short vm_short
See Also:
Constant Field Values

vm_int

static final short vm_int
See Also:
Constant Field Values

vm_long

static final short vm_long
See Also:
Constant Field Values

vm_float

static final short vm_float
See Also:
Constant Field Values

vm_double

static final short vm_double
See Also:
Constant Field Values

vm_char

static final short vm_char
See Also:
Constant Field Values

vm_reference

static final short vm_reference
See Also:
Constant Field Values

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.