Interface JavaAnnotatedTypeIterator
-
- All Known Implementing Classes:
DeclarationAnnotationHelper.ArrayCountingIterator
,DeclarationAnnotationHelper.NestedCountingIterator
,DeclarationAnnotationHelper.SinglePartTypeIterator
,JavaAnnotatedTypeIterator.BaseAnnotatedTypeIterator
,JavaArrayTypeInstance.Annotated.Iterator
,JavaGenericPlaceholderTypeInstance.Annotated.Iterator
,JavaGenericRefTypeInstance.Annotated.Iterator
,JavaRefTypeInstance.Annotated.Iterator
,JavaWildcardTypeInstance.Annotated.Iterator
,RawJavaType.Annotated.Iterator
public interface JavaAnnotatedTypeIterator
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
JavaAnnotatedTypeIterator.BaseAnnotatedTypeIterator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(AnnotationTableEntry entry)
JavaAnnotatedTypeIterator
moveArray(DecompilerComments comments)
JavaAnnotatedTypeIterator
moveBound(DecompilerComments comments)
JavaAnnotatedTypeIterator
moveNested(DecompilerComments comments)
JavaAnnotatedTypeIterator
moveParameterized(int index, DecompilerComments comments)
-
-
-
Method Detail
-
moveArray
JavaAnnotatedTypeIterator moveArray(DecompilerComments comments)
-
moveBound
JavaAnnotatedTypeIterator moveBound(DecompilerComments comments)
-
moveNested
JavaAnnotatedTypeIterator moveNested(DecompilerComments comments)
-
moveParameterized
JavaAnnotatedTypeIterator moveParameterized(int index, DecompilerComments comments)
-
apply
void apply(AnnotationTableEntry entry)
-
-