public class ConstrTypeSpecVisitor extends VisitorBase
| Modifier and Type | Field and Description |
|---|---|
protected antlr.collections.AST |
identifierNode |
deferredActions, definition, manager, mapper, schema, schemas, scopedNames, typeMap, wsdlVisitor| Constructor and Description |
|---|
ConstrTypeSpecVisitor(Scope scope,
javax.wsdl.Definition defn,
org.apache.ws.commons.schema.XmlSchema schemaRef,
WSDLASTVisitor wsdlASTVisitor,
antlr.collections.AST identifierNodeRef) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
accept(antlr.collections.AST node) |
void |
visit(antlr.collections.AST node) |
getCorbaType, getFullyQualifiedName, getSchemaType, getScope, getScopedNames, getWsdlVisitor, setCorbaType, setFullyQualifiedName, setSchemaTypepublic ConstrTypeSpecVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor, antlr.collections.AST identifierNodeRef)
public static boolean accept(antlr.collections.AST node)
public void visit(antlr.collections.AST node)
visit in interface Visitorvisit in class VisitorBaseApache CXF