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, u2offsetDelta
processingFlags, 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, hashCode
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfo
public SameZeroFrame()
public SameZeroFrame(int tag)
public int getTag()
StackMapFrame
getTag
in class StackMapFrame
public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor)
StackMapFrame
accept
in class StackMapFrame
public java.lang.String toString()
toString
in class StackMapFrame