public class SameZeroFrame extends StackMapFrame
FULL_FRAME, LESS_ZERO_FRAME, MORE_ZERO_FRAME, SAME_ONE_FRAME, SAME_ONE_FRAME_EXTENDED, SAME_ZERO_FRAME, SAME_ZERO_FRAME_EXTENDED, u2offsetDelta, visitorInfo| Constructor and Description |
|---|
SameZeroFrame()
Creates an uninitialized SameZeroFrame.
|
SameZeroFrame(int tag)
Creates a SameZeroFrame with the given tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
StackMapFrameVisitor stackMapFrameVisitor)
Accepts the given visitor.
|
int |
getTag()
Returns the stack map frame tag that specifies the entry type.
|
String |
toString() |
equals, getOffsetDelta, getVisitorInfo, hashCode, setVisitorInfopublic SameZeroFrame()
public SameZeroFrame(int tag)
public int getTag()
StackMapFramegetTag in class StackMapFramepublic void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor)
StackMapFrameaccept in class StackMapFramepublic String toString()
toString in class StackMapFrameCopyright © 2015. All Rights Reserved.