|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.makefileparser.Parser
public class Parser
The Makefile parser
Constructor Summary | |
---|---|
Parser(VariableManager varManager)
Create a new parser |
Method Summary | |
---|---|
Object |
clone()
Create a shallow copy (clone) of the Parser |
List<Target> |
getTargets()
Get the (unmodifiable) list of targets |
void |
parse(File file)
Parse the Makefile |
void |
parse(InputStream in)
Parse the Makefile from a stream |
void |
parse(Reader reader)
Parse the Makefile from the reader |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Parser(VariableManager varManager)
Method Detail |
---|
public void parse(File file) throws IOException, ParseException
IOException
ParseException
public void parse(InputStream in) throws IOException, ParseException
IOException
ParseException
public void parse(Reader reader) throws IOException, ParseException
IOException
ParseException
public List<Target> getTargets()
public String toString()
toString
in class Object
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |