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 JavaAnnotatedTypeInstance
LValue. 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 JavaAnnotatedTypeInstance
LocalVariable. customCreationType
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue that return JavaAnnotatedTypeInstance Modifier and Type Method Description JavaAnnotatedTypeInstance
AbstractLValue. getAnnotatedCreationType()
JavaAnnotatedTypeInstance
LocalVariable. getAnnotatedCreationType()
Methods in org.benf.cfr.reader.bytecode.analysis.parse.lvalue with parameters of type JavaAnnotatedTypeInstance Modifier and Type Method Description void
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 Modifier and Type Method Description JavaAnnotatedTypeInstance
WildcardMatch.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 class
JavaArrayTypeInstance.Annotated
private class
JavaGenericPlaceholderTypeInstance.Annotated
private class
JavaGenericRefTypeInstance.Annotated
private static class
JavaRefTypeInstance.Annotated
private class
JavaWildcardTypeInstance.Annotated
private class
RawJavaType.Annotated
Fields in org.benf.cfr.reader.bytecode.analysis.types declared as JavaAnnotatedTypeInstance Modifier and Type Field Description private JavaAnnotatedTypeInstance
JavaArrayTypeInstance.Annotated. annotatedUnderlyingType
(package private) JavaAnnotatedTypeInstance
JavaGenericRefTypeInstance.Annotated. typeAnnotated
private JavaAnnotatedTypeInstance
JavaWildcardTypeInstance.Annotated. underlyingAnnotated
Fields 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. genericTypeAnnotated
Methods in org.benf.cfr.reader.bytecode.analysis.types that return JavaAnnotatedTypeInstance Modifier and Type Method Description JavaAnnotatedTypeInstance
JavaArrayTypeInstance. getAnnotatedInstance()
JavaAnnotatedTypeInstance
JavaGenericPlaceholderTypeInstance. getAnnotatedInstance()
JavaAnnotatedTypeInstance
JavaGenericRefTypeInstance. getAnnotatedInstance()
JavaAnnotatedTypeInstance
JavaIntersectionTypeInstance. getAnnotatedInstance()
JavaAnnotatedTypeInstance
JavaRefTypeInstance. getAnnotatedInstance()
JavaAnnotatedTypeInstance
JavaTypeInstance. getAnnotatedInstance()
JavaAnnotatedTypeInstance
JavaWildcardTypeInstance. getAnnotatedInstance()
JavaAnnotatedTypeInstance
RawJavaType. getAnnotatedInstance()
Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type JavaAnnotatedTypeInstance Modifier and Type Method Description static void
TypeAnnotationHelper. apply(JavaAnnotatedTypeInstance annotatedTypeInstance, java.util.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 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)
-