public class LessZeroFrame extends StackMapFrame
| Modifier and Type | Field and Description |
|---|---|
int |
choppedVariablesCount |
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 |
|---|
LessZeroFrame()
Creates an uninitialized LessZeroFrame.
|
LessZeroFrame(byte choppedVariablesCount)
Creates a LessZeroFrame with the given number of chopped variables.
|
LessZeroFrame(int tag)
Creates a LessZeroFrame 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.
|
boolean |
equals(Object object) |
int |
getTag()
Returns the stack map frame tag that specifies the entry type.
|
int |
hashCode() |
String |
toString() |
getOffsetDelta, getVisitorInfo, setVisitorInfopublic LessZeroFrame()
public LessZeroFrame(int tag)
public LessZeroFrame(byte choppedVariablesCount)
public int getTag()
StackMapFramegetTag in class StackMapFramepublic void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor)
StackMapFrameaccept in class StackMapFramepublic boolean equals(Object object)
equals in class StackMapFramepublic int hashCode()
hashCode in class StackMapFramepublic String toString()
toString in class StackMapFrameCopyright © 2015. All Rights Reserved.