Uses of Class
org.apache.cxf.tools.corba.processors.idl.VisitorTypeHolder

Packages that use VisitorTypeHolder
org.apache.cxf.tools.corba.processors.idl   
 

Uses of VisitorTypeHolder in org.apache.cxf.tools.corba.processors.idl
 

Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type VisitorTypeHolder
protected static boolean ScopedNameVisitor.findNonSchemaType(java.lang.String name, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder)
           
protected static boolean ScopedNameVisitor.findSchemaType(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder)
           
static boolean ScopedNameVisitor.findSchemaTypeInBaseScope(java.util.List<Scope> scopeList, Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, antlr.collections.AST node, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder)
           
protected static void ScopedNameVisitor.populateAliasSchemaType(CorbaTypeImpl corbaType, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder)
           
 



Apache CXF