|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.tools.FormatPrint
public final class FormatPrint
This utility class provides MillScripts print, show and formatted printing functionality.
| Method Summary | |
|---|---|
static void |
print(java.io.PrintWriter out,
java.lang.String control,
org.millscript.commons.util.IList<?> list)
Format prints the specified control string to the specified writer, using the specified list of arguments. |
static void |
print1(java.io.PrintWriter out,
java.lang.Object x)
Prints the specified object to the specified writer. |
static void |
show(java.io.PrintWriter out,
java.lang.Object x)
Shows the specified object to the specified writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void show(java.io.PrintWriter out,
java.lang.Object x)
out - the writer to show tox - the object to show
public static void print(java.io.PrintWriter out,
java.lang.String control,
org.millscript.commons.util.IList<?> list)
out - the writer to print tocontrol - the format control stringlist - the list of arguments for formatting
public static void print1(java.io.PrintWriter out,
java.lang.Object x)
out - the writer to print tox - the object to print
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||