be.lassi.io
Class ShowInterpreter
java.lang.Object
be.lassi.io.Interpreter
be.lassi.io.ShowInterpreter
public class ShowInterpreter
- extends Interpreter
Interpretes text that represents the persistant show information,
and creates a Show object.
The text is read from a Reader. This can be a
FileReader, or a StringReader for testing
the code.
- See Also:
Show,
be.lassi.io.ShowFileReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowInterpreter
public ShowInterpreter(Dirty dirty,
java.io.Reader reader)
throws ShowFileException
- Create new instance.
- Parameters:
reader -
- Throws:
ShowFileException
getShow
public Show getShow()
throws ShowFileException
- Returns:
-
- Throws:
ShowFileException