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