Uses of Class
com.sun.tools.xjc.reader.xmlschema.BGMBuilder

Packages that use BGMBuilder
com.sun.tools.xjc.reader.xmlschema   
com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations. 
com.sun.tools.xjc.reader.xmlschema.ct   
 

Uses of BGMBuilder in com.sun.tools.xjc.reader.xmlschema
 

Fields in com.sun.tools.xjc.reader.xmlschema declared as BGMBuilder
protected  BGMBuilder ColorBinder.builder
           
protected  BGMBuilder ParticleBinder.builder
           
protected  BGMBuilder SimpleTypeBuilder.builder
           
protected  BGMBuilder DefaultClassBinder.builder
           
protected  BGMBuilder RawTypeSetBuilder.builder
           
 

Uses of BGMBuilder in com.sun.tools.xjc.reader.xmlschema.bindinfo
 

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return BGMBuilder
protected  BGMBuilder AbstractDeclarationImpl.getBuilder()
           
 BGMBuilder BindInfo.getBuilder()
          Back pointer to the BGMBuilder which is building a BGM from schema components including this customization.
 

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type BGMBuilder
 void BindInfo.setOwner(BGMBuilder _builder, XSComponent _owner)
          Sets the owner schema component and a reference to BGMBuilder.
 

Uses of BGMBuilder in com.sun.tools.xjc.reader.xmlschema.ct
 

Fields in com.sun.tools.xjc.reader.xmlschema.ct declared as BGMBuilder
protected  BGMBuilder CTBuilder.bgmBuilder