Uses of Class
org.openjdk.asmtools.jasm.ConstantPool.ConstValue_UTF8
Packages that use ConstantPool.ConstValue_UTF8
-
Uses of ConstantPool.ConstValue_UTF8 in org.openjdk.asmtools.jasm
Subclasses with type arguments of type ConstantPool.ConstValue_UTF8 in org.openjdk.asmtools.jasmModifier and TypeClassDescriptionstatic classThe CONSTANT_Class(7) structure represents constant objects of the type Stringstatic classThe CONSTANT_MethodType(16) structure represents a method typestatic classThe CONSTANT_Module(19) structure represents a modulestatic classThe CONSTANT_NameAndType(12) structure is used to represent a field or method, without indicating which class or interface type it belongs tostatic classThe CONSTANT_NameAndType(12) structure is used to represent a field or method, without indicating which class or interface type it belongs tostatic classThe CONSTANT_Package(20) structure represents a method typestatic classThe CONSTANT_String(8) structure represents a class or an interfaceFields in org.openjdk.asmtools.jasm declared as ConstantPool.ConstValue_UTF8Modifier and TypeFieldDescriptionprivate final ConstantPool.ConstValue_UTF8ConstantPool.emptyConstValueMethod parameters in org.openjdk.asmtools.jasm with type arguments of type ConstantPool.ConstValue_UTF8Modifier and TypeMethodDescriptionprivate booleanConstantPool.isAllowedToBeDelete(ConstCell<ConstantPool.ConstValue_UTF8> utf8Cell) Constructor parameters in org.openjdk.asmtools.jasm with type arguments of type ConstantPool.ConstValue_UTF8ModifierConstructorDescriptionConstValue_NameAndType(ConstCell<ConstantPool.ConstValue_UTF8> name, ConstCell<ConstantPool.ConstValue_UTF8> descriptor)