Searched refs:CPropertyVisitor (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCPropertyVisitor.java34 * @see CPropertyInfo#accept(CPropertyVisitor)
38 public interface CPropertyVisitor<V> { interface
H A DCAttributePropertyInfo.java85 public <V> V accept(CPropertyVisitor<V> visitor) {
H A DCValuePropertyInfo.java52 public <V> V accept(CPropertyVisitor<V> visitor) {
H A DCElementPropertyInfo.java168 public <V> V accept(CPropertyVisitor<V> visitor) {
H A DCPropertyInfo.java283 public abstract <V> V accept( CPropertyVisitor<V> visitor );
H A DCReferencePropertyInfo.java170 public <V> V accept(CPropertyVisitor<V> visitor) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DPackageOutlineImpl.java46 import com.sun.tools.internal.xjc.model.CPropertyVisitor;
154 CPropertyVisitor<Void> propVisitor = new CPropertyVisitor<Void>() {

Completed in 41 milliseconds