Class Constant
- java.lang.Object
-
- org.jd.core.v1.model.classfile.constant.Constant
-
- Direct Known Subclasses:
ConstantClass
,ConstantMemberRef
,ConstantMethodHandle
,ConstantMethodType
,ConstantNameAndType
,ConstantString
,ConstantValue
public abstract class Constant extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static byte
CONSTANT_Class
static byte
CONSTANT_Double
static byte
CONSTANT_FieldRef
static byte
CONSTANT_Float
static byte
CONSTANT_Integer
static byte
CONSTANT_InterfaceMethodRef
static byte
CONSTANT_InvokeDynamic
static byte
CONSTANT_Long
static byte
CONSTANT_MemberRef
static byte
CONSTANT_MethodHandle
static byte
CONSTANT_MethodRef
static byte
CONSTANT_MethodType
static byte
CONSTANT_NameAndType
static byte
CONSTANT_String
static byte
CONSTANT_Unknown
static byte
CONSTANT_Utf8
protected byte
tag
-
Constructor Summary
Constructors Constructor Description Constant(byte tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getTag()
-
-
-
Field Detail
-
CONSTANT_Unknown
public static final byte CONSTANT_Unknown
- See Also:
- Constant Field Values
-
CONSTANT_Utf8
public static final byte CONSTANT_Utf8
- See Also:
- Constant Field Values
-
CONSTANT_Integer
public static final byte CONSTANT_Integer
- See Also:
- Constant Field Values
-
CONSTANT_Float
public static final byte CONSTANT_Float
- See Also:
- Constant Field Values
-
CONSTANT_Long
public static final byte CONSTANT_Long
- See Also:
- Constant Field Values
-
CONSTANT_Double
public static final byte CONSTANT_Double
- See Also:
- Constant Field Values
-
CONSTANT_Class
public static final byte CONSTANT_Class
- See Also:
- Constant Field Values
-
CONSTANT_String
public static final byte CONSTANT_String
- See Also:
- Constant Field Values
-
CONSTANT_FieldRef
public static final byte CONSTANT_FieldRef
- See Also:
- Constant Field Values
-
CONSTANT_MethodRef
public static final byte CONSTANT_MethodRef
- See Also:
- Constant Field Values
-
CONSTANT_InterfaceMethodRef
public static final byte CONSTANT_InterfaceMethodRef
- See Also:
- Constant Field Values
-
CONSTANT_NameAndType
public static final byte CONSTANT_NameAndType
- See Also:
- Constant Field Values
-
CONSTANT_MethodHandle
public static final byte CONSTANT_MethodHandle
- See Also:
- Constant Field Values
-
CONSTANT_MethodType
public static final byte CONSTANT_MethodType
- See Also:
- Constant Field Values
-
CONSTANT_InvokeDynamic
public static final byte CONSTANT_InvokeDynamic
- See Also:
- Constant Field Values
-
CONSTANT_MemberRef
public static final byte CONSTANT_MemberRef
- See Also:
- Constant Field Values
-
tag
protected byte tag
-
-