Class TypeAnnotationTargetInfo.TypeAnnotationOffsetTarget
- java.lang.Object
-
- org.benf.cfr.reader.entities.attributes.TypeAnnotationTargetInfo.TypeAnnotationOffsetTarget
-
- All Implemented Interfaces:
TypeAnnotationTargetInfo
- Enclosing interface:
- TypeAnnotationTargetInfo
public static class TypeAnnotationTargetInfo.TypeAnnotationOffsetTarget 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 int
offset
-
Constructor Summary
Constructors Modifier Constructor Description private
TypeAnnotationOffsetTarget(int offset)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static Pair<java.lang.Long,TypeAnnotationTargetInfo>
Read(ByteData raw, long offset)
-
-
-
Method Detail
-
Read
static Pair<java.lang.Long,TypeAnnotationTargetInfo> Read(ByteData raw, long offset)
-
-