Uses of Enum Class
org.openjdk.asmtools.jdis.ConstantPool.TAG
Packages that use ConstantPool.TAG
-
Uses of ConstantPool.TAG in org.openjdk.asmtools.jdis
Fields in org.openjdk.asmtools.jdis declared as ConstantPool.TAGModifier and TypeFieldDescriptionprotected final ConstantPool.TAG
ConstantPool.Constant.tag
private final ConstantPool.TAG
ModuleContent.TargetType.tag
Fields in org.openjdk.asmtools.jdis with type parameters of type ConstantPool.TAGModifier and TypeFieldDescriptionprivate static final Hashtable<Byte,
ConstantPool.TAG> ConstantPool.tagHash
Methods in org.openjdk.asmtools.jdis that return ConstantPool.TAGModifier and TypeMethodDescriptionstatic ConstantPool.TAG
Returns the enum constant of this class with the specified name.static ConstantPool.TAG[]
ConstantPool.TAG.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.asmtools.jdis with parameters of type ConstantPool.TAGConstructors in org.openjdk.asmtools.jdis with parameters of type ConstantPool.TAGModifierConstructorDescriptionConstant
(ConstantPool.TAG tag, T value) (package private)
CP_Double
(ConstantPool.TAG tag, double value) (package private)
CP_Float
(ConstantPool.TAG tag, float value) (package private)
CP_Int
(ConstantPool.TAG tag, int value) (package private)
CP_Long
(ConstantPool.TAG tag, long value) (package private)
CP_Str
(ConstantPool.TAG tag, String value) (package private)
CPX
(ConstantPool.TAG tag, int cpx) (package private)
CPX2
(ConstantPool.TAG tag, int cpx1, int cpx2) FlaggedTargetType
(ConstantPool.TAG tag, int cpIndex, String typeName, int flag, ClassFileContext context) TargetType
(ConstantPool.TAG tag, int cpIndex, String typeName) (package private)
VersionedFlaggedTargetType
(ConstantPool.TAG tag, int cpIndex, String typeName, int flag, ClassFileContext context, String version)