Class FixedPtConstVisitor
- java.lang.Object
-
- org.apache.cxf.tools.corba.processors.idl.FixedPtConstVisitor
-
-
Constructor Summary
Constructors Constructor Description FixedPtConstVisitor(Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanaccept(antlr.collections.AST node)CorbaTypegetCorbaType()ScopegetFullyQualifiedName()org.apache.ws.commons.schema.XmlSchemaTypegetSchemaType()ScopegetScope()voidvisit(antlr.collections.AST fixedNode)
-
-
-
Constructor Detail
-
FixedPtConstVisitor
public FixedPtConstVisitor(Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas)
-
-
Method Detail
-
accept
public static boolean accept(antlr.collections.AST node)
-
getSchemaType
public org.apache.ws.commons.schema.XmlSchemaType getSchemaType()
- Specified by:
getSchemaTypein interfaceVisitor
-
getCorbaType
public CorbaType getCorbaType()
- Specified by:
getCorbaTypein interfaceVisitor
-
getFullyQualifiedName
public Scope getFullyQualifiedName()
- Specified by:
getFullyQualifiedNamein interfaceVisitor
-
-