public class StackMapAttribute extends Attribute
| Modifier and Type | Field and Description |
|---|---|
FullFrame[] |
stackMapFrames |
int |
u2stackMapFramesCount |
u2attributeNameIndex, visitorInfo| Constructor and Description |
|---|
StackMapAttribute()
Creates an uninitialized ExceptionsAttribute.
|
StackMapAttribute(FullFrame[] stackMapFrames)
Creates a StackMapTableAttribute with the given stack map frames.
|
StackMapAttribute(int stackMapFramesCount,
FullFrame[] stackMapFrames)
Creates a StackMapTableAttribute with the given stack map frames.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
AttributeVisitor attributeVisitor)
Accepts the given visitor in the context of the given code attribute.
|
void |
stackMapFramesAccept(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
StackMapFrameVisitor stackMapFrameVisitor)
Applies the given stack map frame visitor to all stack map frames.
|
accept, accept, accept, getAttributeName, getVisitorInfo, setVisitorInfopublic int u2stackMapFramesCount
public FullFrame[] stackMapFrames
public StackMapAttribute()
public StackMapAttribute(FullFrame[] stackMapFrames)
public StackMapAttribute(int stackMapFramesCount,
FullFrame[] stackMapFrames)
public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, AttributeVisitor attributeVisitor)
Attributepublic void stackMapFramesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapFrameVisitor stackMapFrameVisitor)
Copyright © 2015. All Rights Reserved.