org.sunflow.system
Class Parser
java.lang.Object
org.sunflow.system.Parser
public class Parser
extends java.lang.Object
Parser
public Parser(String filename)
throws FileNotFoundException
checkNextToken
public void checkNextToken(String token)
throws ParserException,
IOException
close
public void close()
throws IOException
getNextBoolean
public boolean getNextBoolean()
throws IOException
getNextCodeBlock
public String getNextCodeBlock()
throws ParserException,
IOException
getNextFloat
public float getNextFloat()
throws IOException
getNextInt
public int getNextInt()
throws IOException
getNextToken
public String getNextToken()
throws IOException
peekNextToken
public boolean peekNextToken(String tok)
throws IOException