public sealed interface LocalVariableTypeInfo
LocalVariableTypeTableAttribute.LocalVariableTypeTable Attribute| Modifier and Type | Method | Description |
|---|---|---|
int |
length() |
Returns the length of the region of the code array in which this variable is in scope. |
Utf8Entry |
name() |
Returns the name of the local variable. |
Utf8Entry |
signature() |
Returns the field signature string of the local variable. |
int |
slot() |
Returns the index into the local variable array of the current frame which holds this local variable. |
int |
startPc() |
Returns the index into the code array, inclusive at which the scope of this variable begins. |
int startPc()
int length()
Utf8Entry name()
Utf8Entry signature()
int slot()
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/lang/classfile/attribute/LocalVariableTypeInfo.html