org.sadun.util.codegen
Class TypeNameGenerator

java.lang.Object
  extended byorg.sadun.util.codegen.TypeNameGenerator

public class TypeNameGenerator
extends java.lang.Object

A class to produce source-level names for java types.

Author:
Cristiano Sadun

Constructor Summary
TypeNameGenerator()
           
 
Method Summary
static java.lang.String getName(java.lang.Class type)
          Return the correct source level name for a given type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeNameGenerator

public TypeNameGenerator()
Method Detail

getName

public static java.lang.String getName(java.lang.Class type)
Return the correct source level name for a given type

Parameters:
type -
Returns: