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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dannotation.java59 public annotation(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _existing, AnnotationContext _context) { argument
62 this.existing = _existing;
67 public annotation(NGCCRuntimeEx runtime, AnnotationImpl _existing, AnnotationContext _context) { argument
68 this(null, runtime, runtime, -1, _existing, _context);

Completed in 40 milliseconds