Class TypedefVisitor
- java.lang.Object
-
- org.apache.cxf.tools.corba.processors.idl.VisitorBase
-
- org.apache.cxf.tools.corba.processors.idl.TypedefVisitor
-
- All Implemented Interfaces:
Visitor
public class TypedefVisitor extends VisitorBase
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.tools.corba.processors.idl.VisitorBase
deferredActions, definition, manager, mapper, schema, schemas, scopedNames, typeMap, wsdlVisitor
-
-
Constructor Summary
Constructors Constructor Description TypedefVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanaccept(antlr.collections.AST node)voidvisit(antlr.collections.AST typedefNode)-
Methods inherited from class org.apache.cxf.tools.corba.processors.idl.VisitorBase
getCorbaType, getFullyQualifiedName, getSchemaType, getScope, getScopedNames, getWsdlVisitor, setCorbaType, setFullyQualifiedName, setSchemaType
-
-
-
-
Constructor Detail
-
TypedefVisitor
public TypedefVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlVisitor)
-
-
Method Detail
-
accept
public static boolean accept(antlr.collections.AST node)
-
visit
public void visit(antlr.collections.AST typedefNode)
- Specified by:
visitin interfaceVisitor- Specified by:
visitin classVisitorBase
-
-