Searched defs:anno (Results 26 - 39 of 39) sorted by relevance

12

/openjdk10/langtools/test/tools/javac/warnings/
H A DRemoval.java99 DeprKind(String anno, String warn) { argument
103 final String anno; field in class:Removal.DeprKind
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementInfoImpl.java82 private final XmlElementDecl anno; field in class:ElementInfoImpl
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DSchema.java54 private AnnotationImpl anno; field in class:Schema
/openjdk10/langtools/test/tools/javac/varargs/warning/
H A DWarn5.java73 String anno; field in class:Warn5.TrustMe
75 TrustMe(String anno) { argument
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp58 AnnotationArray* anno = fields_anno == NULL ? NULL : fields_anno->at(fs.index()); local
545 AnnotationArray* anno = method->annotations(); local
622 AnnotationArray* anno = ik()->class_annotations(); local
[all...]
/openjdk10/langtools/test/lib/annotations/annotations/classfile/
H A DClassfileInspector.java343 matchAnnotation(ConstantPool cpool, Annotation anno) argument
358 checkMatch(ConstantPool cpool, Annotation anno) argument
603 matchAnnotation(ConstantPool cpool, Annotation anno) argument
606 matchAnnotation(TypeAnnotation anno) argument
612 checkMatch(TypeAnnotation anno) argument
[all...]
/openjdk10/langtools/test/tools/javac/processing/model/type/
H A DBasicAnnoTests.java294 static AnnotationValue getValue(AnnotationMirror anno, String name) { argument
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java184 public ParsedPattern makeChoice(List patterns, Location loc, Annotations anno) argument
196 public ParsedPattern makeInterleave(List patterns, Location loc, Annotations anno) argument
208 public ParsedPattern makeGroup(List patterns, Location loc, Annotations anno) argument
220 public ParsedPattern makeOneOrMore(ParsedPattern p, Location loc, Annotations anno) argument
225 public ParsedPattern makeZeroOrMore(ParsedPattern p, Location loc, Annotations anno) argument
230 public ParsedPattern makeOptional(ParsedPattern p, Location loc, Annotations anno) argument
235 public ParsedPattern makeList(ParsedPattern p, Location loc, Annotations anno) argument
240 public ParsedPattern makeMixed(ParsedPattern p, Location loc, Annotations anno) argument
245 public ParsedPattern makeEmpty(Location loc, Annotations anno) { argument
249 public ParsedPattern makeNotAllowed(Location loc, Annotations anno) { argument
253 makeText(Location loc, Annotations anno) argument
264 makeAttribute(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno) argument
269 makeElement(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno) argument
276 addParam(String name, String value, Context context, String ns, Location loc, Annotations anno) argument
280 makePattern(Location loc, Annotations anno) argument
285 makePattern(ParsedPattern except, Location loc, Annotations anno) argument
329 addParam(String name, String value, Context context, String ns, Location loc, Annotations anno) argument
365 makePattern(Location loc, Annotations anno) argument
380 makePattern(ParsedPattern except, Location loc, Annotations anno) argument
419 makeValue(String datatypeLibrary, String type, String value, Context context, String ns, Location loc, Annotations anno) argument
470 endGrammar(Location loc, Annotations anno) argument
488 endDiv(Location loc, Annotations anno) argument
492 endIncludedGrammar(Location loc, Annotations anno) argument
496 define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno) argument
566 makeRef(String name, Location loc, Annotations anno) argument
574 makeParentRef(String name, Location loc, Annotations anno) argument
614 define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno) argument
621 endDiv(Location loc, Annotations anno) argument
636 endInclude(Parseable current, String uri, String ns, Location loc, Annotations anno) argument
681 annotate(ParsedPattern p, Annotations anno) argument
693 makeExternalRef(Parseable current, String uri, String ns, Scope scope, Location loc, Annotations anno) argument
[all...]
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DClassWriter.java828 public void write(Annotation anno, ClassOutputStream out) { argument
835 public void write(TypeAnnotation anno, ClassOutputStream out) { argument
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java564 ParsedPattern buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) throws SAXException { argument
621 ParsedPattern buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) throws SAXException { argument
633 ParsedPattern buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) throws SAXException { argument
645 ParsedPattern buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) throws SAXException { argument
657 ParsedPattern buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) throw argument
669 buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) argument
681 buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) argument
693 buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) argument
733 buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) argument
1060 buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) argument
1355 buildPattern(List<ParsedPattern> patterns, Location loc, Annotations anno) argument
1810 expandName(String name, String ns, Annotations anno) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DSymbol.java158 public Attribute.Compound attribute(Symbol anno) { argument
891 boolean isCurrentSymbolsAnnotation(Attribute.TypeCompound anno, int index) { argument
[all...]
/openjdk10/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassReader.java1230 private void parseAnnotation(Annotation anno, Element p) { argument
/openjdk10/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp889 void set_annotations(Annotations* anno) { _annotations = anno; } argument
H A DinstanceKlass.cpp3198 const Annotations* anno = annotations(); local

Completed in 404 milliseconds

12