public interface ILocalVariableAttribute extends IClassFileAttribute
Modifier and Type | Method and Description |
---|---|
ILocalVariableTableEntry[] |
getLocalVariableTable()
Answer back the local variable table of this entry as specified in
the JVM specifications.
|
int |
getLocalVariableTableLength()
Answer back the local variable table length of this entry as specified in
the JVM specifications.
|
getAttributeLength, getAttributeName, getAttributeNameIndex
int getLocalVariableTableLength()
ILocalVariableTableEntry[] getLocalVariableTable()
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.