Skip navigation links
org.netbeans.modules.parsing.api/1 9.25.0 8
A C D E F G I L O P R S T U V 

C

canBeParsed(String) - Static method in class org.netbeans.modules.parsing.api.ParserManager
Determines if the MIME type can be parsed.
cancel() - Method in class org.netbeans.modules.parsing.spi.Parser
cancel(Parser.CancelReason, SourceModificationEvent) - Method in class org.netbeans.modules.parsing.spi.Parser
Called by the infrastructure to stop the parser operation.
cancel() - Method in class org.netbeans.modules.parsing.spi.SchedulerTask
Called by infrastructure when the task was interrupted by the infrastructure.
CancelSupport - Class in org.netbeans.modules.parsing.spi.support
Provides a thread safe testing of the SchedulerTask canceling.
Composite(SourceModificationEvent, SourceModificationEvent) - Constructor for class org.netbeans.modules.parsing.spi.SourceModificationEvent.Composite
 
containsOriginalOffset(int) - Method in class org.netbeans.modules.parsing.api.Embedding
Returns true if this embedding contains given offset related to top level source.
create(List<Embedding>) - Static method in class org.netbeans.modules.parsing.api.Embedding
Creates Embedding from a list of embeddings.
create(int, int, String) - Method in class org.netbeans.modules.parsing.api.Snapshot
Creates a new embedding form part of this snapshot defined by offset and length.
create(CharSequence, String) - Method in class org.netbeans.modules.parsing.api.Snapshot
Creates a new embedding for given charSequence.
create(FileObject) - Static method in class org.netbeans.modules.parsing.api.Source
Gets a Source instance for a file.
create(FileObject, Lookup) - Static method in class org.netbeans.modules.parsing.api.Source
Gets a Source instance for a file.
create(Document) - Static method in class org.netbeans.modules.parsing.api.Source
Gets a Source instance for a Document.
create(Document, Lookup) - Static method in class org.netbeans.modules.parsing.api.Source
Gets a Source instance for a Document.
create(SchedulerTask) - Static method in class org.netbeans.modules.parsing.spi.support.CancelSupport
Creates a new instance of the CancelSupport.
create(Snapshot) - Method in class org.netbeans.modules.parsing.spi.TaskFactory
Creates new SchedulerTasks for a Snapshot.
createParser(Collection<Snapshot>) - Method in class org.netbeans.modules.parsing.spi.ParserFactory
Creates a new instance of Parser.
createSchedulerEvent(SourceModificationEvent) - Method in class org.netbeans.modules.parsing.spi.Scheduler
 
createSnapshot() - Method in class org.netbeans.modules.parsing.api.Source
Creates a new Snapshot of the contents of this Source.
CURSOR_SENSITIVE_TASK_SCHEDULER - Static variable in class org.netbeans.modules.parsing.spi.Scheduler
This implementations of Scheduler reschedules all tasks when: current document is changed (file opened, closed, editor tab switched), text in the current document is changed, cusor position is changed
CursorMovedSchedulerEvent - Class in org.netbeans.modules.parsing.spi
 
CursorMovedSchedulerEvent(Object, int, int) - Constructor for class org.netbeans.modules.parsing.spi.CursorMovedSchedulerEvent
 
A C D E F G I L O P R S T U V 
org.netbeans.modules.parsing.api/1 9.25.0 8