FileDocCategorySizeDatePackage
ConstantTags.javaAPI DocAndroid 5.1 API1910Thu Mar 12 22:18:30 GMT 2015com.android.dx.cf.cst

ConstantTags

public interface ConstantTags
Tags for constant pool constants.

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