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 JavaAnnotatedTypeInstance
LocalVariable.customCreationType
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 TypeMethodDescriptionvoid
LocalVariable.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 class
private class
private class
private static class
private class
private class
Fields in org.benf.cfr.reader.bytecode.analysis.types declared as JavaAnnotatedTypeInstanceModifier and TypeFieldDescriptionprivate final JavaAnnotatedTypeInstance
JavaArrayTypeInstance.Annotated.annotatedUnderlyingType
(package private) JavaAnnotatedTypeInstance
JavaGenericRefTypeInstance.Annotated.typeAnnotated
private final JavaAnnotatedTypeInstance
JavaWildcardTypeInstance.Annotated.underlyingAnnotated
Fields in org.benf.cfr.reader.bytecode.analysis.types with type parameters of type JavaAnnotatedTypeInstanceModifier and TypeFieldDescription(package private) List<JavaAnnotatedTypeInstance>
JavaGenericRefTypeInstance.Annotated.genericTypeAnnotated
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 void
TypeAnnotationHelper.apply
(JavaAnnotatedTypeInstance annotatedTypeInstance, List<? extends AnnotationTableTypeEntry> typeEntries, DecompilerComments comments) private static void
TypeAnnotationHelper.apply
(JavaAnnotatedTypeInstance annotatedTypeInstance, AnnotationTableTypeEntry typeEntry, DecompilerComments comments) Constructors in org.benf.cfr.reader.bytecode.analysis.types with parameters of type JavaAnnotatedTypeInstanceModifierConstructorDescriptionprivate
Annotated
(JavaAnnotatedTypeInstance typeAnnotated, List<JavaAnnotatedTypeInstance> genericTypeAnnotated) Constructor parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type JavaAnnotatedTypeInstanceModifierConstructorDescriptionprivate
Annotated
(JavaAnnotatedTypeInstance typeAnnotated, List<JavaAnnotatedTypeInstance> genericTypeAnnotated)