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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DParticleImpl.java45 public ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, argument
48 super(owner,_ann,_loc,null);
53 public ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, argument
56 super(owner,_ann,_loc,null);
61 public ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc ) { argument
62 this(owner,_ann,_term,_loc,1,1);

Completed in 31 milliseconds