|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.jape.Compiler
public class Compiler
Compiler for JAPE files.
Constructor Summary | |
---|---|
Compiler()
|
Method Summary | |
---|---|
static void |
compile(ArrayList fileNames)
The main compile method, taking a list of file names. |
static void |
compile(String japeFileName,
String encoding)
The main compile method, taking a file name. |
static void |
emessage(String mess)
Ooops. |
static void |
main(String[] args)
Take a list of .jape files names and compile them to .ser. |
static void |
message(String mess)
Hello? |
static Transducer |
parseJape(String japeFileName,
String encoding)
Parse a .jape and return a transducer, or throw exception. |
static void |
saveJape(String japeFileName,
Transducer transducer)
Save a .jape, or throw exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Compiler()
Method Detail |
---|
public static void main(String[] args)
public static void compile(String japeFileName, String encoding)
public static void compile(ArrayList fileNames)
public static Transducer parseJape(String japeFileName, String encoding) throws JapeException
JapeException
public static void saveJape(String japeFileName, Transducer transducer) throws JapeException
JapeException
public static void message(String mess)
public static void emessage(String mess)
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |