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