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
Fields in org.benf.cfr.reader.bytecode.analysis.parse.lvalue declared as JavaAnnotatedTypeInstanceModifier and TypeFieldDescriptionprivate JavaAnnotatedTypeInstanceLocalVariable.customCreationTypeMethods 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
Classes in org.benf.cfr.reader.bytecode.analysis.types that implement JavaAnnotatedTypeInstanceModifier and TypeClassDescriptionprivate classprivate classprivate classprivate static classprivate classprivate classFields in org.benf.cfr.reader.bytecode.analysis.types declared as JavaAnnotatedTypeInstanceModifier and TypeFieldDescriptionprivate final JavaAnnotatedTypeInstanceJavaArrayTypeInstance.Annotated.annotatedUnderlyingType(package private) JavaAnnotatedTypeInstanceJavaGenericRefTypeInstance.Annotated.typeAnnotatedprivate final JavaAnnotatedTypeInstanceJavaWildcardTypeInstance.Annotated.underlyingAnnotatedFields in org.benf.cfr.reader.bytecode.analysis.types with type parameters of type JavaAnnotatedTypeInstanceModifier and TypeFieldDescription(package private) List<JavaAnnotatedTypeInstance> JavaGenericRefTypeInstance.Annotated.genericTypeAnnotatedMethods 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) private static voidTypeAnnotationHelper.apply(JavaAnnotatedTypeInstance annotatedTypeInstance, AnnotationTableTypeEntry typeEntry, DecompilerComments comments) Constructors in org.benf.cfr.reader.bytecode.analysis.types with parameters of type JavaAnnotatedTypeInstanceModifierConstructorDescriptionprivateAnnotated(JavaAnnotatedTypeInstance typeAnnotated, List<JavaAnnotatedTypeInstance> genericTypeAnnotated) Constructor parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type JavaAnnotatedTypeInstanceModifierConstructorDescriptionprivateAnnotated(JavaAnnotatedTypeInstance typeAnnotated, List<JavaAnnotatedTypeInstance> genericTypeAnnotated)