-
- All Implemented Interfaces:
public abstract class LocalVariableAttribute extends AttributeInfo
Contains common attributes to a local variable table attribute structure.
-
-
Field Summary
Fields Modifier and Type Field Description private Array<LocalVariableEntry>localVariableEntriesprivate IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description LocalVariableAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final Array<LocalVariableEntry>getLocalVariableEntries()Local variable associations of the parent code attribute final UnitsetLocalVariableEntries(Array<LocalVariableEntry> localVariableEntries)Local variable associations of the parent code attribute IntegergetAttributeLength()Get the length of this attribute in bytes. -
Methods inherited from class org.gjt.jclasslib.structures.AttributeInfo
getAttributeNameIndex, getName, setAttributeNameIndex -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LocalVariableAttribute
LocalVariableAttribute(ClassFile classFile)
-
-
Method Detail
-
getLocalVariableEntries
final Array<LocalVariableEntry> getLocalVariableEntries()
Local variable associations of the parent code attribute
-
setLocalVariableEntries
final Unit setLocalVariableEntries(Array<LocalVariableEntry> localVariableEntries)
Local variable associations of the parent code attribute
-
getAttributeLength
Integer getAttributeLength()
Get the length of this attribute in bytes.
-
-
-
-