Uses of Interface
com.sun.tools.xjc.model.CPropertyVisitor2
-
Packages that use CPropertyVisitor2 Package Description com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.core
package for XJC. -
-
Uses of CPropertyVisitor2 in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model with parameters of type CPropertyVisitor2 Modifier and Type Method Description <R,P>
RCAttributePropertyInfo. accept(CPropertyVisitor2<R,P> visitor, P p)
<R,P>
RCElementPropertyInfo. accept(CPropertyVisitor2<R,P> visitor, P p)
abstract <R,P>
RCPropertyInfo. accept(CPropertyVisitor2<R,P> visitor, P p)
<R,P>
RCReferencePropertyInfo. accept(CPropertyVisitor2<R,P> visitor, P p)
<R,P>
RCValuePropertyInfo. accept(CPropertyVisitor2<R,P> visitor, P p)
-