Class SameZeroFrame
java.lang.Object
proguard.util.SimpleProcessable
proguard.classfile.attribute.preverification.StackMapFrame
proguard.classfile.attribute.preverification.SameZeroFrame
- All Implemented Interfaces:
Serializable,Processable
This
StackMapFrame represents a "same frame" or a "same frame extended".- See Also:
-
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, u2offsetDeltaFields inherited from class proguard.util.SimpleProcessable
processingFlags, processingInfo -
Constructor Summary
ConstructorsConstructorDescriptionCreates an uninitialized SameZeroFrame.SameZeroFrame(int tag) Creates a SameZeroFrame with the given tag. -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor) Accepts the given visitor.intgetTag()Returns the stack map frame tag that specifies the entry type.toString()Methods inherited from class proguard.classfile.attribute.preverification.StackMapFrame
equals, getOffsetDelta, hashCodeMethods inherited from class proguard.util.SimpleProcessable
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface proguard.util.Processable
accept
-
Constructor Details
-
SameZeroFrame
public SameZeroFrame()Creates an uninitialized SameZeroFrame. -
SameZeroFrame
public SameZeroFrame(int tag) Creates a SameZeroFrame with the given tag.
-
-
Method Details
-
getTag
public int getTag()Description copied from class:StackMapFrameReturns the stack map frame tag that specifies the entry type.- Specified by:
getTagin classStackMapFrame
-
accept
public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor) Description copied from class:StackMapFrameAccepts the given visitor.- Specified by:
acceptin classStackMapFrame
-
toString
- Overrides:
toStringin classStackMapFrame
-