tip.cfg.cfa
Class Andersen.DeclStringifier

java.lang.Object
  extended by tip.cfg.cfa.Andersen.DeclStringifier
All Implemented Interfaces:
Stringifier<PDecl>
Enclosing class:
Andersen

private static class Andersen.DeclStringifier
extends java.lang.Object
implements Stringifier<PDecl>


Constructor Summary
private Andersen.DeclStringifier()
           
 
Method Summary
 java.lang.String toString(PDecl decl)
          Returns a textual representation of t.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Andersen.DeclStringifier

private Andersen.DeclStringifier()
Method Detail

toString

public java.lang.String toString(PDecl decl)
Description copied from interface: Stringifier
Returns a textual representation of t.

Specified by:
toString in interface Stringifier<PDecl>
Parameters:
decl - the object for which a textual representation is returned
Returns:
a textual representation of t