org.eclipse.cdt.internal.errorparsers
Class GASErrorParser

java.lang.Object
  extended by org.eclipse.cdt.internal.errorparsers.GASErrorParser
All Implemented Interfaces:
IErrorParser

public class GASErrorParser
extends java.lang.Object
implements IErrorParser


Constructor Summary
GASErrorParser()
           
 
Method Summary
 boolean processLine(java.lang.String line, ErrorParserManager eoParser)
          Finds error or warnings on the given line
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GASErrorParser

public GASErrorParser()
Method Detail

processLine

public boolean processLine(java.lang.String line,
                           ErrorParserManager eoParser)
Description copied from interface: IErrorParser
Finds error or warnings on the given line

Specified by:
processLine in interface IErrorParser