org.erights.e.elib.oldeio
Class UnQuote

java.lang.Object
  |
  +--org.erights.e.elib.oldeio.UnQuote

public class UnQuote
extends Object

Safe: Wraps a string, and prints/quotes as the string, rather than the quoted form of the string.

Author:
Mark S. Miller

Field Summary
private  String myStr
           
 
Constructor Summary
UnQuote(String str)
          Enabled:
 
Method Summary
 String toString()
          Suppressed:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myStr

private final String myStr
Constructor Detail

UnQuote

public UnQuote(String str)
Enabled:

Method Detail

toString

public String toString()
Suppressed:

Overrides:
toString in class Object
Returns:
a string representation of the object.


comments?