Uses of Interface
org.benf.cfr.reader.bytecode.analysis.types.annotated.JavaAnnotatedTypeInstance
Packages that use JavaAnnotatedTypeInstance
Package
Description
-
Uses of JavaAnnotatedTypeInstance in org.benf.cfr.reader.bytecode.analysis.parse
Methods in org.benf.cfr.reader.bytecode.analysis.parse that return JavaAnnotatedTypeInstance -
Uses of JavaAnnotatedTypeInstance in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue that return JavaAnnotatedTypeInstanceModifier and TypeMethodDescriptionAbstractLValue.getAnnotatedCreationType()LocalVariable.getAnnotatedCreationType()Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type JavaAnnotatedTypeInstanceModifier and TypeMethodDescriptionvoidLocalVariable.setCustomCreationType(JavaAnnotatedTypeInstance customCreationType) -
Uses of JavaAnnotatedTypeInstance in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Methods in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that return JavaAnnotatedTypeInstance -
Uses of JavaAnnotatedTypeInstance in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types that return JavaAnnotatedTypeInstanceModifier and TypeMethodDescriptionJavaArrayTypeInstance.getAnnotatedInstance()JavaGenericPlaceholderTypeInstance.getAnnotatedInstance()JavaGenericRefTypeInstance.getAnnotatedInstance()JavaIntersectionTypeInstance.getAnnotatedInstance()JavaRefTypeInstance.getAnnotatedInstance()JavaTypeInstance.getAnnotatedInstance()JavaWildcardTypeInstance.getAnnotatedInstance()RawJavaType.getAnnotatedInstance()Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type JavaAnnotatedTypeInstanceModifier and TypeMethodDescriptionstatic voidTypeAnnotationHelper.apply(JavaAnnotatedTypeInstance annotatedTypeInstance, List<? extends AnnotationTableTypeEntry> typeEntries, DecompilerComments comments)