Uses of Interface
com.sun.tools.xjc.model.CPropertyVisitor

Packages that use CPropertyVisitor
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
 

Uses of CPropertyVisitor in com.sun.tools.xjc.model
 

Methods in com.sun.tools.xjc.model with parameters of type CPropertyVisitor
abstract
<V> V
CPropertyInfo.accept(CPropertyVisitor<V> visitor)
           
<V> V
CValuePropertyInfo.accept(CPropertyVisitor<V> visitor)
           
<V> V
CReferencePropertyInfo.accept(CPropertyVisitor<V> visitor)
           
<V> V
CElementPropertyInfo.accept(CPropertyVisitor<V> visitor)
           
<V> V
CAttributePropertyInfo.accept(CPropertyVisitor<V> visitor)