Searched defs:Annotations (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DAnnotations.java55 public interface Annotations< interface
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java666 Modifiers(v.flags(), Annotations(v.getAnnotationMirrors())),
675 public List<JCAnnotation> Annotations(List<Attribute.Compound> attributes) { method in class:TreeMaker
782 Modifiers(m.flags(), Annotations(m.getAnnotationMirrors())),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java59 import com.sun.xml.internal.rngom.ast.builder.Annotations;
385 private Annotations getCommentsAsAnnotations() {
392 private Annotations addCommentsToChildAnnotations(Annotations a) {
402 private Annotations addCommentsToLeadingAnnotations(Annotations a) {
412 private Annotations getTopLevelCommentsAsAnnotations() {
423 private void addAttribute(Annotations a, String ns, String localName, String prefix, String value, Token tok) {
736 Annotations a;
747 a = Annotations();
2139 final public Annotations Annotations() throws ParseException { method in class:CompactSyntax
[all...]

Completed in 103 milliseconds