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

12

/openjdk10/langtools/test/tools/javac/6563143/
H A DEqualsHashCodeWarningTest.java71 @interface anno {} interface
/openjdk10/langtools/test/tools/javac/processing/model/type/MirroredTypeEx/
H A DOverEager.java64 private void checkAnno(IAm anno) { argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/ast/builder/
H A DIncludedGrammar.java76 P endIncludedGrammar(L loc, A anno) throws BuildException; argument
H A DInclude.java66 endInclude(Parseable current, String uri, String ns, L loc, A anno) argument
H A DGrammar.java62 P endGrammar(L loc, A anno) throws BuildException; argument
H A DScope.java58 P makeParentRef(String name, L loc, A anno) throws BuildException; argument
59 P makeRef(String name, L loc, A anno) throws BuildException; argument
H A DDiv.java59 void endDiv(L loc, A anno) throws BuildException; argument
H A DDataPatternBuilder.java61 void addParam(String name, String value, Context context, String ns, L loc, A anno) throws BuildException; argument
63 P makePattern(L loc, A anno) throws BuildException; argument
64 P makePattern(P except, L loc, A anno) throws BuildException; argument
H A DGrammarSection.java94 void define( String name, Combine combine, P pattern, L loc, A anno) throws BuildException; argument
H A DNameClassBuilder.java67 N annotate(N nc, A anno) throws BuildException; argument
70 N makeChoice(List<N> nameClasses, L loc, A anno); argument
77 N makeName(String ns, String localName, String prefix, L loc, A anno); argument
78 N makeNsName(String ns, L loc, A anno); argument
82 N makeNsName(String ns, N except, L loc, A anno); argument
83 N makeAnyName(L loc, A anno); argument
87 N makeAnyName(N except, L loc, A anno); argument
H A DSchemaBuilder.java78 P makeChoice(List<P> patterns, L loc, A anno) throws BuildException; argument
80 P makeInterleave(List<P> patterns, L loc, A anno) throws BuildException; argument
82 P makeGroup(List<P> patterns, L loc, A anno) throws BuildException; argument
84 P makeOneOrMore(P p, L loc, A anno) throws BuildException; argument
86 P makeZeroOrMore(P p, L loc, A anno) throws BuildException; argument
88 P makeOptional(P p, L loc, A anno) throws BuildException; argument
90 P makeList(P p, L loc, A anno) throws BuildException; argument
92 P makeMixed(P p, L loc, A anno) throws BuildException; argument
94 P makeEmpty(L loc, A anno); argument
96 P makeNotAllowed(L loc, A anno); argument
98 makeText(L loc, A anno) argument
100 makeAttribute(N nc, P p, L loc, A anno) argument
102 makeElement(N nc, P p, L loc, A anno) argument
106 makeValue(String datatypeLibrary, String type, String value, Context c, String ns, L loc, A anno) argument
136 annotate(P p, A anno) argument
164 makeExternalRef(Parseable current, String uri, String ns, Scope<P,E,L,A,CL> scope, L loc, A anno) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationSupport.java260 private static AnnotationFormatError invalidContainerException(Annotation anno, argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/digested/
H A DDataPatternBuilderImpl.java71 public void addParam(String name, String value, Context context, String ns, Location loc, Annotations anno) throws BuildException { argument
79 public ParsedPattern makePattern(Location loc, Annotations anno) throws BuildException { argument
83 public ParsedPattern makePattern(ParsedPattern except, Location loc, Annotations anno) throws BuildException { argument
H A DGrammarBuilderImpl.java87 public ParsedPattern endGrammar(Location loc, Annotations anno) throws BuildException { argument
97 public void endDiv(Location loc, Annotations anno) throws BuildException { argument
100 public void define(String name, Combine combine, ParsedPattern pattern, Location loc, Annotations anno) throws BuildException { argument
136 public ParsedPattern makeParentRef(String name, Location loc, Annotations anno) throws BuildException { argument
140 public ParsedPattern makeRef(String name, Location loc, Annotations anno) throw argument
[all...]
H A DIncludeImpl.java74 public void define(String name, Combine combine, ParsedPattern pattern, Location loc, Annotations anno) throws BuildException { argument
82 public void endInclude(Parseable current, String uri, String ns, Location loc, Annotations anno) throws BuildException, IllegalSchemaException { argument
92 public void define(String name, Combine combine, ParsedPattern pattern, Location loc, Annotations anno) throws BuildException { argument
105 public ParsedPattern endIncludedGrammar(Location loc, Annotations anno) throws BuildException { argument
H A DDDataPattern.java74 Annotation anno; field in class:DDataPattern.Param
76 public Param(String name, String value, Context context, String ns, Location loc, Annotation anno) { argument
H A DDSchemaBuilderImpl.java116 public DPattern makeChoice(List<DPattern> patterns, LocatorImpl loc, Annotation anno) throws BuildException { argument
120 public DPattern makeInterleave(List<DPattern> patterns, LocatorImpl loc, Annotation anno) throws BuildException { argument
124 public DPattern makeGroup(List<DPattern> patterns, LocatorImpl loc, Annotation anno) throws BuildException { argument
128 public DPattern makeOneOrMore(DPattern p, LocatorImpl loc, Annotation anno) throw argument
132 makeZeroOrMore(DPattern p, LocatorImpl loc, Annotation anno) argument
136 makeOptional(DPattern p, LocatorImpl loc, Annotation anno) argument
140 makeList(DPattern p, LocatorImpl loc, Annotation anno) argument
144 makeMixed(DPattern p, LocatorImpl loc, Annotation anno) argument
148 makeEmpty(LocatorImpl loc, Annotation anno) argument
152 makeNotAllowed(LocatorImpl loc, Annotation anno) argument
156 makeText(LocatorImpl loc, Annotation anno) argument
160 makeAttribute(NameClass nc, DPattern p, LocatorImpl loc, Annotation anno) argument
164 makeElement(NameClass nc, DPattern p, LocatorImpl loc, Annotation anno) argument
172 makeValue(String datatypeLibrary, String type, String value, Context c, String ns, LocatorImpl loc, Annotation anno) argument
180 annotate(DPattern p, Annotation anno) argument
195 makeExternalRef(Parseable current, String uri, String ns, Scope<DPattern, ElementWrapper, LocatorImpl, Annotation, CommentListImpl> scope, LocatorImpl loc, Annotation anno) argument
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/nc/
H A DNameClassBuilderImpl.java69 public NameClass makeChoice(List<NameClass> nameClasses, L loc, A anno) { argument
78 public NameClass makeName(String ns, String localName, String prefix, L loc, A anno) { argument
87 public NameClass makeNsName(String ns, L loc, A anno) { argument
91 public NameClass makeNsName(String ns, NameClass except, L loc, A anno) { argument
95 public NameClass makeAnyName(L loc, A anno) { argument
99 public NameClass makeAnyName(NameClass except, L loc, A anno) { argument
107 public NameClass annotate(NameClass nc, A anno) throws BuildException { argument
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/javap/
H A DTypeAnnotationWriter.java55 Note(NoteKind kind, TypeAnnotation anno) { argument
60 public final TypeAnnotation anno; field in class:TypeAnnotationWriter.Note
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java64 private final Attribute.Compound anno; field in class:AnnotationProxyMaker
68 private AnnotationProxyMaker(Attribute.Compound anno, argument
78 generateAnnotation( Attribute.Compound anno, Class<A> annoType) argument
/openjdk10/langtools/test/tools/javac/treeannotests/
H A DTestProcessor.java80 AnnotationMirror getAnnoMirror(Element e, TypeElement anno) { argument
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java558 layoutBefore(Annotation anno, Annotation constraintAnno, Graphics g, int x, Address startAddr, int lineHeight) argument
582 layoutAfter(Annotation anno, Annotation constraintAnno, Graphics g, int x, Address startAddr, int lineHeight) argument
[all...]
/openjdk10/hotspot/test/runtime/RedefineTests/
H A DRedefineAnnotations.java360 verifyTestAnn(Annotation verifyAgainst, Annotation anno, String expectedSite) argument
[all...]
/openjdk10/langtools/test/tools/javac/classfiles/attributes/annotations/
H A DTestCase.java202 public void addAnnotation(TestAnnotationInfo anno) { argument
[all...]
/openjdk10/langtools/test/tools/javac/varargs/warning/
H A DWarn4.java111 String anno; field in class:Warn4.TrustMe
113 TrustMe(String anno) { argument

Completed in 208 milliseconds

12