anvil.script.statements
Class PrintStatement.NoWrapConverter

java.lang.Object
  |
  +--anvil.script.statements.PrintStatement.Converter
        |
        +--anvil.script.statements.PrintStatement.NoWrapConverter
Enclosing class:
PrintStatement

protected class PrintStatement.NoWrapConverter
extends PrintStatement.Converter


Field Summary
 
Fields inherited from class anvil.script.statements.PrintStatement.Converter
_converter
 
Constructor Summary
protected PrintStatement.NoWrapConverter(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
 

Constructor Detail

PrintStatement.NoWrapConverter

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

convert

protected java.lang.String convert(java.lang.String value)
Overrides:
convert in class PrintStatement.Converter

compile

protected void compile(ByteCompiler context,
                       Expression expr)
Overrides:
compile in class PrintStatement.Converter