public class Parser extends java.lang.Object
Parser()
java.util.List<Token>
getElements()
parse(java.io.Reader reader)
void
reset()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Parser()
public java.util.List<Token> parse(java.io.Reader reader) throws java.io.IOException, ParseException
java.io.IOException
ParseException
public java.util.List<Token> getElements()
public void reset()