Class DeclarationAnnotationHelper.NestedCountingIterator
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.types.DeclarationAnnotationHelper.SinglePartTypeIterator
-
- org.benf.cfr.reader.bytecode.analysis.types.DeclarationAnnotationHelper.NestedCountingIterator
-
- All Implemented Interfaces:
JavaAnnotatedTypeIterator
- Enclosing class:
- DeclarationAnnotationHelper
private static class DeclarationAnnotationHelper.NestedCountingIterator extends DeclarationAnnotationHelper.SinglePartTypeIterator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.benf.cfr.reader.bytecode.analysis.types.JavaAnnotatedTypeIterator
JavaAnnotatedTypeIterator.BaseAnnotatedTypeIterator
-
-
Field Summary
Fields Modifier and Type Field Description private int
nestingLevel
-
Fields inherited from class org.benf.cfr.reader.bytecode.analysis.types.DeclarationAnnotationHelper.SinglePartTypeIterator
wasOtherTypeUsed
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NestedCountingIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaAnnotatedTypeIterator
moveNested(DecompilerComments comments)
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.types.DeclarationAnnotationHelper.SinglePartTypeIterator
apply, moveArray, moveBound, moveParameterized
-
-
-
-
Method Detail
-
moveNested
public JavaAnnotatedTypeIterator moveNested(DecompilerComments comments)
- Specified by:
moveNested
in interfaceJavaAnnotatedTypeIterator
- Overrides:
moveNested
in classDeclarationAnnotationHelper.SinglePartTypeIterator
-
-