- getAffectedEndOffset() - Method in class org.netbeans.modules.parsing.spi.SourceModificationEvent
-
Returns end offset of the change that affected the source.
- getAffectedStartOffset() - Method in class org.netbeans.modules.parsing.spi.SourceModificationEvent
-
Returns start offset of the change that affected the source.
- getCaretOffset() - Method in class org.netbeans.modules.parsing.spi.CursorMovedSchedulerEvent
-
- getDocument(boolean) - Method in class org.netbeans.modules.parsing.api.Source
-
Gets the Document
represented by this source.
- getEmbeddedOffset(int) - Method in class org.netbeans.modules.parsing.api.Snapshot
-
Gets an offset in this snapshot corresponding to an offset
in the original source.
- getEmbeddings() - Method in class org.netbeans.modules.parsing.api.ResultIterator
-
Allows iterate all embedded sources.
- getEmbeddings(Snapshot) - Method in class org.netbeans.modules.parsing.spi.EmbeddingProvider
-
Returns list of
Embedding
s based on lexical analyse.
- getEmbeddings(T) - Method in class org.netbeans.modules.parsing.spi.ParserBasedEmbeddingProvider
-
Returns list of
Embedding
s based on parser results.
- getFileObject() - Method in class org.netbeans.modules.parsing.api.Source
-
Gets the FileObject
represented by this source.
- getIndexingMode() - Method in class org.netbeans.modules.parsing.spi.IndexingAwareParserResultTask
-
- getInstance() - Static method in class org.netbeans.modules.parsing.spi.LowMemoryWatcher
-
- getLookup() - Method in class org.netbeans.modules.parsing.api.Source
-
Returns a Lookup providing a context for the source.
- getMarkOffset() - Method in class org.netbeans.modules.parsing.spi.CursorMovedSchedulerEvent
-
- getMimePath() - Method in class org.netbeans.modules.parsing.api.Snapshot
-
Returns this snapshot's mime path.
- getMimeType() - Method in class org.netbeans.modules.parsing.api.Embedding
-
Returns mime type of embedded source.
- getMimeType() - Method in class org.netbeans.modules.parsing.api.Snapshot
-
Returns this snapshot's mime type.
- getMimeType() - Method in class org.netbeans.modules.parsing.api.Source
-
Gets this Source
's mime type.
- getModifiedSource() - Method in class org.netbeans.modules.parsing.spi.SourceModificationEvent
-
- getOriginalOffset(int) - Method in class org.netbeans.modules.parsing.api.Snapshot
-
Gets an offset in the original source corresponding to an offset in this snapshot.
- getParserResult() - Method in class org.netbeans.modules.parsing.api.ResultIterator
-
- getParserResult(int) - Method in class org.netbeans.modules.parsing.api.ResultIterator
-
Returns parse
Parser.Result
for deepest embedding on given offset or
null
.
- getPriority() - Method in class org.netbeans.modules.parsing.spi.EmbeddingProvider
-
Returns priority of this source provider.
- getPriority() - Method in class org.netbeans.modules.parsing.spi.ParserBasedEmbeddingProvider
-
Returns priority of this source provider.
- getPriority() - Method in class org.netbeans.modules.parsing.spi.ParserResultTask
-
A priority.
- getPriority() - Method in class org.netbeans.modules.parsing.spi.SchedulerTask
-
A priority.
- getReadEvent() - Method in class org.netbeans.modules.parsing.spi.SourceModificationEvent.Composite
-
- getResult(Task) - Method in class org.netbeans.modules.parsing.spi.Parser
-
Called when some task needs some result of parsing.
- getResultIterator(Embedding) - Method in class org.netbeans.modules.parsing.api.ResultIterator
-
- getSchedulerClass() - Method in class org.netbeans.modules.parsing.spi.EmbeddingProvider
-
Returns
Scheduler
class for this SchedulerTask.
- getSchedulerClass() - Method in class org.netbeans.modules.parsing.spi.SchedulerTask
-
Returns
Scheduler
class for this SchedulerTask.
- getSnapshot() - Method in class org.netbeans.modules.parsing.api.Embedding
-
Returns
Snapshot
for embedded block of code.
- getSnapshot() - Method in class org.netbeans.modules.parsing.api.ResultIterator
-
- getSnapshot() - Method in class org.netbeans.modules.parsing.spi.Parser.Result
-
- getSource() - Method in class org.netbeans.modules.parsing.api.Snapshot
-
Returns source this snapshot has originally been created from.
- getSource() - Method in class org.netbeans.modules.parsing.spi.Scheduler
-
- getText() - Method in class org.netbeans.modules.parsing.api.Snapshot
-
Returns content of this snapshot.
- getTokenHierarchy() - Method in class org.netbeans.modules.parsing.api.Snapshot
-
Get the TokenHierarchy
lexed from this snapshot.
- getWriteEvent() - Method in class org.netbeans.modules.parsing.spi.SourceModificationEvent.Composite
-