Class ConstrTypeSpecVisitor
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.VisitorBase
org.apache.cxf.tools.corba.processors.idl.ConstrTypeSpecVisitor
- All Implemented Interfaces:
Visitor
-
Field Summary
FieldsFields inherited from class org.apache.cxf.tools.corba.processors.idl.VisitorBase
deferredActions, definition, manager, mapper, schema, schemas, scopedNames, typeMap, wsdlVisitor -
Constructor Summary
ConstructorsConstructorDescriptionConstrTypeSpecVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor, antlr.collections.AST identifierNodeRef) -
Method Summary
Methods inherited from class org.apache.cxf.tools.corba.processors.idl.VisitorBase
getCorbaType, getFullyQualifiedName, getSchemaType, getScope, getScopedNames, getWsdlVisitor, setCorbaType, setFullyQualifiedName, setSchemaType
-
Field Details
-
identifierNode
protected antlr.collections.AST identifierNode
-
-
Constructor Details
-
ConstrTypeSpecVisitor
public ConstrTypeSpecVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor, antlr.collections.AST identifierNodeRef)
-
-
Method Details
-
accept
public static boolean accept(antlr.collections.AST node) -
visit
public void visit(antlr.collections.AST node) - Specified by:
visitin interfaceVisitor- Specified by:
visitin classVisitorBase
-