com.jeffpalm.basic.bytecode.base
Interface ConstantFlags
- All Known Implementing Classes:
- AjpComponent, attribute_info, ClassFileFactoryImpl, ClassFileFinder, ClassFileImpl, 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, Parser, u, u1, u2, u4
public interface ConstantFlags
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