Class PrimitiveTypesVisitor

java.lang.Object
org.apache.cxf.tools.corba.processors.idl.PrimitiveTypesVisitor
All Implemented Interfaces:
Visitor

public class PrimitiveTypesVisitor extends Object implements Visitor
  • Constructor Details

    • PrimitiveTypesVisitor

      public PrimitiveTypesVisitor(Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas)
  • Method Details

    • accept

      public static boolean accept(antlr.collections.AST node)
    • visit

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

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

      public CorbaType getCorbaType()
      Specified by:
      getCorbaType in interface Visitor
    • getScope

      public Scope getScope()
      Specified by:
      getScope in interface Visitor
    • getFullyQualifiedName

      public Scope getFullyQualifiedName()
      Specified by:
      getFullyQualifiedName in interface Visitor
    • getPrimitiveType

      public static QName getPrimitiveType(antlr.collections.AST node)