public class RagelX extends Object
| Constructor and Description |
|---|
RagelX(String machine,
String targetLang) |
| Modifier and Type | Method and Description |
|---|---|
void |
callRagel(InputStream in,
OutputStream out) |
void |
compile(InputStream in,
OutputStream out) |
static void |
main(String[] args) |
static InputStream |
openFile(String fname) |
static void |
syntax() |
public RagelX(String machine, String targetLang) throws IOException
IOExceptionpublic static void main(String[] args) throws IOException, URISyntaxException, InterruptedException
public void compile(InputStream in, OutputStream out) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void callRagel(InputStream in, OutputStream out) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static InputStream openFile(String fname) throws FileNotFoundException
FileNotFoundExceptionpublic static void syntax()
Copyright © 2013. All Rights Reserved.