Class VisitorBase

    • Field Detail

      • schemas

        protected org.apache.ws.commons.schema.XmlSchemaCollection schemas
      • typeMap

        protected org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap
      • schema

        protected org.apache.ws.commons.schema.XmlSchema schema
      • definition

        protected javax.wsdl.Definition definition
    • Constructor Detail

      • VisitorBase

        public VisitorBase​(Scope scopeRef,
                           javax.wsdl.Definition defn,
                           org.apache.ws.commons.schema.XmlSchema schemaRef,
                           WSDLASTVisitor wsdlASTVisitor)
    • Method Detail

      • visit

        public abstract void visit​(antlr.collections.AST node)
        Specified by:
        visit in interface Visitor
      • setSchemaType

        protected void setSchemaType​(org.apache.ws.commons.schema.XmlSchemaType type)
      • getSchemaType

        public org.apache.ws.commons.schema.XmlSchemaType getSchemaType()
        Specified by:
        getSchemaType in interface Visitor
      • setCorbaType

        protected void setCorbaType​(org.apache.cxf.binding.corba.wsdl.CorbaType type)
      • getCorbaType

        public org.apache.cxf.binding.corba.wsdl.CorbaType getCorbaType()
        Specified by:
        getCorbaType in interface Visitor
      • setFullyQualifiedName

        public void setFullyQualifiedName​(Scope declaredName)