public class SameZeroFrame extends StackMapFrame
StackMapFrame represents a "same frame" or a "same frame extended".FULL_FRAME, LESS_ZERO_FRAME, MORE_ZERO_FRAME, SAME_ONE_FRAME, SAME_ONE_FRAME_EXTENDED, SAME_ZERO_FRAME, SAME_ZERO_FRAME_EXTENDED, u2offsetDeltaprocessingFlags, processingInfo| 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.
|
java.lang.String |
toString() |
equals, getOffsetDelta, hashCodegetProcessingFlags, getProcessingInfo, setProcessingFlags, setProcessingInfopublic 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 java.lang.String toString()
toString in class StackMapFrame