Searched defs:bindToType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DClassSelector.java238 return bindToType(x,referer);
246 public CTypeInfo bindToType( XSComponent sc, XSComponent referer ) { method in class:ClassSelector
253 // and making the bindToType invocation more type safe.
256 public CElement bindToType( XSElementDecl e, XSComponent referer ) { method in class:ClassSelector
260 public CClass bindToType( XSComplexType t, XSComponent referer, boolean cannotBeDelayed ) { method in class:ClassSelector
268 public TypeUse bindToType( XSType t, XSComponent referer ) { method in class:ClassSelector
276 * The real meat of the "bindToType" code.

Completed in 30 milliseconds