Searched refs:Attribute (Results 151 - 175 of 654) sorted by relevance

1234567891011>>

/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DEnclosingMethod_attribute.java39 public class EnclosingMethod_attribute extends Attribute {
48 this(constant_pool.getUTF8Index(Attribute.EnclosingMethod), class_index, method_index);
H A DExceptions_attribute.java38 public class Exceptions_attribute extends Attribute {
49 this(constant_pool.getUTF8Index(Attribute.Exceptions), exception_index_table);
H A DModuleResolution_attribute.java38 public class ModuleResolution_attribute extends Attribute {
53 this(constant_pool.getUTF8Index(Attribute.ModuleResolution),
H A DModuleMainClass_attribute.java38 public class ModuleMainClass_attribute extends Attribute {
46 this(constant_pool.getUTF8Index(Attribute.ModuleMainClass), mainClass_index);
H A DClassFile.java47 return read(file.toPath(), new Attribute.Factory());
52 return read(input, new Attribute.Factory());
55 public static ClassFile read(Path input, Attribute.Factory attributeFactory)
62 public static ClassFile read(File file, Attribute.Factory attributeFactory)
69 return new ClassFile(in, new Attribute.Factory());
72 public static ClassFile read(InputStream in, Attribute.Factory attributeFactory)
77 ClassFile(InputStream in, Attribute.Factory attributeFactory) throws IOException, ConstantPoolException {
134 public Attribute getAttribute(String name) {
H A DCompilationID_attribute.java36 public class CompilationID_attribute extends Attribute {
45 this(constant_pool.getUTF8Index(Attribute.CompilationID), compilationID_index);
H A DSourceDebugExtension_attribute.java41 public class SourceDebugExtension_attribute extends Attribute {
52 this(constant_pool.getUTF8Index(Attribute.SourceDebugExtension), debug_extension);
H A DSourceID_attribute.java36 public class SourceID_attribute extends Attribute {
45 this(constant_pool.getUTF8Index(Attribute.SourceID), sourceID_index);
H A DSignature_attribute.java38 public class Signature_attribute extends Attribute {
46 this(constant_pool.getUTF8Index(Attribute.Signature), signature_index);
H A DSourceFile_attribute.java38 public class SourceFile_attribute extends Attribute {
46 this(constant_pool.getUTF8Index(Attribute.SourceFile), sourcefile_index);
H A DAnnotationDefault_attribute.java38 public class AnnotationDefault_attribute extends Attribute {
47 this(constant_pool.getUTF8Index(Attribute.AnnotationDefault), default_value);
H A DModuleTarget_attribute.java38 public class ModuleTarget_attribute extends Attribute {
/openjdk10/langtools/test/tools/javac/classfiles/attributes/deprecated/
H A DDeprecatedPackageTest.java37 import com.sun.tools.classfile.Attribute;
86 (Deprecated_attribute) cf.getAttribute(Attribute.Deprecated);
/openjdk10/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/
H A DAttributeInjector.java51 ClassFile.Attribute attr = new ClassFile.Attribute();
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeDate.java37 import jdk.nashorn.internal.objects.annotations.Attribute;
231 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
243 @Function(attributes = Attribute.NOT_ENUMERABLE, arity = 7, where = Where.CONSTRUCTOR)
258 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
270 @Function(attributes = Attribute.NOT_ENUMERABLE)
281 @Function(attributes = Attribute.NOT_ENUMERABLE)
292 @Function(attributes = Attribute.NOT_ENUMERABLE)
303 @Function(attributes = Attribute.NOT_ENUMERABLE)
314 @Function(attributes = Attribute.NOT_ENUMERABLE)
325 @Function(attributes = Attribute
[all...]
H A DNativeError.java33 import jdk.nashorn.internal.objects.annotations.Attribute;
75 @Property(name = NativeError.MESSAGE, attributes = Attribute.NOT_ENUMERABLE)
79 @Property(attributes = Attribute.NOT_ENUMERABLE, where = Where.PROTOTYPE)
83 @Property(attributes = Attribute.NOT_ENUMERABLE, where = Where.PROTOTYPE)
87 @Property(attributes = Attribute.NOT_ENUMERABLE)
145 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
153 sobj.addOwnProperty("stack", Attribute.NOT_ENUMERABLE, getStack, setStack);
166 @Function(attributes = Attribute.NOT_ENUMERABLE, where = Where.CONSTRUCTOR)
181 @Function(attributes = Attribute.NOT_ENUMERABLE)
195 @Function(attributes = Attribute
[all...]
/openjdk10/jdk/test/javax/management/ObjectInstance/
H A DToStringMethodTest.java55 // for Attribute class
56 System.out.println(">>> Test on the method \"toString\" of the Attribute class.");
61 final Attribute at = new Attribute(name, value);
65 "of the Attribute class, expected to get "+exp+
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DAttribute.java30 final class Attribute extends Instruction { class in inherits:Instruction
35 Util.println("Attribute " + _name);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/message/stream/
H A DStreamHeader12.java57 protected final FinalArrayList<Attribute> processHeaderAttributes(XMLStreamReader reader) {
58 FinalArrayList<Attribute> atts = null;
80 atts = new FinalArrayList<Attribute>();
82 atts.add(new Attribute(namespaceURI,localName,value));
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DContext.java72 Attribute[] attrs;
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DDynamicMBean.java68 public void setAttribute(Attribute attribute) throws AttributeNotFoundException,
/openjdk10/jdk/test/lib/testlibrary/
H A DModuleTargetHelper.java35 import jdk.internal.org.objectweb.asm.Attribute;
66 public void visitAttribute(Attribute attr) {
74 Attribute[] attrs = new Attribute[] {
/openjdk10/langtools/test/tools/javac/classfiles/attributes/SourceFile/
H A DSourceFileTestBase.java24 import com.sun.tools.classfile.Attribute;
96 for (Attribute a : classFile.attributes.attrs) {
97 if (Attribute.SourceFile.equals(a.getName(classFile.constant_pool))) {
107 Attribute.SourceFile, "Incorrect attribute name");
/openjdk10/langtools/test/tools/javac/classfiles/attributes/annotations/
H A DRuntimeParameterAnnotationsForLambdaTest.java103 RuntimeParameterAnnotations_attribute attr = (RuntimeParameterAnnotations_attribute) attributes.get(Attribute.RuntimeInvisibleParameterAnnotations);
104 checkNull(attr, String.format("%s should be null", Attribute.RuntimeInvisibleParameterAnnotations));
105 attr = (RuntimeParameterAnnotations_attribute) attributes.get(Attribute.RuntimeVisibleParameterAnnotations);
106 checkNull(attr, String.format("%s should be null", Attribute.RuntimeVisibleParameterAnnotations));
/openjdk10/langtools/test/tools/javac/linenumbers/
H A DFinallyLineNumberTest.java34 import com.sun.tools.classfile.Attribute;
90 Code_attribute code_attribute = (Code_attribute)m.attributes.get(Attribute.Code);
91 for (Attribute at : code_attribute.attributes) {
92 if (Attribute.LineNumberTable.equals(at.getName(self.constant_pool))) {

Completed in 288 milliseconds

1234567891011>>