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 TypeMethodDescriptionvoidaddType(TypeReference type) voidfindTypeVariable(String name) voidremoveType(TypeReference type) void
-
Field Details
-
types
-
typeVariables
-
-
Constructor Details
-
ResolverFrame
private ResolverFrame()
-
-
Method Details
-
addType
-
addTypeVariable
-
removeType
-
removeTypeVariable
-
findType
- Specified by:
findTypein interfaceIResolverFrame
-
findTypeVariable
- Specified by:
findTypeVariablein interfaceIGenericContext
-