Class TypeAnnotationTargetInfoData.offset_target

java.lang.Object
org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.offset_target
All Implemented Interfaces:
DataWriter
Enclosing class:
TypeAnnotationTargetInfoData

public static class TypeAnnotationTargetInfoData.offset_target extends TypeAnnotationTargetInfoData
offset_target (4.7.20.1. The target_info union)

The offset_target item indicates that an annotation appears on either the type in an instanceof expression or a new expression, or the type before the :: in a method reference expression.

offset_target { u2 offset; }