-
- All Implemented Interfaces:
public final class SupertypeTargetInfo extends TargetInfo
Target info for a TypeAnnotation structure with a super class target.
-
-
Constructor Summary
Constructors Constructor Description SupertypeTargetInfo()
-
Method Summary
Modifier and Type Method Description final IntegergetSupertypeIndex()The index of the super type, 65535 if the super class is the target, otherwise an index in the list of implemented interfaces. final UnitsetSupertypeIndex(Integer supertypeIndex)The index of the super type, 65535 if the super class is the target, otherwise an index in the list of implemented interfaces. IntegergetLength()The length of the structure in bytes. StringgetVerbose()A verbose description for the target info. -
-
Method Detail
-
getSupertypeIndex
final Integer getSupertypeIndex()
The index of the super type, 65535 if the super class is the target, otherwise an index in the list of implemented interfaces.
-
setSupertypeIndex
final Unit setSupertypeIndex(Integer supertypeIndex)
The index of the super type, 65535 if the super class is the target, otherwise an index in the list of implemented interfaces.
-
getVerbose
String getVerbose()
A verbose description for the target info.
-
-
-
-