Uses of Interface
com.sun.tools.xjc.model.CPropertyVisitor2
Packages that use CPropertyVisitor2
Package
Description
Implementation of the
com.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 CPropertyVisitor2Modifier and TypeMethodDescription<R,P> R CAttributePropertyInfo.accept(CPropertyVisitor2<R, P> visitor, P p) <R,P> R CElementPropertyInfo.accept(CPropertyVisitor2<R, P> visitor, P p) abstract <R,P> R CPropertyInfo.accept(CPropertyVisitor2<R, P> visitor, P p) <R,P> R CReferencePropertyInfo.accept(CPropertyVisitor2<R, P> visitor, P p) <R,P> R CValuePropertyInfo.accept(CPropertyVisitor2<R, P> visitor, P p)