|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPandora.LogicParser.ParseController
public class ParseController
Controls the communication between the GUI and the parser, for a single line of input to be parsed.
Created with a String variable as an argument, which is a line of the input.
parseLine() can then be called to parse this input line.
Constructor Summary | |
---|---|
ParseController(java.lang.String line)
Constructs a ParseController. |
Method Summary | |
---|---|
Formula |
parseLine()
Carries out the parsing of the line of input and returns the formula generated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParseController(java.lang.String line)
line
- String to be parsedMethod Detail |
---|
public Formula parseLine()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |