|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object pt.compiler.ParaTaskParser
public class ParaTaskParser
The source-to-source ParaTask compiler. Generates Java code (*.java) from ParaTask code (*.ptjava). The resulting code may then be compiled using a standard Java compiler.
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
A command-line option to use the ParaTask compiler. |
static void |
parse(java.io.File file)
Parse the ParaTask input into standard Java code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void parse(java.io.File file) throws java.io.IOException
file
- A *.ptjava file, or folder containing (more folders and) *.ptjava files.
java.io.IOException
public static void main(java.lang.String[] args)
args
- The file name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |