类 SameZeroFrame
- java.lang.Object
-
- proguard.util.SimpleProcessable
-
- proguard.classfile.attribute.preverification.StackMapFrame
-
- proguard.classfile.attribute.preverification.SameZeroFrame
-
- 所有已实现的接口:
java.io.Serializable,Processable
public class SameZeroFrame extends StackMapFrame
ThisStackMapFramerepresents a "same frame" or a "same frame extended".- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 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
-
从类继承的字段 proguard.util.SimpleProcessable
processingFlags, processingInfo
-
-
构造器概要
构造器 构造器 说明 SameZeroFrame()Creates an uninitialized SameZeroFrame.SameZeroFrame(int tag)Creates a SameZeroFrame with the given tag.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaccept(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.java.lang.StringtoString()-
从类继承的方法 proguard.classfile.attribute.preverification.StackMapFrame
equals, getOffsetDelta, hashCode
-
从类继承的方法 proguard.util.SimpleProcessable
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfo
-
从接口继承的方法 proguard.util.Processable
accept
-
-
-
-
方法详细资料
-
getTag
public int getTag()
从类复制的说明:StackMapFrameReturns the stack map frame tag that specifies the entry type.- 指定者:
getTag在类中StackMapFrame
-
accept
public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrameVisitor stackMapFrameVisitor)
从类复制的说明:StackMapFrameAccepts the given visitor.- 指定者:
accept在类中StackMapFrame
-
toString
public java.lang.String toString()
- 覆盖:
toString在类中StackMapFrame
-
-