public interface IStackMapTableAttribute extends IClassFileAttribute
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfEntries()
Answer back the number of stack map frames of this atribute as specified in
the JVM specifications.
|
IStackMapFrame[] |
getStackMapFrame()
Answer back the stack map frames for this attribute as specified
in the JVM specifications.
|
getAttributeLength, getAttributeName, getAttributeNameIndex
int getNumberOfEntries()
IStackMapFrame[] getStackMapFrame()
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.