org.jf.baksmali.Renderers
Class BooleanRenderer

java.lang.Object
  extended by org.jf.baksmali.Renderers.BooleanRenderer

public class BooleanRenderer
extends java.lang.Object


Constructor Summary
BooleanRenderer()
           
 
Method Summary
static void writeTo(org.jf.util.IndentingWriter writer, boolean val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanRenderer

public BooleanRenderer()
Method Detail

writeTo

public static void writeTo(org.jf.util.IndentingWriter writer,
                           boolean val)
                    throws java.io.IOException
Throws:
java.io.IOException