| <!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 (1.8.0_181) on Fri Sep 14 11:35:36 BST 2018 --> |
| <title>G-Index (Parsing API)</title> |
| <meta name="date" content="2018-09-14"> |
| <link rel="stylesheet" type="text/css" href="../javadoc.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="G-Index (Parsing API)"; |
| } |
| } |
| catch(err) { |
| } |
| //--> |
| </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>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="../overview-tree.html">Tree</a></li> |
| <li><a href="../deprecated-list.html">Deprecated</a></li> |
| <li class="navBarCell1Rev">Index</li> |
| <li><a href="../help-doc.html">Help</a></li> |
| </ul> |
| <div class="aboutLanguage">org.netbeans.modules.parsing.api/1 9.9.1 8</div> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="index-5.html">Prev Letter</a></li> |
| <li><a href="index-7.html">Next Letter</a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li> |
| <li><a href="index-6.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="../allclasses-noframe.html">All 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> |
| <a name="skip.navbar.top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">I</a> <a href="index-8.html">L</a> <a href="index-9.html">O</a> <a href="index-10.html">P</a> <a href="index-11.html">R</a> <a href="index-12.html">S</a> <a href="index-13.html">T</a> <a href="index-14.html">U</a> <a href="index-15.html">V</a> <a name="I:G"> |
| <!-- --> |
| </a> |
| <h2 class="title">G</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/SourceModificationEvent.html#getAffectedEndOffset--">getAffectedEndOffset()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/SourceModificationEvent.html" title="class in org.netbeans.modules.parsing.spi">SourceModificationEvent</a></dt> |
| <dd> |
| <div class="block">Returns end offset of the change that affected the source.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/SourceModificationEvent.html#getAffectedStartOffset--">getAffectedStartOffset()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/SourceModificationEvent.html" title="class in org.netbeans.modules.parsing.spi">SourceModificationEvent</a></dt> |
| <dd> |
| <div class="block">Returns start offset of the change that affected the source.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/CursorMovedSchedulerEvent.html#getCaretOffset--">getCaretOffset()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/CursorMovedSchedulerEvent.html" title="class in org.netbeans.modules.parsing.spi">CursorMovedSchedulerEvent</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Source.html#getDocument-boolean-">getDocument(boolean)</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Source.html" title="class in org.netbeans.modules.parsing.api">Source</a></dt> |
| <dd> |
| <div class="block">Gets the <code>Document</code> represented by this source.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Snapshot.html#getEmbeddedOffset-int-">getEmbeddedOffset(int)</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Snapshot.html" title="class in org.netbeans.modules.parsing.api">Snapshot</a></dt> |
| <dd> |
| <div class="block">Gets an offset in this snapshot corresponding to an offset |
| in the original source.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/ResultIterator.html#getEmbeddings--">getEmbeddings()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/ResultIterator.html" title="class in org.netbeans.modules.parsing.api">ResultIterator</a></dt> |
| <dd> |
| <div class="block">Allows iterate all embedded sources.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/EmbeddingProvider.html#getEmbeddings-org.netbeans.modules.parsing.api.Snapshot-">getEmbeddings(Snapshot)</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/EmbeddingProvider.html" title="class in org.netbeans.modules.parsing.spi">EmbeddingProvider</a></dt> |
| <dd> |
| <div class="block">Returns list of <a href="../org/netbeans/modules/parsing/api/Embedding.html" title="class in org.netbeans.modules.parsing.api"><code>Embedding</code></a>s based on lexical analyse.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/ParserBasedEmbeddingProvider.html#getEmbeddings-T-">getEmbeddings(T)</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/ParserBasedEmbeddingProvider.html" title="class in org.netbeans.modules.parsing.spi">ParserBasedEmbeddingProvider</a></dt> |
| <dd> |
| <div class="block">Returns list of <a href="../org/netbeans/modules/parsing/api/Embedding.html" title="class in org.netbeans.modules.parsing.api"><code>Embedding</code></a>s based on parser results.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Source.html#getFileObject--">getFileObject()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Source.html" title="class in org.netbeans.modules.parsing.api">Source</a></dt> |
| <dd> |
| <div class="block">Gets the <code>FileObject</code> represented by this source.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/IndexingAwareParserResultTask.html#getIndexingMode--">getIndexingMode()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/IndexingAwareParserResultTask.html" title="class in org.netbeans.modules.parsing.spi">IndexingAwareParserResultTask</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/LowMemoryWatcher.html#getInstance--">getInstance()</a></span> - Static method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/LowMemoryWatcher.html" title="class in org.netbeans.modules.parsing.spi">LowMemoryWatcher</a></dt> |
| <dd> |
| <div class="block">Returns an instance of <a href="../org/netbeans/modules/parsing/spi/LowMemoryWatcher.html" title="class in org.netbeans.modules.parsing.spi"><code>LowMemoryWatcher</code></a></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Source.html#getLookup--">getLookup()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Source.html" title="class in org.netbeans.modules.parsing.api">Source</a></dt> |
| <dd> |
| <div class="block">Returns a Lookup providing a context for the source.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/CursorMovedSchedulerEvent.html#getMarkOffset--">getMarkOffset()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/CursorMovedSchedulerEvent.html" title="class in org.netbeans.modules.parsing.spi">CursorMovedSchedulerEvent</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Snapshot.html#getMimePath--">getMimePath()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Snapshot.html" title="class in org.netbeans.modules.parsing.api">Snapshot</a></dt> |
| <dd> |
| <div class="block">Returns this snapshot's mime path.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Embedding.html#getMimeType--">getMimeType()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Embedding.html" title="class in org.netbeans.modules.parsing.api">Embedding</a></dt> |
| <dd> |
| <div class="block">Returns mime type of embedded source.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Snapshot.html#getMimeType--">getMimeType()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Snapshot.html" title="class in org.netbeans.modules.parsing.api">Snapshot</a></dt> |
| <dd> |
| <div class="block">Returns this snapshot's mime type.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Source.html#getMimeType--">getMimeType()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Source.html" title="class in org.netbeans.modules.parsing.api">Source</a></dt> |
| <dd> |
| <div class="block">Gets this <code>Source</code>'s mime type.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/SourceModificationEvent.html#getModifiedSource--">getModifiedSource()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/SourceModificationEvent.html" title="class in org.netbeans.modules.parsing.spi">SourceModificationEvent</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Snapshot.html#getOriginalOffset-int-">getOriginalOffset(int)</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Snapshot.html" title="class in org.netbeans.modules.parsing.api">Snapshot</a></dt> |
| <dd> |
| <div class="block">Gets an offset in the original source corresponding to an offset in this snapshot.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/ResultIterator.html#getParserResult--">getParserResult()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/ResultIterator.html" title="class in org.netbeans.modules.parsing.api">ResultIterator</a></dt> |
| <dd> |
| <div class="block">Returns parse <a href="../org/netbeans/modules/parsing/spi/Parser.Result.html" title="class in org.netbeans.modules.parsing.spi"><code>Parser.Result</code></a> for current source or <code>null</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/ResultIterator.html#getParserResult-int-">getParserResult(int)</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/ResultIterator.html" title="class in org.netbeans.modules.parsing.api">ResultIterator</a></dt> |
| <dd> |
| <div class="block">Returns parse <a href="../org/netbeans/modules/parsing/spi/Parser.Result.html" title="class in org.netbeans.modules.parsing.spi"><code>Parser.Result</code></a> for deepest embedding on given offset or <code>null</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/EmbeddingProvider.html#getPriority--">getPriority()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/EmbeddingProvider.html" title="class in org.netbeans.modules.parsing.spi">EmbeddingProvider</a></dt> |
| <dd> |
| <div class="block">Returns priority of this source provider.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/ParserBasedEmbeddingProvider.html#getPriority--">getPriority()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/ParserBasedEmbeddingProvider.html" title="class in org.netbeans.modules.parsing.spi">ParserBasedEmbeddingProvider</a></dt> |
| <dd> |
| <div class="block">Returns priority of this source provider.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/ParserResultTask.html#getPriority--">getPriority()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/ParserResultTask.html" title="class in org.netbeans.modules.parsing.spi">ParserResultTask</a></dt> |
| <dd> |
| <div class="block">A priority.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/SchedulerTask.html#getPriority--">getPriority()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/SchedulerTask.html" title="class in org.netbeans.modules.parsing.spi">SchedulerTask</a></dt> |
| <dd> |
| <div class="block">A priority.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/SourceModificationEvent.Composite.html#getReadEvent--">getReadEvent()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/SourceModificationEvent.Composite.html" title="class in org.netbeans.modules.parsing.spi">SourceModificationEvent.Composite</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/Parser.html#getResult-org.netbeans.modules.parsing.api.Task-">getResult(Task)</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/Parser.html" title="class in org.netbeans.modules.parsing.spi">Parser</a></dt> |
| <dd> |
| <div class="block">Called when some task needs some result of parsing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/ResultIterator.html#getResultIterator-org.netbeans.modules.parsing.api.Embedding-">getResultIterator(Embedding)</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/ResultIterator.html" title="class in org.netbeans.modules.parsing.api">ResultIterator</a></dt> |
| <dd> |
| <div class="block">Returns <a href="../org/netbeans/modules/parsing/api/ResultIterator.html" title="class in org.netbeans.modules.parsing.api"><code>ResultIterator</code></a> for one <a href="../org/netbeans/modules/parsing/api/Embedding.html" title="class in org.netbeans.modules.parsing.api"><code>Embedding</code></a>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/EmbeddingProvider.html#getSchedulerClass--">getSchedulerClass()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/EmbeddingProvider.html" title="class in org.netbeans.modules.parsing.spi">EmbeddingProvider</a></dt> |
| <dd> |
| <div class="block">Returns <a href="../org/netbeans/modules/parsing/spi/Scheduler.html" title="class in org.netbeans.modules.parsing.spi"><code>Scheduler</code></a> class for this SchedulerTask.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/SchedulerTask.html#getSchedulerClass--">getSchedulerClass()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/SchedulerTask.html" title="class in org.netbeans.modules.parsing.spi">SchedulerTask</a></dt> |
| <dd> |
| <div class="block">Returns <a href="../org/netbeans/modules/parsing/spi/Scheduler.html" title="class in org.netbeans.modules.parsing.spi"><code>Scheduler</code></a> class for this SchedulerTask.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Embedding.html#getSnapshot--">getSnapshot()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Embedding.html" title="class in org.netbeans.modules.parsing.api">Embedding</a></dt> |
| <dd> |
| <div class="block">Returns <a href="../org/netbeans/modules/parsing/api/Snapshot.html" title="class in org.netbeans.modules.parsing.api"><code>Snapshot</code></a> for embedded block of code.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/ResultIterator.html#getSnapshot--">getSnapshot()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/ResultIterator.html" title="class in org.netbeans.modules.parsing.api">ResultIterator</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/Parser.Result.html#getSnapshot--">getSnapshot()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/Parser.Result.html" title="class in org.netbeans.modules.parsing.spi">Parser.Result</a></dt> |
| <dd> |
| <div class="block">Returns a <a href="../org/netbeans/modules/parsing/api/Snapshot.html" title="class in org.netbeans.modules.parsing.api"><code>Snapshot</code></a> represented by this <a href="../org/netbeans/modules/parsing/spi/Parser.Result.html" title="class in org.netbeans.modules.parsing.spi"><code>Parser.Result</code></a></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Snapshot.html#getSource--">getSource()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Snapshot.html" title="class in org.netbeans.modules.parsing.api">Snapshot</a></dt> |
| <dd> |
| <div class="block">Returns source this snapshot has originally been created from.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/Scheduler.html#getSource--">getSource()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/Scheduler.html" title="class in org.netbeans.modules.parsing.spi">Scheduler</a></dt> |
| <dd> |
| <div class="block">Returns active <a href="../org/netbeans/modules/parsing/api/Source.html" title="class in org.netbeans.modules.parsing.api"><code>Source</code></a>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Snapshot.html#getText--">getText()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Snapshot.html" title="class in org.netbeans.modules.parsing.api">Snapshot</a></dt> |
| <dd> |
| <div class="block">Returns content of this snapshot.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/api/Snapshot.html#getTokenHierarchy--">getTokenHierarchy()</a></span> - Method in class org.netbeans.modules.parsing.api.<a href="../org/netbeans/modules/parsing/api/Snapshot.html" title="class in org.netbeans.modules.parsing.api">Snapshot</a></dt> |
| <dd> |
| <div class="block">Get the <code>TokenHierarchy</code> lexed from this snapshot.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/netbeans/modules/parsing/spi/SourceModificationEvent.Composite.html#getWriteEvent--">getWriteEvent()</a></span> - Method in class org.netbeans.modules.parsing.spi.<a href="../org/netbeans/modules/parsing/spi/SourceModificationEvent.Composite.html" title="class in org.netbeans.modules.parsing.spi">SourceModificationEvent.Composite</a></dt> |
| <dd> </dd> |
| </dl> |
| <a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">I</a> <a href="index-8.html">L</a> <a href="index-9.html">O</a> <a href="index-10.html">P</a> <a href="index-11.html">R</a> <a href="index-12.html">S</a> <a href="index-13.html">T</a> <a href="index-14.html">U</a> <a href="index-15.html">V</a> </div> |
| <!-- ======= 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>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="../overview-tree.html">Tree</a></li> |
| <li><a href="../deprecated-list.html">Deprecated</a></li> |
| <li class="navBarCell1Rev">Index</li> |
| <li><a href="../help-doc.html">Help</a></li> |
| </ul> |
| <div class="aboutLanguage">org.netbeans.modules.parsing.api/1 9.9.1 8</div> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="index-5.html">Prev Letter</a></li> |
| <li><a href="index-7.html">Next Letter</a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../index.html?index-files/index-6.html" target="_top">Frames</a></li> |
| <li><a href="index-6.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="../allclasses-noframe.html">All 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> |
| <a name="skip.navbar.bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| <p class="legalCopy"><small><span class="footnote">Built on September 14 2018. | Copyright © 2017-2018 Apache Software Foundation. All Rights Reserved.</span></small></p> |
| </body> |
| </html> |