|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use YAMContext | |
---|---|
gate.wiki.antlr | This package contains version 3 of the YAM language. |
gate.wiki.antlr.plugin | This package contains version 3 of the YAM language. |
Uses of YAMContext in gate.wiki.antlr |
---|
Fields in gate.wiki.antlr declared as YAMContext | |
---|---|
protected YAMContext |
YAMLexer.context
Tracks variables and such; later track line number etc... |
Methods in gate.wiki.antlr that return YAMContext | |
---|---|
YAMContext |
YAMLexer.getContext()
|
Methods in gate.wiki.antlr with parameters of type YAMContext | |
---|---|
void |
HTMLTarget.box(YAMContext context,
Vector args)
|
void |
LaTeXTarget.box(YAMContext context,
Vector args)
|
void |
LoutTarget.box(YAMContext context,
Vector args)
|
void |
NOPTarget.box(YAMContext context,
Vector args)
|
void |
XHTMLTarget.box(YAMContext context,
Vector args)
|
void |
YAMTarget.box(YAMContext context,
Vector args)
|
void |
HTMLTarget.c(YAMContext context,
Vector args)
|
void |
LoutTarget.c(YAMContext context,
Vector args)
|
void |
NOPTarget.c(YAMContext context,
Vector args)
|
void |
XHTMLTarget.c(YAMContext context,
Vector args)
|
void |
YAMTarget.c(YAMContext context,
Vector args)
|
void |
HTMLTarget.cite(YAMContext context,
Vector args)
|
void |
LaTeXTarget.cite(YAMContext context,
Vector args)
|
void |
LoutTarget.cite(YAMContext context,
Vector args)
|
void |
NOPTarget.cite(YAMContext context,
Vector args)
|
void |
XHTMLTarget.cite(YAMContext context,
Vector args)
|
void |
YAMTarget.cite(YAMContext context,
Vector args)
Former plugins |
void |
HTMLTarget.date(YAMContext context,
Vector args)
|
void |
NOPTarget.date(YAMContext context,
Vector args)
|
void |
XHTMLTarget.date(YAMContext context,
Vector args)
|
void |
YAMTarget.date(YAMContext context,
Vector args)
|
void |
HTMLTarget.delete(YAMContext context,
Vector args)
|
void |
NOPTarget.delete(YAMContext context,
Vector args)
|
void |
XHTMLTarget.delete(YAMContext context,
Vector args)
|
void |
YAMTarget.delete(YAMContext context,
Vector args)
|
void |
HTMLTarget.eps(YAMContext context,
Vector args)
|
void |
LaTeXTarget.eps(YAMContext context,
Vector args)
|
void |
LoutTarget.eps(YAMContext context,
Vector args)
|
void |
NOPTarget.eps(YAMContext context,
Vector args)
|
void |
XHTMLTarget.eps(YAMContext context,
Vector args)
|
void |
YAMTarget.eps(YAMContext context,
Vector args)
|
void |
HTMLTarget.footnote(YAMContext context,
Vector args)
|
void |
LaTeXTarget.footnote(YAMContext context,
Vector args)
|
void |
LoutTarget.footnote(YAMContext context,
Vector args)
|
void |
NOPTarget.footnote(YAMContext context,
Vector args)
|
void |
XHTMLTarget.footnote(YAMContext context,
Vector args)
|
void |
YAMTarget.footnote(YAMContext context,
Vector args)
|
void |
HTMLTarget.image(YAMContext context,
Vector args)
Former plugins were turned into methods |
void |
LaTeXTarget.image(YAMContext context,
Vector args)
Former plugins were turned into methods |
void |
LoutTarget.image(YAMContext context,
Vector args)
Former plugins |
void |
NOPTarget.image(YAMContext context,
Vector args)
Former plugins |
void |
XHTMLTarget.image(YAMContext context,
Vector args)
Former plugins were turned into methods |
void |
YAMTarget.image(YAMContext context,
Vector args)
|
void |
NOPTarget.include(YAMContext context,
Vector args)
|
void |
YAMTarget.include(YAMContext context,
Vector args)
|
void |
HTMLTarget.notes(YAMContext context,
Vector args)
|
void |
LaTeXTarget.notes(YAMContext context,
Vector args)
|
void |
LoutTarget.notes(YAMContext context,
Vector args)
|
void |
NOPTarget.notes(YAMContext context,
Vector args)
|
void |
XHTMLTarget.notes(YAMContext context,
Vector args)
|
void |
YAMTarget.notes(YAMContext context,
Vector args)
|
void |
YAMLexer.setContext(YAMContext context)
|
void |
HTMLTarget.syndiag(YAMContext context,
Vector args)
|
void |
LaTeXTarget.syndiag(YAMContext context,
Vector args)
|
void |
LoutTarget.syndiag(YAMContext context,
Vector args)
|
void |
NOPTarget.syndiag(YAMContext context,
Vector args)
|
void |
XHTMLTarget.syndiag(YAMContext context,
Vector args)
|
void |
YAMTarget.syndiag(YAMContext context,
Vector args)
|
String |
YAMPlugin.translate(YAMContext context,
Vector args)
|
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 |
HTMLTarget.tree(YAMContext context,
Vector args)
|
void |
LaTeXTarget.tree(YAMContext context,
Vector args)
|
void |
LoutTarget.tree(YAMContext context,
Vector args)
|
void |
NOPTarget.tree(YAMContext context,
Vector args)
|
void |
XHTMLTarget.tree(YAMContext context,
Vector args)
|
void |
YAMTarget.tree(YAMContext context,
Vector args)
|
Constructors in gate.wiki.antlr with parameters of type YAMContext | |
---|---|
DefaultYAMEngine(Reader in,
YAMContext context)
|
|
YAMLexer(Reader in,
YAMContext context)
Used by sublexers that handle plugin data; shares context with original |
Uses of YAMContext in gate.wiki.antlr.plugin |
---|
Methods in gate.wiki.antlr.plugin with parameters of type YAMContext | |
---|---|
String |
box.translate(YAMContext context,
Vector args)
|
String |
c.translate(YAMContext context,
Vector args)
|
String |
cite.translate(YAMContext context,
Vector args)
|
String |
date.translate(YAMContext context,
Vector args)
|
String |
delete.translate(YAMContext context,
Vector args)
|
String |
eps.translate(YAMContext context,
Vector args)
|
String |
footnote.translate(YAMContext context,
Vector args)
|
String |
image.translate(YAMContext context,
Vector args)
|
String |
include.translate(YAMContext context,
Vector args)
|
String |
notes.translate(YAMContext context,
Vector args)
|
String |
syndiag.translate(YAMContext context,
Vector args)
|
String |
tree.translate(YAMContext context,
Vector args)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |