Uses of Interface
java.lang.classfile.ClassHierarchyResolver.ClassHierarchyInfo
Packages that use ClassHierarchyResolver.ClassHierarchyInfo
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassHierarchyResolver.ClassHierarchyInfo in java.lang.classfile
Methods in java.lang.classfile that return ClassHierarchyResolver.ClassHierarchyInfoModifier and TypeMethodDescriptionClassHierarchyResolver.getClassInfo
(ClassDesc classDesc) Returns theClassHierarchyInfo
for a given class name, ornull
if the name is unknown to the resolver.Indicates that a class is a declared class, with the specific given super class.ClassHierarchyResolver.ClassHierarchyInfo.ofInterface()
Indicates that a class is an interface.Method parameters in java.lang.classfile with type arguments of type ClassHierarchyResolver.ClassHierarchyInfoModifier and TypeMethodDescriptiondefault ClassHierarchyResolver
ClassHierarchyResolver.cached
(Supplier<Map<ClassDesc, ClassHierarchyResolver.ClassHierarchyInfo>> cacheFactory) Returns aClassHierarchyResolver
that caches class hierarchy information from this resolver.