org.codehaus.mojo.natives.parser
Class AbstractParser
java.lang.Object
org.codehaus.mojo.natives.parser.AbstractParser
- Direct Known Subclasses:
- CParser, FortranParser
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 © 2011 Codehaus. All Rights Reserved.