Package com.strobel.assembler.metadata
Class ClassFileReader.ResolverFrame
java.lang.Object
com.strobel.assembler.metadata.ClassFileReader.ResolverFrame
- All Implemented Interfaces:
IGenericContext
,IResolverFrame
- Enclosing class:
ClassFileReader
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final HashMap
<String, TypeReference> (package private) final HashMap
<String, GenericParameter> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addType
(TypeReference type) void
findTypeVariable
(String name) void
removeType
(TypeReference type) void
-
Field Details
-
types
-
typeVariables
-
-
Constructor Details
-
ResolverFrame
private ResolverFrame()
-
-
Method Details
-
addType
-
addTypeVariable
-
removeType
-
removeTypeVariable
-
findType
- Specified by:
findType
in interfaceIResolverFrame
-
findTypeVariable
- Specified by:
findTypeVariable
in interfaceIGenericContext
-