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 byteCONSTANT_Classstatic byteCONSTANT_Doublestatic byteCONSTANT_FieldRefstatic byteCONSTANT_Floatstatic byteCONSTANT_Integerstatic byteCONSTANT_InterfaceMethodRefstatic byteCONSTANT_InvokeDynamicstatic byteCONSTANT_Longstatic byteCONSTANT_MemberRefstatic byteCONSTANT_MethodHandlestatic byteCONSTANT_MethodRefstatic byteCONSTANT_MethodTypestatic byteCONSTANT_NameAndTypestatic byteCONSTANT_Stringstatic byteCONSTANT_Unknownstatic byteCONSTANT_Utf8protected bytetag
-
Constructor Summary
Constructors Constructor Description Constant(byte tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetTag()
-
-
-
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
-
-