Class SameZeroFrame
- java.lang.Object
-
- proguard.util.SimpleProcessable
-
- proguard.classfile.attribute.preverification.StackMapFrame
-
- proguard.classfile.attribute.preverification.SameZeroFrame
-
- All Implemented Interfaces:
java.io.Serializable
,Processable
public class SameZeroFrame extends StackMapFrame
ThisStackMapFrame
represents a "same frame" or a "same frame extended".- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class proguard.classfile.attribute.preverification.StackMapFrame
FULL_FRAME, LESS_ZERO_FRAME, MORE_ZERO_FRAME, SAME_ONE_FRAME, SAME_ONE_FRAME_EXTENDED, SAME_ZERO_FRAME, SAME_ZERO_FRAME_EXTENDED, u2offsetDelta
-
Fields inherited from class proguard.util.SimpleProcessable
processingFlags, processingInfo
-
-
Constructor Summary
Constructors Constructor Description SameZeroFrame()
Creates an uninitialized SameZeroFrame.SameZeroFrame(int tag)
Creates a SameZeroFrame with the given tag.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class proguard.classfile.attribute.preverification.StackMapFrame
equals, getOffsetDelta, hashCode
-
Methods inherited from class proguard.util.SimpleProcessable
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfo
-
-
-
-
Method Detail
-
getTag
public int getTag()
Description copied from class:StackMapFrame
Returns the stack map frame tag that specifies the entry type.- Specified by:
getTag
in classStackMapFrame
-
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 classStackMapFrame
-
toString
public java.lang.String toString()
- Overrides:
toString
in classStackMapFrame
-
-