Apache CXF API

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

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

public class ConstrTypeSpecVisitor
extends VisitorBase


Field Summary
protected  antlr.collections.AST identifierNode
           
 
Fields inherited from class org.apache.cxf.tools.corba.processors.idl.VisitorBase
deferredActions, definition, manager, mapper, schema, schemas, scopedNames, typeMap, wsdlVisitor
 
Constructor Summary
ConstrTypeSpecVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor, antlr.collections.AST identifierNodeRef)
           
 
Method Summary
static boolean accept(antlr.collections.AST node)
           
 void visit(antlr.collections.AST node)
           
 
Methods inherited from class org.apache.cxf.tools.corba.processors.idl.VisitorBase
getCorbaType, getFullyQualifiedName, getSchemaType, getScope, getScopedNames, getWsdlVisitor, setCorbaType, setFullyQualifiedName, setSchemaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifierNode

protected antlr.collections.AST identifierNode
Constructor Detail

ConstrTypeSpecVisitor

public ConstrTypeSpecVisitor(Scope scope,
                             javax.wsdl.Definition defn,
                             org.apache.ws.commons.schema.XmlSchema schemaRef,
                             WSDLASTVisitor wsdlASTVisitor,
                             antlr.collections.AST identifierNodeRef)
Method Detail

accept

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

visit

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

Apache CXF API

Apache CXF