tip.cfg.cfa
Class FunctionPointers.DeclStringifier

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

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


Constructor Summary
private FunctionPointers.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

FunctionPointers.DeclStringifier

private FunctionPointers.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