Class TypeAnnotationTargetInfo.TypeAnnotationEmptyTarget
- java.lang.Object
-
- org.benf.cfr.reader.entities.attributes.TypeAnnotationTargetInfo.TypeAnnotationEmptyTarget
-
- All Implemented Interfaces:
TypeAnnotationTargetInfo
- Enclosing interface:
- TypeAnnotationTargetInfo
public static class TypeAnnotationTargetInfo.TypeAnnotationEmptyTarget extends java.lang.Object implements TypeAnnotationTargetInfo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.benf.cfr.reader.entities.attributes.TypeAnnotationTargetInfo
TypeAnnotationTargetInfo.LocalVarTarget, TypeAnnotationTargetInfo.TypeAnnotationCatchTarget, TypeAnnotationTargetInfo.TypeAnnotationEmptyTarget, TypeAnnotationTargetInfo.TypeAnnotationFormalParameterTarget, TypeAnnotationTargetInfo.TypeAnnotationLocalVarTarget, TypeAnnotationTargetInfo.TypeAnnotationOffsetTarget, TypeAnnotationTargetInfo.TypeAnnotationParameterBoundTarget, TypeAnnotationTargetInfo.TypeAnnotationParameterTarget, TypeAnnotationTargetInfo.TypeAnnotationSupertypeTarget, TypeAnnotationTargetInfo.TypeAnnotationThrowsTarget, TypeAnnotationTargetInfo.TypeAnnotationTypeArgumentTarget
-
-
Field Summary
Fields Modifier and Type Field Description private static TypeAnnotationTargetInfo
INSTANCE
-
Constructor Summary
Constructors Constructor Description TypeAnnotationEmptyTarget()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeAnnotationTargetInfo
getInstance()
(package private) static Pair<java.lang.Long,TypeAnnotationTargetInfo>
Read(ByteData raw, long offset)
-
-
-
Field Detail
-
INSTANCE
private static TypeAnnotationTargetInfo INSTANCE
-
-
Method Detail
-
Read
static Pair<java.lang.Long,TypeAnnotationTargetInfo> Read(ByteData raw, long offset)
-
getInstance
public static TypeAnnotationTargetInfo getInstance()
-
-