com.android.dx.cf.cst
Interface ConstantTags


public interface ConstantTags

Tags for constant pool constants.


Field Summary
static int CONSTANT_Class
          tag for a CONSTANT_Class_info
static int CONSTANT_Double
          tag for a CONSTANT_Double_info
static int CONSTANT_Fieldref
          tag for a CONSTANT_Fieldref_info
static int CONSTANT_Float
          tag for a CONSTANT_Float_info
static int CONSTANT_Integer
          tag for a CONSTANT_Integer_info
static int CONSTANT_InterfaceMethodref
          tag for a CONSTANT_InterfaceMethodref_info
static int CONSTANT_InvokeDynamic
          tag for a CONSTANT_InvokeDynamic
static int CONSTANT_Long
          tag for a CONSTANT_Long_info
static int CONSTANT_MethodHandle
          tag for a CONSTANT_MethodHandle
static int CONSTANT_Methodref
          tag for a CONSTANT_Methodref_info
static int CONSTANT_MethodType
          tag for a CONSTANT_MethodType
static int CONSTANT_NameAndType
          tag for a CONSTANT_NameAndType_info
static int CONSTANT_String
          tag for a CONSTANT_String_info
static int CONSTANT_Utf8
          tag for a CONSTANT_Utf8_info
 

Field Detail

CONSTANT_Utf8

static final int CONSTANT_Utf8
tag for a CONSTANT_Utf8_info

See Also:
Constant Field Values

CONSTANT_Integer

static final int CONSTANT_Integer
tag for a CONSTANT_Integer_info

See Also:
Constant Field Values

CONSTANT_Float

static final int CONSTANT_Float
tag for a CONSTANT_Float_info

See Also:
Constant Field Values

CONSTANT_Long

static final int CONSTANT_Long
tag for a CONSTANT_Long_info

See Also:
Constant Field Values

CONSTANT_Double

static final int CONSTANT_Double
tag for a CONSTANT_Double_info

See Also:
Constant Field Values

CONSTANT_Class

static final int CONSTANT_Class
tag for a CONSTANT_Class_info

See Also:
Constant Field Values

CONSTANT_String

static final int CONSTANT_String
tag for a CONSTANT_String_info

See Also:
Constant Field Values

CONSTANT_Fieldref

static final int CONSTANT_Fieldref
tag for a CONSTANT_Fieldref_info

See Also:
Constant Field Values

CONSTANT_Methodref

static final int CONSTANT_Methodref
tag for a CONSTANT_Methodref_info

See Also:
Constant Field Values

CONSTANT_InterfaceMethodref

static final int CONSTANT_InterfaceMethodref
tag for a CONSTANT_InterfaceMethodref_info

See Also:
Constant Field Values

CONSTANT_NameAndType

static final int CONSTANT_NameAndType
tag for a CONSTANT_NameAndType_info

See Also:
Constant Field Values

CONSTANT_MethodHandle

static final int CONSTANT_MethodHandle
tag for a CONSTANT_MethodHandle

See Also:
Constant Field Values

CONSTANT_MethodType

static final int CONSTANT_MethodType
tag for a CONSTANT_MethodType

See Also:
Constant Field Values

CONSTANT_InvokeDynamic

static final int CONSTANT_InvokeDynamic
tag for a CONSTANT_InvokeDynamic

See Also:
Constant Field Values


Copyright © 2015. All rights reserved.