com.jeffpalm.ajp.impl
Interface ConstantFlags

All Known Implementing Classes:
AjpComponent, attribute_info, ClassFilePrinter, Code_attribute_info, CONSTANT_Class_info, CONSTANT_Double_info, CONSTANT_Fieldref_info, CONSTANT_Float_info, CONSTANT_info, CONSTANT_Integer_info, CONSTANT_InterfaceMethodref_info, CONSTANT_Long_info, CONSTANT_Methodref_info, CONSTANT_NameAndType_info, CONSTANT_ref_info, CONSTANT_String_info, CONSTANT_u4_info, CONSTANT_u4_u4_info, CONSTANT_Utf8_info, cp_info, exception_table_info, field_info, field_or_method_info, Info, Log, method_info, u, u1, u2, u4

public interface ConstantFlags


Field Summary
static byte CONSTANT_Class
           
static byte CONSTANT_Double
           
static byte CONSTANT_Fieldref
           
static byte CONSTANT_Float
           
static byte CONSTANT_Integer
           
static byte CONSTANT_InterfaceMethodref
           
static byte CONSTANT_Long
           
static byte CONSTANT_Methodref
           
static byte CONSTANT_NameAndType
           
static byte CONSTANT_String
           
static byte CONSTANT_Utf8
           
 

Field Detail

CONSTANT_Class

static final byte CONSTANT_Class
See Also:
Constant Field Values

CONSTANT_Fieldref

static final byte CONSTANT_Fieldref
See Also:
Constant Field Values

CONSTANT_Methodref

static final byte CONSTANT_Methodref
See Also:
Constant Field Values

CONSTANT_InterfaceMethodref

static final byte CONSTANT_InterfaceMethodref
See Also:
Constant Field Values

CONSTANT_String

static final byte CONSTANT_String
See Also:
Constant Field Values

CONSTANT_Integer

static final byte CONSTANT_Integer
See Also:
Constant Field Values

CONSTANT_Float

static final byte CONSTANT_Float
See Also:
Constant Field Values

CONSTANT_Long

static final byte CONSTANT_Long
See Also:
Constant Field Values

CONSTANT_Double

static final byte CONSTANT_Double
See Also:
Constant Field Values

CONSTANT_NameAndType

static final byte CONSTANT_NameAndType
See Also:
Constant Field Values

CONSTANT_Utf8

static final byte CONSTANT_Utf8
See Also:
Constant Field Values