proguard.classfile.attribute.preverification
Class SameZeroFrame
java.lang.Object
proguard.classfile.attribute.preverification.StackMapFrame
proguard.classfile.attribute.preverification.SameZeroFrame
- All Implemented Interfaces:
- VisitorAccepter
public class SameZeroFrame
- extends StackMapFrame
This StackMapFrame represents a "same frame" or a "same frame extended".
|
Constructor Summary |
SameZeroFrame()
Creates an uninitialized SameZeroFrame. |
SameZeroFrame(int tag)
Creates a SameZeroFrame with the given tag. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SameZeroFrame
public SameZeroFrame()
- Creates an uninitialized SameZeroFrame.
SameZeroFrame
public SameZeroFrame(int tag)
- Creates a SameZeroFrame with the given tag.
getTag
public int getTag()
- Description copied from class:
StackMapFrame
- Returns the stack map frame tag that specifies the entry type.
- Specified by:
getTag in class StackMapFrame
accept
public void accept(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
StackMapFrameVisitor stackMapFrameVisitor)
- Description copied from class:
StackMapFrame
- Accepts the given visitor.
- Specified by:
accept in class StackMapFrame
toString
public java.lang.String toString()
- Overrides:
toString in class StackMapFrame