Package org.openjdk.asmtools.jasm
Class TypeAnnotationTargetInfoData.supertype_target
java.lang.Object
org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.supertype_target
- All Implemented Interfaces:
DataWriter
- Enclosing class:
- TypeAnnotationTargetInfoData
public static class TypeAnnotationTargetInfoData.supertype_target
extends TypeAnnotationTargetInfoData
supertype_target (4.7.20.1. The target_info union)
The supertype_target item indicates that an annotation appears on a type in the extends or implements clause of a class or interface declaration.
supertype_target { u2 supertype_index; }
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
TypeAnnotationTargetInfoData.catch_target, TypeAnnotationTargetInfoData.empty_target, TypeAnnotationTargetInfoData.formal_parameter_target, TypeAnnotationTargetInfoData.localvar_target, TypeAnnotationTargetInfoData.offset_target, TypeAnnotationTargetInfoData.supertype_target, TypeAnnotationTargetInfoData.throws_target, TypeAnnotationTargetInfoData.type_argument_target, TypeAnnotationTargetInfoData.type_parameter_bound_target, TypeAnnotationTargetInfoData.type_parameter_target
-
Field Summary
FieldsFields inherited from class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
targetType
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
getTargetType, toPrintString, toString
-
Field Details
-
superTypeIndex
int superTypeIndex
-
-
Constructor Details
-
supertype_target
-
-
Method Details
-
write
- Specified by:
write
in interfaceDataWriter
- Specified by:
write
in classTypeAnnotationTargetInfoData
- Throws:
IOException
-
getLength
public int getLength() -
_toString
- Specified by:
_toString
in classTypeAnnotationTargetInfoData
-
_toPrintString
- Specified by:
_toPrintString
in classTypeAnnotationTargetInfoData
-