Class NameCache
- java.lang.Object
 - 
- org.apache.tapestry5.internal.plastic.NameCache
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NameCache() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoDesc(String typeName)StringtoDesc(MethodDescription md)StringtoInternalName(Class type)StringtoInternalName(String className)StringtoMethodDescriptor(Class returnType, Class... argumentTypes)StringtoMethodDescriptor(String returnType, String... argumentTypes)StringtoTypeName(Class type)String[]toTypeNames(Class... types) 
 - 
 
- 
- 
Constructor Detail
- 
NameCache
public NameCache()
 
 - 
 
- 
Method Detail
- 
toInternalName
public String toInternalName(String className)
 
- 
toInternalName
public String toInternalName(Class type)
 
- 
toDesc
public String toDesc(MethodDescription md)
 
- 
toTypeName
public String toTypeName(Class type)
 
- 
toTypeNames
public String[] toTypeNames(Class... types)
 
- 
toMethodDescriptor
public String toMethodDescriptor(Class returnType, Class... argumentTypes)
 
- 
toMethodDescriptor
public String toMethodDescriptor(String returnType, String... argumentTypes)
 
 - 
 
 -