Uses of Interface
java.lang.classfile.TypeAnnotation.LocalVarTargetInfo
Packages that use TypeAnnotation.LocalVarTargetInfoPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.LocalVarTargetInfoPREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return TypeAnnotation.LocalVarTargetInfoPREVIEWModifier and TypeMethodDescriptionReturns local variable target info.Methods in java.lang.classfilePREVIEW that return types with arguments of type TypeAnnotation.LocalVarTargetInfoPREVIEWModifier and TypeMethodDescriptionTypeAnnotation.LocalVarTarget.table()
Returns the table of local variable location/indices..Method parameters in java.lang.classfilePREVIEW with type arguments of type TypeAnnotation.LocalVarTargetInfoPREVIEWModifier 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.