blob: 3ae5e843c10d052948b3ce8b6c9307a6e390d7d3 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>VisitorBase (Apache CXF JavaDoc 3.4.5 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="VisitorBase (Apache CXF JavaDoc 3.4.5 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":9,"i5":10,"i6":10,"i7":10,"i8":10,"i9":6};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/VisitorBase.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Apache CXF API</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html" title="interface in org.apache.cxf.tools.corba.processors.idl"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorTypeHolder.html" title="class in org.apache.cxf.tools.corba.processors.idl"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/cxf/tools/corba/processors/idl/VisitorBase.html" target="_top">Frames</a></li>
<li><a href="VisitorBase.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cxf.tools.corba.processors.idl</div>
<h2 title="Class VisitorBase" class="title">Class VisitorBase</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cxf.tools.corba.processors.idl.VisitorBase</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html" title="interface in org.apache.cxf.tools.corba.processors.idl">Visitor</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ArrayVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">ArrayVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/AttributeVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">AttributeVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ConstrTypeSpecVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">ConstrTypeSpecVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ConstVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">ConstVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/DeclaratorVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">DeclaratorVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/DefinitionVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">DefinitionVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/EnumVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">EnumVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ExceptionVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">ExceptionVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/FixedVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">FixedVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ModuleVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">ModuleVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ObjectReferenceVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">ObjectReferenceVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/OperationVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">OperationVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ParamDclVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">ParamDclVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ParamTypeSpecVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">ParamTypeSpecVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/PortTypeVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">PortTypeVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ScopedNameVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">ScopedNameVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/SequenceVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">SequenceVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/SimpleTypeSpecVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">SimpleTypeSpecVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/StringVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">StringVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/StructVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">StructVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/TemplateTypeSpecVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">TemplateTypeSpecVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/TypeDclVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">TypeDclVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/TypedefVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">TypedefVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/TypesVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">TypesVisitor</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/UnionVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">UnionVisitor</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">VisitorBase</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
implements <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html" title="interface in org.apache.cxf.tools.corba.processors.idl">Visitor</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/DeferredActionCollection.html" title="class in org.apache.cxf.tools.corba.processors.idl">DeferredActionCollection</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#deferredActions">deferredActions</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected javax.wsdl.Definition</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#definition">definition</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.html" title="class in org.apache.cxf.tools.corba.processors.idl">WSDLSchemaManager</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#manager">manager</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.html" title="class in org.apache.cxf.tools.corba.processors.idl">ModuleToNSMapper</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#mapper">mapper</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected org.apache.ws.commons.schema.XmlSchema</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#schema">schema</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected org.apache.ws.commons.schema.XmlSchemaCollection</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#schemas">schemas</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ScopeNameCollection.html" title="class in org.apache.cxf.tools.corba.processors.idl">ScopeNameCollection</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#scopedNames">scopedNames</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/cxf/binding/corba/wsdl/TypeMappingType.html" title="class in org.apache.cxf.binding.corba.wsdl">TypeMappingType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#typeMap">typeMap</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">WSDLASTVisitor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#wsdlVisitor">wsdlVisitor</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#VisitorBase-org.apache.cxf.tools.corba.processors.idl.Scope-javax.wsdl.Definition-org.apache.ws.commons.schema.XmlSchema-org.apache.cxf.tools.corba.processors.idl.WSDLASTVisitor-">VisitorBase</a></span>(<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Scope.html" title="class in org.apache.cxf.tools.corba.processors.idl">Scope</a>&nbsp;scopeRef,
javax.wsdl.Definition&nbsp;defn,
org.apache.ws.commons.schema.XmlSchema&nbsp;schemaRef,
<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">WSDLASTVisitor</a>&nbsp;wsdlASTVisitor)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/cxf/binding/corba/wsdl/CorbaType.html" title="class in org.apache.cxf.binding.corba.wsdl">CorbaType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#getCorbaType--">getCorbaType</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Scope.html" title="class in org.apache.cxf.tools.corba.processors.idl">Scope</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#getFullyQualifiedName--">getFullyQualifiedName</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>org.apache.ws.commons.schema.XmlSchemaType</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#getSchemaType--">getSchemaType</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Scope.html" title="class in org.apache.cxf.tools.corba.processors.idl">Scope</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#getScope--">getScope</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ScopeNameCollection.html" title="class in org.apache.cxf.tools.corba.processors.idl">ScopeNameCollection</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#getScopedNames--">getScopedNames</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">WSDLASTVisitor</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#getWsdlVisitor--">getWsdlVisitor</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#setCorbaType-org.apache.cxf.binding.corba.wsdl.CorbaType-">setCorbaType</a></span>(<a href="../../../../../../../org/apache/cxf/binding/corba/wsdl/CorbaType.html" title="class in org.apache.cxf.binding.corba.wsdl">CorbaType</a>&nbsp;type)</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#setFullyQualifiedName-org.apache.cxf.tools.corba.processors.idl.Scope-">setFullyQualifiedName</a></span>(<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Scope.html" title="class in org.apache.cxf.tools.corba.processors.idl">Scope</a>&nbsp;declaredName)</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#setSchemaType-org.apache.ws.commons.schema.XmlSchemaType-">setSchemaType</a></span>(org.apache.ws.commons.schema.XmlSchemaType&nbsp;type)</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>abstract void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorBase.html#visit-antlr.collections.AST-">visit</a></span>(antlr.collections.AST&nbsp;node)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="scopedNames">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>scopedNames</h4>
<pre>protected static&nbsp;<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ScopeNameCollection.html" title="class in org.apache.cxf.tools.corba.processors.idl">ScopeNameCollection</a> scopedNames</pre>
</li>
</ul>
<a name="wsdlVisitor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>wsdlVisitor</h4>
<pre>protected&nbsp;<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">WSDLASTVisitor</a> wsdlVisitor</pre>
</li>
</ul>
<a name="schemas">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>schemas</h4>
<pre>protected&nbsp;org.apache.ws.commons.schema.XmlSchemaCollection schemas</pre>
</li>
</ul>
<a name="typeMap">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>typeMap</h4>
<pre>protected&nbsp;<a href="../../../../../../../org/apache/cxf/binding/corba/wsdl/TypeMappingType.html" title="class in org.apache.cxf.binding.corba.wsdl">TypeMappingType</a> typeMap</pre>
</li>
</ul>
<a name="mapper">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mapper</h4>
<pre>protected&nbsp;<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.html" title="class in org.apache.cxf.tools.corba.processors.idl">ModuleToNSMapper</a> mapper</pre>
</li>
</ul>
<a name="manager">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>manager</h4>
<pre>protected&nbsp;<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/WSDLSchemaManager.html" title="class in org.apache.cxf.tools.corba.processors.idl">WSDLSchemaManager</a> manager</pre>
</li>
</ul>
<a name="deferredActions">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deferredActions</h4>
<pre>protected&nbsp;<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/DeferredActionCollection.html" title="class in org.apache.cxf.tools.corba.processors.idl">DeferredActionCollection</a> deferredActions</pre>
</li>
</ul>
<a name="schema">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>schema</h4>
<pre>protected&nbsp;org.apache.ws.commons.schema.XmlSchema schema</pre>
</li>
</ul>
<a name="definition">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>definition</h4>
<pre>protected&nbsp;javax.wsdl.Definition definition</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="VisitorBase-org.apache.cxf.tools.corba.processors.idl.Scope-javax.wsdl.Definition-org.apache.ws.commons.schema.XmlSchema-org.apache.cxf.tools.corba.processors.idl.WSDLASTVisitor-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>VisitorBase</h4>
<pre>public&nbsp;VisitorBase(<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Scope.html" title="class in org.apache.cxf.tools.corba.processors.idl">Scope</a>&nbsp;scopeRef,
javax.wsdl.Definition&nbsp;defn,
org.apache.ws.commons.schema.XmlSchema&nbsp;schemaRef,
<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">WSDLASTVisitor</a>&nbsp;wsdlASTVisitor)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="visit-antlr.collections.AST-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre>public abstract&nbsp;void&nbsp;visit(antlr.collections.AST&nbsp;node)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html#visit-antlr.collections.AST-">visit</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html" title="interface in org.apache.cxf.tools.corba.processors.idl">Visitor</a></code></dd>
</dl>
</li>
</ul>
<a name="setSchemaType-org.apache.ws.commons.schema.XmlSchemaType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSchemaType</h4>
<pre>protected&nbsp;void&nbsp;setSchemaType(org.apache.ws.commons.schema.XmlSchemaType&nbsp;type)</pre>
</li>
</ul>
<a name="getSchemaType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSchemaType</h4>
<pre>public&nbsp;org.apache.ws.commons.schema.XmlSchemaType&nbsp;getSchemaType()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html#getSchemaType--">getSchemaType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html" title="interface in org.apache.cxf.tools.corba.processors.idl">Visitor</a></code></dd>
</dl>
</li>
</ul>
<a name="setCorbaType-org.apache.cxf.binding.corba.wsdl.CorbaType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCorbaType</h4>
<pre>protected&nbsp;void&nbsp;setCorbaType(<a href="../../../../../../../org/apache/cxf/binding/corba/wsdl/CorbaType.html" title="class in org.apache.cxf.binding.corba.wsdl">CorbaType</a>&nbsp;type)</pre>
</li>
</ul>
<a name="getCorbaType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCorbaType</h4>
<pre>public&nbsp;<a href="../../../../../../../org/apache/cxf/binding/corba/wsdl/CorbaType.html" title="class in org.apache.cxf.binding.corba.wsdl">CorbaType</a>&nbsp;getCorbaType()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html#getCorbaType--">getCorbaType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html" title="interface in org.apache.cxf.tools.corba.processors.idl">Visitor</a></code></dd>
</dl>
</li>
</ul>
<a name="getScope--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getScope</h4>
<pre>public&nbsp;<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Scope.html" title="class in org.apache.cxf.tools.corba.processors.idl">Scope</a>&nbsp;getScope()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html#getScope--">getScope</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html" title="interface in org.apache.cxf.tools.corba.processors.idl">Visitor</a></code></dd>
</dl>
</li>
</ul>
<a name="getScopedNames--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getScopedNames</h4>
<pre>public static&nbsp;<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ScopeNameCollection.html" title="class in org.apache.cxf.tools.corba.processors.idl">ScopeNameCollection</a>&nbsp;getScopedNames()</pre>
</li>
</ul>
<a name="setFullyQualifiedName-org.apache.cxf.tools.corba.processors.idl.Scope-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFullyQualifiedName</h4>
<pre>public&nbsp;void&nbsp;setFullyQualifiedName(<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Scope.html" title="class in org.apache.cxf.tools.corba.processors.idl">Scope</a>&nbsp;declaredName)</pre>
</li>
</ul>
<a name="getFullyQualifiedName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFullyQualifiedName</h4>
<pre>public&nbsp;<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Scope.html" title="class in org.apache.cxf.tools.corba.processors.idl">Scope</a>&nbsp;getFullyQualifiedName()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html#getFullyQualifiedName--">getFullyQualifiedName</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html" title="interface in org.apache.cxf.tools.corba.processors.idl">Visitor</a></code></dd>
</dl>
</li>
</ul>
<a name="getWsdlVisitor--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getWsdlVisitor</h4>
<pre>public&nbsp;<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">WSDLASTVisitor</a>&nbsp;getWsdlVisitor()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/VisitorBase.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Apache CXF API</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/Visitor.html" title="interface in org.apache.cxf.tools.corba.processors.idl"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/VisitorTypeHolder.html" title="class in org.apache.cxf.tools.corba.processors.idl"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/cxf/tools/corba/processors/idl/VisitorBase.html" target="_top">Frames</a></li>
<li><a href="VisitorBase.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Apache CXF</small></p>
</body>
</html>