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 

P

parse(Collection<Source>, UserTask) - Static method in class org.netbeans.modules.parsing.api.ParserManager
Priority request for parsing of list of Sources.
parse(String, UserTask) - Static method in class org.netbeans.modules.parsing.api.ParserManager
Runs given task in parser thread.
parse(Snapshot, Task, SourceModificationEvent) - Method in class org.netbeans.modules.parsing.spi.Parser
Called by infrastructure when Source is changed, and a new Snapshot has been created for it.
ParseException - Exception in org.netbeans.modules.parsing.spi
Used when some error occures during parsing of source files.
ParseException() - Constructor for exception org.netbeans.modules.parsing.spi.ParseException
 
ParseException(String) - Constructor for exception org.netbeans.modules.parsing.spi.ParseException
 
ParseException(String, Throwable) - Constructor for exception org.netbeans.modules.parsing.spi.ParseException
 
Parser - Class in org.netbeans.modules.parsing.spi
Represents implementation of parser for one language.
Parser() - Constructor for class org.netbeans.modules.parsing.spi.Parser
 
Parser.CancelReason - Enum in org.netbeans.modules.parsing.spi
Parser.Result - Class in org.netbeans.modules.parsing.spi
Represents result of parsing created for one specific Task.
ParserBasedEmbeddingProvider<T extends Parser.Result> - Class in org.netbeans.modules.parsing.spi
ParserBasedEmbeddingProvider returns sources for embedded languages based on parser result for current language and snapshot.
ParserBasedEmbeddingProvider() - Constructor for class org.netbeans.modules.parsing.spi.ParserBasedEmbeddingProvider
 
ParserFactory - Class in org.netbeans.modules.parsing.spi
The factory for Parsers.
ParserFactory() - Constructor for class org.netbeans.modules.parsing.spi.ParserFactory
 
ParserManager - Class in org.netbeans.modules.parsing.api
ParserManager allows to start priority parsing request for one or more sources.
ParserResultTask<T extends Parser.Result> - Class in org.netbeans.modules.parsing.spi
SchedulerTask that process result of parsing.
ParserResultTask() - Constructor for class org.netbeans.modules.parsing.spi.ParserResultTask
 
parseWhenScanFinished(Collection<Source>, UserTask) - Static method in class org.netbeans.modules.parsing.api.ParserManager
Performs the given task when the scan finished.
parseWhenScanFinished(String, UserTask) - Static method in class org.netbeans.modules.parsing.api.ParserManager
Performs the given task when the scan finished.
processingFinished() - Method in class org.netbeans.modules.parsing.spi.Parser.Result
Return true if the parser was able to process the file fully.
A C D E F G I L O P R S T U V 
Skip navigation links
org.netbeans.modules.parsing.api/1 9.25.0 8