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 classCustomDelegateTypeCache.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.StringgenerateName(Type<?> returnType, TypeList parameterTypes)(package private) static Type<?>get(Type<?> returnType, TypeList parameterTypes)private static chargetCharacterCode(Type<?> type)
-
-
-
Field Detail
-
TypeCache
private static final Cache<CustomDelegateTypeCache.CacheKey,Type<?>> TypeCache
-
-