Print the static type of an expression. The implementation is similar to print but with Value.toPrint(writer) replaced with Value.getType().toPrint(writer). A sufficent test is: (hpd) ptype i <<something about I being an integer>>
2007-09-25 Teresa Thomas <tthomas@redhat.com> * PtypeCommand.java: New file. * TestPtypeCommand.java: New file. * CLI.java (CLI): PtypeCommand added.