Class CustomDelegateTypeCache
java.lang.Object
com.strobel.expressions.CustomDelegateTypeCache
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Cache<CustomDelegateTypeCache.CacheKey, Type<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Type<?> createDelegateType(Type<?> returnType, TypeList parameterTypes) private static StringgenerateName(Type<?> returnType, TypeList parameterTypes) (package private) static Type<?> private static chargetCharacterCode(Type<?> type)
-
Field Details
-
TypeCache
-
-
Constructor Details
-
CustomDelegateTypeCache
CustomDelegateTypeCache()
-
-
Method Details
-
get
-
createDelegateType
-
generateName
-
getCharacterCode
-