anvil.script.statements
Class PrintStatement.Converter

java.lang.Object
  |
  +--anvil.script.statements.PrintStatement.Converter
Direct Known Subclasses:
PrintStatement.CapitalizeConverter, PrintStatement.CapitalizeFirstConverter, PrintStatement.CompressConverter, PrintStatement.HtmlConverter, PrintStatement.LowerCaseConverter, PrintStatement.MetaConverter, PrintStatement.NewlineToBreakConverter, PrintStatement.NoWrapConverter, PrintStatement.TextConverter, PrintStatement.TrimConverter, PrintStatement.UpperCaseConverter, PrintStatement.URLDecodeConverter, PrintStatement.URLEncodeConverter
Enclosing class:
PrintStatement

protected class PrintStatement.Converter
extends java.lang.Object


Field Summary
protected  PrintStatement.Converter _converter
           
 
Constructor Summary
protected PrintStatement.Converter()
           
protected PrintStatement.Converter(PrintStatement.Converter converter)
           
 
Method Summary
protected  void compile(ByteCompiler context, Expression expr)
           
protected  java.lang.String convert(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_converter

protected PrintStatement.Converter _converter
Constructor Detail

PrintStatement.Converter

protected PrintStatement.Converter()

PrintStatement.Converter

protected PrintStatement.Converter(PrintStatement.Converter converter)
Method Detail

convert

protected java.lang.String convert(java.lang.String value)

compile

protected void compile(ByteCompiler context,
                       Expression expr)