FileDocCategorySizeDatePackage
ConstantTags.javaAPI DocAndroid 1.5 API1703Wed May 06 22:41:02 BST 2009com.android.dx.cf.cst

ConstantTags

public interface ConstantTags
Tags for constant pool constants.

Fields Summary
int
CONSTANT_Utf8
tag for a CONSTANT_Utf8_info
int
CONSTANT_Integer
tag for a CONSTANT_Integer_info
int
CONSTANT_Float
tag for a CONSTANT_Float_info
int
CONSTANT_Long
tag for a CONSTANT_Long_info
int
CONSTANT_Double
tag for a CONSTANT_Double_info
int
CONSTANT_Class
tag for a CONSTANT_Class_info
int
CONSTANT_String
tag for a CONSTANT_String_info
int
CONSTANT_Fieldref
tag for a CONSTANT_Fieldref_info
int
CONSTANT_Methodref
tag for a CONSTANT_Methodref_info
int
CONSTANT_InterfaceMethodref
tag for a CONSTANT_InterfaceMethodref_info
int
CONSTANT_NameAndType
tag for a CONSTANT_NameAndType_info
Constructors Summary
Methods Summary