cz.cuni.pogamut.posh.nbparser
Class SyntaxErrorsHighlightingTaskFactory

Package class diagram package SyntaxErrorsHighlightingTaskFactory
java.lang.Object
  extended by org.netbeans.modules.parsing.spi.TaskFactory
      extended by 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

Constructor Summary
SyntaxErrorsHighlightingTaskFactory()
           
 
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
 

Constructor Detail

SyntaxErrorsHighlightingTaskFactory

public SyntaxErrorsHighlightingTaskFactory()
Method Detail

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.