|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gate.wiki.antlr.NOPTarget gate.wiki.antlr.DBGTarget
public class DBGTarget
Field Summary |
---|
Fields inherited from class gate.wiki.antlr.NOPTarget |
---|
lastCommand, out |
Constructor Summary | |
---|---|
DBGTarget()
|
Method Summary | |
---|---|
void |
begin_ol(int level)
|
void |
begin_table()
|
void |
begin_ul(int level)
|
void |
begin()
insert head.html if found |
void |
beginListItem(int level)
|
void |
blankline()
They want a blank line without signaling a new paragraph. |
void |
blockquote(String q)
|
void |
bold(String t)
|
void |
code(String c)
|
void |
col()
|
void |
end_ol(int level)
|
void |
end_table()
|
void |
end_ul(int level)
|
void |
end()
insert tail.html if found |
String |
getTargetLanguage()
Typically "HTML", or "Lout" |
void |
italic(String t)
|
void |
linebreak()
They want a new line in a paragraph |
void |
link(String url,
String title)
|
void |
paragraph()
|
void |
row()
|
void |
section(String title,
int level)
|
void |
text(String t)
|
void |
tt(String t)
|
void |
verbatim(String rawOutput)
Assume rawOutput is in output language and just dump |
Methods inherited from class gate.wiki.antlr.NOPTarget |
---|
anchor, beginBF, beginEM, beginSection, beginSectionList, beginTT, box, c, cite, contents, date, delete, endBF, endEM, endListItem, endSection, endSectionList, endTT, eps, extractLastCommand, footnote, getLastOutputCommand, hr, image, include, longdash, notes, syndiag, title, tree, wikilink, write, writeln |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface gate.wiki.antlr.YAMTarget |
---|
anchor, beginBF, beginEM, beginSection, beginSectionList, beginTT, box, c, cite, contents, date, delete, endBF, endEM, endListItem, endSection, endSectionList, endTT, eps, footnote, hr, image, include, longdash, notes, syndiag, title, tree, wikilink |
Constructor Detail |
---|
public DBGTarget()
Method Detail |
---|
public String getTargetLanguage()
YAMTarget
getTargetLanguage
in interface YAMTarget
getTargetLanguage
in class NOPTarget
public void begin()
begin
in interface YAMTarget
begin
in class NOPTarget
public void end()
end
in interface YAMTarget
end
in class NOPTarget
public void text(String t)
text
in interface YAMTarget
text
in class NOPTarget
public void bold(String t)
bold
in interface YAMTarget
bold
in class NOPTarget
public void italic(String t)
italic
in interface YAMTarget
italic
in class NOPTarget
public void tt(String t)
tt
in interface YAMTarget
tt
in class NOPTarget
public void begin_ul(int level)
begin_ul
in interface YAMTarget
begin_ul
in class NOPTarget
public void begin_ol(int level)
begin_ol
in interface YAMTarget
begin_ol
in class NOPTarget
public void end_ul(int level)
end_ul
in interface YAMTarget
end_ul
in class NOPTarget
public void end_ol(int level)
end_ol
in interface YAMTarget
end_ol
in class NOPTarget
public void beginListItem(int level)
beginListItem
in interface YAMTarget
beginListItem
in class NOPTarget
public void paragraph()
paragraph
in interface YAMTarget
paragraph
in class NOPTarget
public void linebreak()
YAMTarget
linebreak
in interface YAMTarget
linebreak
in class NOPTarget
public void blankline()
YAMTarget
blankline
in interface YAMTarget
blankline
in class NOPTarget
public void code(String c)
code
in interface YAMTarget
code
in class NOPTarget
public void verbatim(String rawOutput)
YAMTarget
verbatim
in interface YAMTarget
verbatim
in class NOPTarget
public void blockquote(String q)
blockquote
in interface YAMTarget
blockquote
in class NOPTarget
public void link(String url, String title)
link
in interface YAMTarget
link
in class NOPTarget
public void section(String title, int level)
public void col()
col
in interface YAMTarget
col
in class NOPTarget
public void row()
row
in interface YAMTarget
row
in class NOPTarget
public void begin_table()
begin_table
in interface YAMTarget
begin_table
in class NOPTarget
public void end_table()
end_table
in interface YAMTarget
end_table
in class NOPTarget
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |