Uses of Interface
gw.lang.parser.template.StringEscaper
-
Packages that use StringEscaper Package Description gw.internal.gosu.template gw.lang.parser.template -
-
Uses of StringEscaper in gw.internal.gosu.template
Methods in gw.internal.gosu.template with parameters of type StringEscaper Modifier and Type Method Description void
TemplateGenerator. execute(Writer writer, StringEscaper escaper, ISymbolTable symTable)
static void
TemplateRenderer. render(ITemplateType type, Writer writer, StringEscaper escaper, Object[] args)
-
Uses of StringEscaper in gw.lang.parser.template
Subinterfaces of StringEscaper in gw.lang.parser.template Modifier and Type Interface Description interface
IEscapesAllContent
Methods in gw.lang.parser.template with parameters of type StringEscaper Modifier and Type Method Description void
ITemplateGenerator. execute(Writer writer, StringEscaper escaper, ISymbolTable symTable)
-