Uses of Interface
com.sun.tools.xjc.model.CPropertyVisitor
-
Packages that use CPropertyVisitor Package Description com.sun.tools.xjc.model Implementation of thecom.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 Modifier and Type Method Description <V> V
CAttributePropertyInfo. accept(CPropertyVisitor<V> visitor)
<V> V
CElementPropertyInfo. accept(CPropertyVisitor<V> visitor)
abstract <V> V
CPropertyInfo. accept(CPropertyVisitor<V> visitor)
<V> V
CReferencePropertyInfo. accept(CPropertyVisitor<V> visitor)
<V> V
CValuePropertyInfo. accept(CPropertyVisitor<V> visitor)
-