Class TypeAnnotationTargetInfo.TypeAnnotationParameterTarget
- java.lang.Object
-
- org.benf.cfr.reader.entities.attributes.TypeAnnotationTargetInfo.TypeAnnotationParameterTarget
-
- All Implemented Interfaces:
TypeAnnotationTargetInfo
- Enclosing interface:
- TypeAnnotationTargetInfo
public static class TypeAnnotationTargetInfo.TypeAnnotationParameterTarget 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 short
type_parameter_index
-
Constructor Summary
Constructors Constructor Description TypeAnnotationParameterTarget(short type_parameter_index)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getIndex()
(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)
-
getIndex
public short getIndex()
-
-