|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.gate.wiki.antlr.Tool
class Tool
This class is the top level class for the YAM language. It is used to translate from YAM to html, latex, and other languages.
Field Summary | |
---|---|
static String |
HTML
The string which can be used to check for the HTML target language. |
static String |
LATEX
The string which can be used to check for the LaTeX target language. |
static String |
WIKI
The string which can be used to check for the WikiHTML target language. |
static String |
XHTML
The string which can be used to check for the XHTML target language. |
private static HashMap |
overRide
|
static String |
version
|
Constructor Summary | |
Tool()
|
Method Summary | |
---|---|
static void
|
main(String[] args)
main procedure processes arguments:
|
static void
|
message()
Prints version message. |
static void
|
run(Reader in, Writer out, String lang)
Initializes and runs the YAM engine. |
static void
|
usage()
Prints the help message. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
static String HTML
static String LATEX
static String WIKI
static String XHTML
private static HashMap overRide
static String version
Constructor Detail |
---|
Tool()
Method Detail |
---|
public static void main(String[] args)
public static void message()
public static void run(Reader in, Writer out, String lang)
public static void usage()
Groovy Documentation