cz.cuni.pogamut.posh.nbparser
Class SyntaxErrorsHighlightingTaskFactory
java.lang.Object
org.netbeans.modules.parsing.spi.TaskFactory
cz.cuni.pogamut.posh.nbparser.SyntaxErrorsHighlightingTaskFactory
public class SyntaxErrorsHighlightingTaskFactory
- extends org.netbeans.modules.parsing.spi.TaskFactory
Factory used by layer.xml to create syntax highlighting task for
- Author:
- Honza
|
Method Summary |
Collection<? extends org.netbeans.modules.parsing.spi.SchedulerTask> |
create(org.netbeans.modules.parsing.api.Snapshot snapshot)
Create task that will highlight the syntax errors. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyntaxErrorsHighlightingTaskFactory
public SyntaxErrorsHighlightingTaskFactory()
create
public Collection<? extends org.netbeans.modules.parsing.spi.SchedulerTask> create(org.netbeans.modules.parsing.api.Snapshot snapshot)
- Create task that will highlight the syntax errors.
- Specified by:
create in class org.netbeans.modules.parsing.spi.TaskFactory
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.