Uses of Interface
java.lang.classfile.TypeAnnotation.LocalVarTargetInfo
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.LocalVarTargetInfoPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionReturns local variable target info.Modifier and TypeMethodDescriptionTypeAnnotation.LocalVarTarget.table()
Returns the table of local variable location/indices..Modifier and TypeMethodDescriptionTypeAnnotation.TargetInfo.ofLocalVariable
(List<TypeAnnotation.LocalVarTargetInfoPREVIEW> table) Returns a target for annotations on the type in a local variable declaration.TypeAnnotation.TargetInfo.ofResourceVariable
(List<TypeAnnotation.LocalVarTargetInfoPREVIEW> table) Returns a target for annotations on the type in a local variable declared as a resource in a try-with-resources statement.TypeAnnotation.TargetInfo.ofVariable
(TypeAnnotation.TargetTypePREVIEW targetType, List<TypeAnnotation.LocalVarTargetInfoPREVIEW> table) Returns a target for annotations on the type in a local variable declaration, including a variable declared as a resource in a try-with-resources statement.