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