Bug 5065

Summary: (hpd) ptype <expression>
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Teresa Thomas <tthomas>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2246    

Description Andrew Cagney 2007-09-24 17:04:16 UTC
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>>
Comment 1 Teresa Thomas 2008-02-06 21:09:42 UTC
	2007-09-25  Teresa Thomas  <tthomas@redhat.com>
	
	* PtypeCommand.java: New file.
	* TestPtypeCommand.java: New file.
	* CLI.java (CLI): PtypeCommand added.