cz.cuni.pogamut.posh.nbparser
Class NbPoshParser.ParserResult

Package class diagram package NbPoshParser.ParserResult
java.lang.Object
  extended by org.netbeans.modules.parsing.spi.Parser.Result
      extended by cz.cuni.pogamut.posh.nbparser.NbPoshParser.ParserResult
Enclosing class:
NbPoshParser

public static class NbPoshParser.ParserResult
extends org.netbeans.modules.parsing.spi.Parser.Result


Constructor Summary
NbPoshParser.ParserResult(org.netbeans.modules.parsing.api.Snapshot snapshot, Collection<cz.cuni.amis.pogamut.sposh.elements.ParseException> syntaxExceptions)
           
 
Method Summary
 Collection<cz.cuni.amis.pogamut.sposh.elements.ParseException> getSyntaxErrors()
           
protected  void invalidate()
           
 
Methods inherited from class org.netbeans.modules.parsing.spi.Parser.Result
getSnapshot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NbPoshParser.ParserResult

public NbPoshParser.ParserResult(org.netbeans.modules.parsing.api.Snapshot snapshot,
                                 Collection<cz.cuni.amis.pogamut.sposh.elements.ParseException> syntaxExceptions)
Method Detail

getSyntaxErrors

public Collection<cz.cuni.amis.pogamut.sposh.elements.ParseException> getSyntaxErrors()
                                                                               throws org.netbeans.modules.parsing.spi.ParseException
Throws:
org.netbeans.modules.parsing.spi.ParseException

invalidate

protected void invalidate()
Specified by:
invalidate in class org.netbeans.modules.parsing.spi.Parser.Result


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.