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) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.