Class TypePathPartArray
- java.lang.Object
-
- org.benf.cfr.reader.entities.attributes.TypePathPartArray
-
- All Implemented Interfaces:
TypePathPart
public class TypePathPartArray extends java.lang.Object implements TypePathPart
-
-
Field Summary
Fields Modifier and Type Field Description static TypePathPartArray
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
TypePathPartArray()
-
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 TypePathPartArray INSTANCE
-
-
Method Detail
-
apply
public JavaAnnotatedTypeIterator apply(JavaAnnotatedTypeIterator it, DecompilerComments comments)
- Specified by:
apply
in interfaceTypePathPart
-
-