public abstract class BaseLocalVariables extends BaseAttribute
LocalVariableTable
and LocalVariableTypeTable attributes.| Constructor and Description |
|---|
BaseLocalVariables(java.lang.String name,
LocalVariableList localVariables)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
byteLength()
Get the total length of the attribute in bytes, including the
header.
|
LocalVariableList |
getLocalVariables()
Gets the list of "local variable" entries associated with this instance.
|
getNamepublic BaseLocalVariables(java.lang.String name,
LocalVariableList localVariables)
name - non-null; attribute namelocalVariables - non-null; list of local variable entriespublic final int byteLength()
6.>= 6; the total length, in bytespublic final LocalVariableList getLocalVariables()
non-null; the listCopyright © 2020. All Rights Reserved.