net.sf.antcontrib.cpptasks.parser
Class AbstractParser
java.lang.Object
net.sf.antcontrib.cpptasks.parser.AbstractParser
- Direct Known Subclasses:
- BorlandCfgParser, CParser, FortranParser, MetaObjectParser
public abstract class AbstractParser
- extends Object
An abstract base class for simple parsers
- Author:
- Curt Arnold
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractParser
protected AbstractParser()
addFilename
protected abstract void addFilename(String filename)
getNewLineState
public abstract AbstractParserState getNewLineState()
parse
protected void parse(Reader reader)
throws IOException
- Throws:
IOException
Copyright © 2001-2011. All Rights Reserved.