Package com.strobel.expressions
Class CustomDelegateTypeCache
- java.lang.Object
-
- com.strobel.expressions.CustomDelegateTypeCache
-
final class CustomDelegateTypeCache extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
CustomDelegateTypeCache.CacheKey
-
Field Summary
Fields Modifier and Type Field Description private static Cache<CustomDelegateTypeCache.CacheKey,Type<?>>
TypeCache
-
Constructor Summary
Constructors Constructor Description CustomDelegateTypeCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static Type<?>
createDelegateType(Type<?> returnType, TypeList parameterTypes)
private static java.lang.String
generateName(Type<?> returnType, TypeList parameterTypes)
(package private) static Type<?>
get(Type<?> returnType, TypeList parameterTypes)
private static char
getCharacterCode(Type<?> type)
-
-
-
Field Detail
-
TypeCache
private static final Cache<CustomDelegateTypeCache.CacheKey,Type<?>> TypeCache
-
-