Uses of Interface
java.lang.classfile.TypeAnnotation.LocalVarTargetInfo
Packages that use TypeAnnotation.LocalVarTargetInfo
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.LocalVarTargetInfo in java.lang.classfile
Methods in java.lang.classfile that return TypeAnnotation.LocalVarTargetInfoModifier and TypeMethodDescriptionReturns local variable target info.Methods in java.lang.classfile that return types with arguments of type TypeAnnotation.LocalVarTargetInfoModifier and TypeMethodDescriptionTypeAnnotation.LocalVarTarget.table()
Returns the table of local variable location/indices.Method parameters in java.lang.classfile with type arguments of type TypeAnnotation.LocalVarTargetInfoModifier and TypeMethodDescriptionTypeAnnotation.TargetInfo.ofLocalVariable
(List<TypeAnnotation.LocalVarTargetInfo> table) Returns a target for annotations on the type in a local variable declaration.TypeAnnotation.TargetInfo.ofResourceVariable
(List<TypeAnnotation.LocalVarTargetInfo> 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.TargetType targetType, List<TypeAnnotation.LocalVarTargetInfo> 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.