Modifier and Type | Method and Description |
---|---|
JavaAnnotatedTypeInstance |
LValue.getAnnotatedCreationType() |
Modifier and Type | Field and Description |
---|---|
private JavaAnnotatedTypeInstance |
LocalVariable.customCreationType |
Modifier and Type | Method and Description |
---|---|
JavaAnnotatedTypeInstance |
AbstractLValue.getAnnotatedCreationType() |
JavaAnnotatedTypeInstance |
LocalVariable.getAnnotatedCreationType() |
Modifier and Type | Method and Description |
---|---|
void |
LocalVariable.setCustomCreationType(JavaAnnotatedTypeInstance customCreationType) |
Modifier and Type | Method and Description |
---|---|
JavaAnnotatedTypeInstance |
WildcardMatch.LValueWildcard.getAnnotatedCreationType() |
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
private JavaAnnotatedTypeInstance |
JavaArrayTypeInstance.Annotated.annotatedUnderlyingType |
(package private) JavaAnnotatedTypeInstance |
JavaGenericRefTypeInstance.Annotated.typeAnnotated |
private JavaAnnotatedTypeInstance |
JavaWildcardTypeInstance.Annotated.underlyingAnnotated |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<JavaAnnotatedTypeInstance> |
JavaGenericRefTypeInstance.Annotated.genericTypeAnnotated |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
private static void |
TypeAnnotationHelper.apply(JavaAnnotatedTypeInstance annotatedTypeInstance,
AnnotationTableTypeEntry typeEntry,
DecompilerComments comments) |
static void |
TypeAnnotationHelper.apply(JavaAnnotatedTypeInstance annotatedTypeInstance,
java.util.List<? extends AnnotationTableTypeEntry> typeEntries,
DecompilerComments comments) |
Constructor and Description |
---|
Annotated(JavaAnnotatedTypeInstance typeAnnotated,
java.util.List<JavaAnnotatedTypeInstance> genericTypeAnnotated) |
Constructor and Description |
---|
Annotated(JavaAnnotatedTypeInstance typeAnnotated,
java.util.List<JavaAnnotatedTypeInstance> genericTypeAnnotated) |