edu.rice.cs.dynamicjava.symbol
Interface TypeSystem.TypePrinter

Enclosing class:
TypeSystem

public static interface TypeSystem.TypePrinter


Method Summary
 java.lang.String print(Function f)
          Produce a string representing the signature of the function
 java.lang.String print(java.lang.Iterable<? extends Type> ts)
          Produce a string representing the list of types
 java.lang.String print(Type t)
          Produce a string representing the type
 

Method Detail

print

java.lang.String print(Type t)
Produce a string representing the type


print

java.lang.String print(java.lang.Iterable<? extends Type> ts)
Produce a string representing the list of types


print

java.lang.String print(Function f)
Produce a string representing the signature of the function