Class VisitorBase

    • 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​(CorbaType type)
      • setFullyQualifiedName

        public void setFullyQualifiedName​(Scope declaredName)