|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.tomp.xtcl.CompilerBase
net.sf.tomp.xtcl.XTCompiler
Reads the commands from the underlying CommandLineReader, within a Context and produces a Command (usually a Sequence)
Constructor Summary | |
XTCompiler()
|
Method Summary | |
Command |
compile(java.lang.String[] cl,
CommandLineReader clr)
The main compile method. |
Methods inherited from class net.sf.tomp.xtcl.CompilerBase |
assertWholeLineRead, compile, compile, compile, compile, compileByNextCompiler, getContext, getNextCompiler, setContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XTCompiler()
Method Detail |
public Command compile(java.lang.String[] cl, CommandLineReader clr) throws java.lang.Exception
cl
- String[] - array with one input line parsed into tokensclr
- CommandLineReader - the sources for compilation first the
String[], then the CLR
java.lang.Exception
- DOCUMENT ME!
java.lang.IllegalArgumentException
- DOCUMENT ME!
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |