Searched refs:DEFAULT_ATTRIBUTES (Results 1 - 8 of 8) sorted by relevance

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/annotations/
H A DFunction.java28 import static jdk.nashorn.internal.objects.annotations.Attribute.DEFAULT_ATTRIBUTES;
51 public int attributes() default DEFAULT_ATTRIBUTES; field in interface:Function
H A DSetter.java28 import static jdk.nashorn.internal.objects.annotations.Attribute.DEFAULT_ATTRIBUTES;
49 public int attributes() default DEFAULT_ATTRIBUTES; field in interface:Setter
H A DGetter.java28 import static jdk.nashorn.internal.objects.annotations.Attribute.DEFAULT_ATTRIBUTES;
49 public int attributes() default DEFAULT_ATTRIBUTES; field in interface:Getter
H A DProperty.java28 import static jdk.nashorn.internal.objects.annotations.Attribute.DEFAULT_ATTRIBUTES;
51 public int attributes() default DEFAULT_ATTRIBUTES; field in interface:Property
H A DAttribute.java60 public static final int DEFAULT_ATTRIBUTES = 0; field in interface:Attribute
/openjdk10/jdk/make/src/classes/build/tools/jigsaw/
H A DGenGraphs.java119 static Map<String, String> DEFAULT_ATTRIBUTES = Map.of( field in class:GenGraphs.ModuleGraphAttributes
154 this(DEFAULT_ATTRIBUTES);
230 return DEFAULT_ATTRIBUTES.keySet().stream()
232 k -> props.getProperty(k, DEFAULT_ATTRIBUTES.get(k))));
/openjdk10/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/
H A DScriptClassInfoCollector.java158 ? MemberInfo.DEFAULT_ATTRIBUTES : attributes);
278 memInfo.setAttributes(attributes == null ? MemberInfo.DEFAULT_ATTRIBUTES : attributes);
H A DMemberInfo.java82 static final int DEFAULT_ATTRIBUTES = 0x0; field in class:MemberInfo

Completed in 105 milliseconds