|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.Orc
public class Orc
Main class for Orc. Parses Orc file and executes it.
Run with the argument "-help" to get a list of command-line options.
Constructor Summary | |
---|---|
Orc()
|
Method Summary | |
---|---|
static Node |
compile(Config cfg)
|
static Expr |
compile(java.io.Reader source,
Config cfg)
|
static void |
main(java.lang.String[] args)
Orc toplevel main function. |
static OrcInstance |
runEmbedded(java.io.File source)
Deprecated. |
static OrcInstance |
runEmbedded(java.io.Reader source)
Deprecated. |
static OrcInstance |
runEmbedded(java.io.Reader source,
Config cfg)
Deprecated. |
static OrcInstance |
runEmbedded(java.lang.String source)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Orc()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static Expr compile(java.io.Reader source, Config cfg) throws java.io.IOException, CompilationException
java.io.IOException
CompilationException
public static Node compile(Config cfg) throws CompilationException, java.io.IOException
CompilationException
java.io.IOException
public static OrcInstance runEmbedded(java.lang.String source) throws CompilationException, java.io.FileNotFoundException, java.io.IOException
java.io.IOException
java.io.FileNotFoundException
CompilationException
public static OrcInstance runEmbedded(java.io.File source) throws CompilationException, java.io.FileNotFoundException, java.io.IOException
java.io.IOException
java.io.FileNotFoundException
CompilationException
public static OrcInstance runEmbedded(java.io.Reader source) throws CompilationException, java.io.IOException
java.io.IOException
CompilationException
public static OrcInstance runEmbedded(java.io.Reader source, Config cfg) throws CompilationException, java.io.IOException
source
- cfg
-
java.io.IOException
CompilationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |