com.moesol.generator.printer
Class ValuePrinter
java.lang.Object
com.moesol.generator.printer.ValuePrinter
- Direct Known Subclasses:
- JavaValuePrinter
public abstract class ValuePrinter
- extends Object
Print the value of an object. For primitive and array types
subclasses print the value suitable for their language.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValuePrinter
public ValuePrinter()
print
public abstract void print(Object value,
Writer out)
throws IOException
- Throws:
IOException
toString
public String toString(Object value)
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.