Uses of Interface
org.benf.cfr.reader.bytecode.analysis.types.annotated.JavaAnnotatedTypeInstance
-
-
Uses of JavaAnnotatedTypeInstance in org.benf.cfr.reader.bytecode.analysis.parse
Methods in org.benf.cfr.reader.bytecode.analysis.parse that return JavaAnnotatedTypeInstance Modifier and Type Method Description JavaAnnotatedTypeInstanceLValue. getAnnotatedCreationType() -
Uses of JavaAnnotatedTypeInstance in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Fields in org.benf.cfr.reader.bytecode.analysis.parse.lvalue declared as JavaAnnotatedTypeInstance Modifier and Type Field Description private JavaAnnotatedTypeInstanceLocalVariable. customCreationTypeMethods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue that return JavaAnnotatedTypeInstance Modifier and Type Method Description JavaAnnotatedTypeInstanceAbstractLValue. getAnnotatedCreationType()JavaAnnotatedTypeInstanceLocalVariable. getAnnotatedCreationType()Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type JavaAnnotatedTypeInstance Modifier and Type Method Description voidLocalVariable. 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 Modifier and Type Method Description JavaAnnotatedTypeInstanceWildcardMatch.LValueWildcard. getAnnotatedCreationType() -
Uses of JavaAnnotatedTypeInstance in org.benf.cfr.reader.bytecode.analysis.types
Classes in org.benf.cfr.reader.bytecode.analysis.types that implement JavaAnnotatedTypeInstance Modifier and Type Class Description private classJavaArrayTypeInstance.Annotatedprivate classJavaGenericPlaceholderTypeInstance.Annotatedprivate classJavaGenericRefTypeInstance.Annotatedprivate static classJavaRefTypeInstance.Annotatedprivate classJavaWildcardTypeInstance.Annotatedprivate classRawJavaType.AnnotatedFields in org.benf.cfr.reader.bytecode.analysis.types declared as JavaAnnotatedTypeInstance Modifier and Type Field Description private JavaAnnotatedTypeInstanceJavaArrayTypeInstance.Annotated. annotatedUnderlyingType(package private) JavaAnnotatedTypeInstanceJavaGenericRefTypeInstance.Annotated. typeAnnotatedprivate JavaAnnotatedTypeInstanceJavaWildcardTypeInstance.Annotated. underlyingAnnotatedFields in org.benf.cfr.reader.bytecode.analysis.types with type parameters of type JavaAnnotatedTypeInstance Modifier and Type Field Description (package private) java.util.List<JavaAnnotatedTypeInstance>JavaGenericRefTypeInstance.Annotated. genericTypeAnnotatedMethods in org.benf.cfr.reader.bytecode.analysis.types that return JavaAnnotatedTypeInstance Modifier and Type Method Description JavaAnnotatedTypeInstanceJavaArrayTypeInstance. getAnnotatedInstance()JavaAnnotatedTypeInstanceJavaGenericPlaceholderTypeInstance. getAnnotatedInstance()JavaAnnotatedTypeInstanceJavaGenericRefTypeInstance. getAnnotatedInstance()JavaAnnotatedTypeInstanceJavaIntersectionTypeInstance. getAnnotatedInstance()JavaAnnotatedTypeInstanceJavaRefTypeInstance. getAnnotatedInstance()JavaAnnotatedTypeInstanceJavaTypeInstance. getAnnotatedInstance()JavaAnnotatedTypeInstanceJavaWildcardTypeInstance. getAnnotatedInstance()JavaAnnotatedTypeInstanceRawJavaType. getAnnotatedInstance()Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type JavaAnnotatedTypeInstance Modifier and Type Method Description static voidTypeAnnotationHelper. apply(JavaAnnotatedTypeInstance annotatedTypeInstance, java.util.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 JavaAnnotatedTypeInstance Constructor Description Annotated(JavaAnnotatedTypeInstance typeAnnotated, java.util.List<JavaAnnotatedTypeInstance> genericTypeAnnotated)Constructor parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type JavaAnnotatedTypeInstance Constructor Description Annotated(JavaAnnotatedTypeInstance typeAnnotated, java.util.List<JavaAnnotatedTypeInstance> genericTypeAnnotated)
-