public class MoreZeroFrame extends StackMapFrame
StackMapFrame
represents an "append frame".Modifier and Type | Field and Description |
---|---|
VerificationType[] |
additionalVariables |
int |
additionalVariablesCount |
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 |
---|
MoreZeroFrame()
Creates an uninitialized MoreZeroFrame.
|
MoreZeroFrame(int tag)
Creates a MoreZeroFrame with the given tag.
|
MoreZeroFrame(int additionalVariablesCount,
VerificationType[] additionalVariables)
Creates a MoreZeroFrame with the given additional variables.
|
MoreZeroFrame(VerificationType[] additionalVariables)
Creates a MoreZeroFrame with the given additional variables.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
StackMapFrameVisitor stackMapFrameVisitor)
Accepts the given visitor.
|
void |
additionalVariablesAccept(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
VerificationTypeVisitor verificationTypeVisitor)
Applies the given verification type visitor to all variables.
|
boolean |
equals(java.lang.Object object) |
int |
getTag()
Returns the stack map frame tag that specifies the entry type.
|
int |
hashCode() |
java.lang.String |
toString() |
getOffsetDelta
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfo
public int additionalVariablesCount
public VerificationType[] additionalVariables
public MoreZeroFrame()
public MoreZeroFrame(int tag)
public MoreZeroFrame(VerificationType[] additionalVariables)
public MoreZeroFrame(int additionalVariablesCount, VerificationType[] additionalVariables)
public void additionalVariablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationTypeVisitor verificationTypeVisitor)
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 boolean equals(java.lang.Object object)
equals
in class StackMapFrame
public int hashCode()
hashCode
in class StackMapFrame
public java.lang.String toString()
toString
in class StackMapFrame