|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use YAMTarget | |
---|---|
gate.wiki.antlr | This package contains version 3 of the YAM language. |
Uses of YAMTarget in gate.wiki.antlr |
---|
Classes in gate.wiki.antlr that implement YAMTarget | |
---|---|
class |
DBGTarget
|
class |
HTMLTarget
|
class |
LaTeXTarget
|
class |
LoutTarget
|
class |
NOPTarget
This class represents the NOP translation and can be used to check syntax of your YAM input. |
class |
WikiHTMLTarget
This class implements translation to HTML with WikiLinks and without headers. |
class |
XHTMLTarget
XHTML target |
Fields in gate.wiki.antlr declared as YAMTarget | |
---|---|
YAMTarget |
YAMLexer.target
Each lexer/translator can have it's own target language |
Methods in gate.wiki.antlr that return YAMTarget | |
---|---|
YAMTarget |
YAMContext.getTarget()
The plugins will want to know what the output target language is |
YAMTarget |
YAMLexer.getTarget()
|
Methods in gate.wiki.antlr with parameters of type YAMTarget | |
---|---|
static void |
DefaultYAMEngine.translate(YAMContext context,
YAMTarget target,
String inputName,
String text)
Given a target and current YAM context to exec within, translate the given text to the appropriate output language. |
void |
DefaultYAMEngine.translate(YAMTarget target)
Begin on-the-fly syntax-directed translation |
abstract void |
YAMLexer.translate(YAMTarget target)
Begin on-the-fly syntax-directed translation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |