Apache CXF API

org.apache.cxf.tools.corba.processors.idl
Class FixedPtConstVisitor

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

public class FixedPtConstVisitor
extends Object
implements Visitor


Constructor Summary
FixedPtConstVisitor(Scope scopeRef, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemas)
           
 
Method Summary
static boolean accept(antlr.collections.AST node)
           
 CorbaTypeImpl getCorbaType()
           
 Scope getFullyQualifiedName()
           
 org.apache.ws.commons.schema.XmlSchemaType getSchemaType()
           
 Scope getScope()
           
 void visit(antlr.collections.AST fixedNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

visit

public void visit(antlr.collections.AST fixedNode)
Specified by:
visit in interface Visitor

getSchemaType

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

getCorbaType

public CorbaTypeImpl 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

Apache CXF API

Apache CXF