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

Packages that use CPropertyVisitor2
com.sun.tools.xjc.model 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 CPropertyVisitor2
<R,P> R
CValuePropertyInfo.accept(CPropertyVisitor2<R,P> visitor, P p)
           
<R,P> R
CReferencePropertyInfo.accept(CPropertyVisitor2<R,P> visitor, P p)
           
abstract
<R,P> R
CPropertyInfo.accept(CPropertyVisitor2<R,P> visitor, P p)
           
<R,P> R
CElementPropertyInfo.accept(CPropertyVisitor2<R,P> visitor, P p)
           
<R,P> R
CAttributePropertyInfo.accept(CPropertyVisitor2<R,P> visitor, P p)
           
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.