public class StackMapTableAttribute extends Attribute
| Modifier and Type | Field and Description |
|---|---|
StackMapFrame[] |
stackMapFrames |
int |
u2stackMapFramesCount |
u2attributeNameIndex, visitorInfo| Constructor and Description |
|---|
StackMapTableAttribute()
Creates an uninitialized StackMapTableAttribute.
|
StackMapTableAttribute(int stackMapFramesCount,
StackMapFrame[] stackMapFrames)
Creates a StackMapTableAttribute with the given stack map frames.
|
StackMapTableAttribute(StackMapFrame[] 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 StackMapFrame[] stackMapFrames
public StackMapTableAttribute()
public StackMapTableAttribute(StackMapFrame[] stackMapFrames)
public StackMapTableAttribute(int stackMapFramesCount,
StackMapFrame[] 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.