Same as System.
Same as System.out.print(this), but with the function name after the object
the thing that was just printed
if(foo.print) { /* do something with foo */}
Same as System.
Same as System.err.print(this), but with the function name after the object
the thing that was just printed
if(foo.printStdErr) { /* do something with foo */}
Same as System.
Same as System.out.println(this), but with the function name after the object
the thing that was just printed
if(foo.println) { /* do something with foo */}
Same as System.
Same as System.err.println(this), but with the function name after the object
the thing that was just printed
if(foo.printlnStdErr) { /* do something with foo */}
Wrapper class for implicit conversion .print methods