Class Constant
java.lang.Object
org.jd.core.v1.model.classfile.constant.Constant
- Direct Known Subclasses:
ConstantClass
,ConstantMemberRef
,ConstantMethodHandle
,ConstantMethodType
,ConstantNameAndType
,ConstantString
,ConstantValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
protected byte
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONSTANT_Unknown
public static final byte CONSTANT_Unknown- See Also:
-
CONSTANT_Utf8
public static final byte CONSTANT_Utf8- See Also:
-
CONSTANT_Integer
public static final byte CONSTANT_Integer- See Also:
-
CONSTANT_Float
public static final byte CONSTANT_Float- See Also:
-
CONSTANT_Long
public static final byte CONSTANT_Long- See Also:
-
CONSTANT_Double
public static final byte CONSTANT_Double- See Also:
-
CONSTANT_Class
public static final byte CONSTANT_Class- See Also:
-
CONSTANT_String
public static final byte CONSTANT_String- See Also:
-
CONSTANT_FieldRef
public static final byte CONSTANT_FieldRef- See Also:
-
CONSTANT_MethodRef
public static final byte CONSTANT_MethodRef- See Also:
-
CONSTANT_InterfaceMethodRef
public static final byte CONSTANT_InterfaceMethodRef- See Also:
-
CONSTANT_NameAndType
public static final byte CONSTANT_NameAndType- See Also:
-
CONSTANT_MethodHandle
public static final byte CONSTANT_MethodHandle- See Also:
-
CONSTANT_MethodType
public static final byte CONSTANT_MethodType- See Also:
-
CONSTANT_InvokeDynamic
public static final byte CONSTANT_InvokeDynamic- See Also:
-
CONSTANT_MemberRef
public static final byte CONSTANT_MemberRef- See Also:
-
tag
protected byte tag
-
-
Constructor Details
-
Constant
public Constant(byte tag)
-
-
Method Details
-
getTag
public byte getTag()
-