Class TypeAnnotationTargetInfoData.type_argument_target

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

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

The type_argument_target item indicates that an annotation appears either on the i'th type in a cast expression, or on the i'th type argument in the explicit type argument list for any of the following: a new expression, an explicit constructor invocation statement, a method invocation expression, or a method reference expression

type_argument_target { u2 offset; u1 type_argument_index; }