Uses of Interface
java.lang.classfile.TypeAnnotation.OffsetTarget
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.OffsetTargetPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionTypeAnnotation.TargetInfo.ofConstructorReference
(LabelPREVIEW target) Returns a target for annotations on the type before the :: in a constructor reference expression.TypeAnnotation.TargetInfo.ofInstanceofExpr
(LabelPREVIEW target) Returns a target for annotations on the type in an instanceof expression.TypeAnnotation.TargetInfo.ofMethodReference
(LabelPREVIEW target) Returns a target for annotations on the type before the :: in a method reference expression.Returns a target for annotations on the type in a new expression.TypeAnnotation.TargetInfo.ofOffset
(TypeAnnotation.TargetTypePREVIEW targetType, LabelPREVIEW target) Returns a target for annotations on the type in an instanceof expression or a new expression, or the type before the :: in a method reference expression.