Class PrimitiveTypesVisitor
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.PrimitiveTypesVisitor
- All Implemented Interfaces:
Visitor
-
Constructor Summary
ConstructorsConstructorDescriptionPrimitiveTypesVisitor(Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas) -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaccept(antlr.collections.AST node) static QNamegetPrimitiveType(antlr.collections.AST node) org.apache.ws.commons.schema.XmlSchemaTypegetScope()voidvisit(antlr.collections.AST node)
-
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) -
getSchemaType
public org.apache.ws.commons.schema.XmlSchemaType getSchemaType()- Specified by:
getSchemaTypein interfaceVisitor
-
getCorbaType
- Specified by:
getCorbaTypein interfaceVisitor
-
getScope
-
getFullyQualifiedName
- Specified by:
getFullyQualifiedNamein interfaceVisitor
-
getPrimitiveType
-