Class TypeCache
java.lang.Object
com.buschmais.jqassistant.plugin.java.api.scanner.TypeCache
Cache for resolved types.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classTypeCache.CachedType<T extends TypeDescriptor>Represents a type and all of its declared members. -
Method Summary
Modifier and TypeMethodDescriptionFind a type by its fully qualified named.voidput(String fullQualifiedName, TypeCache.CachedType cachedType) Put a type.
-
Method Details
-
get
Find a type by its fully qualified named.- Parameters:
fullQualifiedName- The fqn.- Returns:
- The cached type or
null.
-
put
Put a type.- Parameters:
fullQualifiedName- The fqn.cachedType- The type.
-