|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRaptor.ProgramParser.ProgramParseController
public class ProgramParseController
Controls the parsing of program code.
Created with a String variable as an argument, which is a line of the input program.
parseLine() can then be called to parse this progran line.
Constructor Summary | |
---|---|
ProgramParseController(java.lang.String line)
Constructs a ProgramParseController. |
Method Summary | |
---|---|
Statements |
parseCode()
Carries out the parsing of the program and returns the statements generated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgramParseController(java.lang.String line)
line
- String to be parsedMethod Detail |
---|
public Statements parseCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |