Class TypePathPartNested
- java.lang.Object
-
- org.benf.cfr.reader.entities.attributes.TypePathPartNested
-
- All Implemented Interfaces:
TypePathPart
public class TypePathPartNested extends java.lang.Object implements TypePathPart
-
-
Field Summary
Fields Modifier and Type Field Description static TypePathPartNested
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
TypePathPartNested()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaAnnotatedTypeIterator
apply(JavaAnnotatedTypeIterator it, DecompilerComments comments)
-
-
-
Field Detail
-
INSTANCE
public static final TypePathPartNested INSTANCE
-
-
Method Detail
-
apply
public JavaAnnotatedTypeIterator apply(JavaAnnotatedTypeIterator it, DecompilerComments comments)
- Specified by:
apply
in interfaceTypePathPart
-
-