|
Sugar version 1.13 Core API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.ac.kobe_u.cs.sugar.expression.Parser
public class Parser
The Parser class parses an input and constructs a list of expressions.
Expression
Constructor Summary | |
---|---|
Parser(BufferedReader reader)
Constructs a new parser. |
Method Summary | |
---|---|
static void |
main(String[] args)
Test main program for Parser class. |
List<Expression> |
parse()
Parses the input and returns a list of expressions. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parser(BufferedReader reader)
reader
- an input readerMethod Detail |
---|
public List<Expression> parse() throws IOException
IOException
public static void main(String[] args)
args
- the command line arguments
|
Sugar version 1.13 Core API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |