Home
last modified time | relevance | path

Searched refs:getUtf8Value (Results 1 – 25 of 44) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/comparator/java/
H A DFieldInfo.java47 this.name = constantPoolEntry.getUtf8Value(); in FieldInfo()
54 this.descriptor = constantPoolEntry.getUtf8Value(); in FieldInfo()
68 char[] attributeName = constantPoolEntry.getUtf8Value(); in FieldInfo()
H A DEnclosingMethodAttribute.java47 this.methodDescriptor = constantPoolEntry.getUtf8Value(); in EnclosingMethodAttribute()
52 this.methodName = constantPoolEntry.getUtf8Value(); in EnclosingMethodAttribute()
H A DMethodInfo.java52 this.name = constantPoolEntry.getUtf8Value(); in MethodInfo()
59 this.descriptor = constantPoolEntry.getUtf8Value(); in MethodInfo()
79 char[] attributeName = constantPoolEntry.getUtf8Value(); in MethodInfo()
H A DAnnotationComponentValue.java144 this.enumConstantTypeName = constantPoolEntry.getUtf8Value(); in AnnotationComponentValue()
154 this.enumConstantName = constantPoolEntry.getUtf8Value(); in AnnotationComponentValue()
H A DSourceFileAttribute.java35 this.sourceFileName = constantPoolEntry.getUtf8Value(); in SourceFileAttribute()
H A DSignatureAttribute.java29 this.signature = constantPoolEntry.getUtf8Value(); in SignatureAttribute()
H A DClassFileAttribute.java29 this.attributeName = constantPoolEntry.getUtf8Value(); in ClassFileAttribute()
H A DAnnotationComponent.java31 this.componentName = constantPoolEntry.getUtf8Value(); in AnnotationComponent()
H A DAnnotation.java43 this.typeName = constantPoolEntry.getUtf8Value(); in Annotation()
H A DInnerClassesAttributeEntry.java51 this.innerName = constantPoolEntry.getUtf8Value(); in InnerClassesAttributeEntry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DComponentInfo.java47 this.name = constantPoolEntry.getUtf8Value(); in ComponentInfo()
54 this.descriptor = constantPoolEntry.getUtf8Value(); in ComponentInfo()
68 char[] attributeName = constantPoolEntry.getUtf8Value(); in ComponentInfo()
H A DFieldInfo.java61 this.name = constantPoolEntry.getUtf8Value(); in FieldInfo()
68 this.descriptor = constantPoolEntry.getUtf8Value(); in FieldInfo()
82 char[] attributeName = constantPoolEntry.getUtf8Value(); in FieldInfo()
H A DLocalVariableTableEntry.java56 this.name = constantPoolEntry.getUtf8Value(); in LocalVariableTableEntry()
61 this.descriptor = constantPoolEntry.getUtf8Value(); in LocalVariableTableEntry()
H A DLocalVariableTypeTableEntry.java56 this.name = constantPoolEntry.getUtf8Value(); in LocalVariableTypeTableEntry()
61 this.signature = constantPoolEntry.getUtf8Value(); in LocalVariableTypeTableEntry()
H A DEnclosingMethodAttribute.java58 this.methodDescriptor = constantPoolEntry.getUtf8Value(); in EnclosingMethodAttribute()
63 this.methodName = constantPoolEntry.getUtf8Value(); in EnclosingMethodAttribute()
H A DMethodInfo.java70 this.name = constantPoolEntry.getUtf8Value(); in MethodInfo()
77 this.descriptor = constantPoolEntry.getUtf8Value(); in MethodInfo()
97 char[] attributeName = constantPoolEntry.getUtf8Value(); in MethodInfo()
H A DAnnotationComponentValue.java91 this.enumConstantTypeName = constantPoolEntry.getUtf8Value(); in AnnotationComponentValue()
101 this.enumConstantName = constantPoolEntry.getUtf8Value(); in AnnotationComponentValue()
H A DSourceFileAttribute.java50 this.sourceFileName = constantPoolEntry.getUtf8Value(); in SourceFileAttribute()
H A DSignatureAttribute.java38 this.signature = constantPoolEntry.getUtf8Value(); in SignatureAttribute()
H A DClassFileAttribute.java38 this.attributeName = constantPoolEntry.getUtf8Value(); in ClassFileAttribute()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DModuleNameReader.java114 if (getUtf8Value(attr_name, false).equals("Module") && attr_length > 2) { in readModuleName()
197 String getUtf8Value(int index, boolean internalize) throws BadClassFile { in getUtf8Value() method in ModuleNameReader
214 return getUtf8Value(getChar(infoIndex + 1), true); in getModuleName()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DModuleNameReader.java114 if (getUtf8Value(attr_name, false).equals("Module") && attr_length > 2) { in readModuleName()
197 String getUtf8Value(int index, boolean internalize) throws BadClassFile { in getUtf8Value() method in ModuleNameReader
214 return getUtf8Value(getChar(infoIndex + 1), true); in getModuleName()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DModuleNameReader.java113 if (getUtf8Value(attr_name, false).equals("Module") && attr_length > 2) { in readModuleName()
196 String getUtf8Value(int index, boolean internalize) throws BadClassFile { in getUtf8Value() method in ModuleNameReader
213 return getUtf8Value(getChar(infoIndex + 1), true); in getModuleName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/util/
H A DIConstantPoolEntry.java233 char[] getUtf8Value(); in getUtf8Value() method
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/zendframework/zendsearch/library/ZendSearch/Lucene/
H A DDocument.php125 return $this->getField($fieldName)->getUtf8Value();

12