-
- All Implemented Interfaces:
public final class ParameterTargetInfo extends TargetInfo
Target info for a TypeAnnotation structure with a parameter target.
-
-
Constructor Summary
Constructors Constructor Description ParameterTargetInfo()
-
Method Summary
Modifier and Type Method Description final IntegergetTypeParameterIndex()The index of the type parameter. final UnitsetTypeParameterIndex(Integer typeParameterIndex)The index of the type parameter. IntegergetLength()The length of the structure in bytes. StringgetVerbose()A verbose description for the target info. -
-
Method Detail
-
getTypeParameterIndex
final Integer getTypeParameterIndex()
The index of the type parameter.
-
setTypeParameterIndex
final Unit setTypeParameterIndex(Integer typeParameterIndex)
The index of the type parameter.
-
getVerbose
String getVerbose()
A verbose description for the target info.
-
-
-
-