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.corepackage 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> VCAttributePropertyInfo. accept(CPropertyVisitor<V> visitor)<V> VCElementPropertyInfo. accept(CPropertyVisitor<V> visitor)abstract <V> VCPropertyInfo. accept(CPropertyVisitor<V> visitor)<V> VCReferencePropertyInfo. accept(CPropertyVisitor<V> visitor)<V> VCValuePropertyInfo. accept(CPropertyVisitor<V> visitor)
-