类 DoubleType
- java.lang.Object
-
- proguard.util.SimpleProcessable
-
- proguard.classfile.attribute.preverification.VerificationType
-
- proguard.classfile.attribute.preverification.DoubleType
-
- 所有已实现的接口:
java.io.Serializable,Processable
public class DoubleType extends VerificationType
ThisVerificationTyperepresents aDoubletype.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 proguard.classfile.attribute.preverification.VerificationType
DOUBLE_TYPE, FLOAT_TYPE, INTEGER_TYPE, LONG_TYPE, NULL_TYPE, OBJECT_TYPE, TOP_TYPE, UNINITIALIZED_THIS_TYPE, UNINITIALIZED_TYPE
-
从类继承的字段 proguard.util.SimpleProcessable
processingFlags, processingInfo
-
-
构造器概要
构造器 构造器 说明 DoubleType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor)Accepts the given visitor in the context of a method's code, either on a stack or as a variable.intgetTag()Returns the tag of the verification type.voidstackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)Accepts the given visitor in the context of a stack in a method's code .java.lang.StringtoString()voidvariablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int variableIndex, VerificationTypeVisitor verificationTypeVisitor)Accepts the given visitor in the context of a variable in a method's code.-
从类继承的方法 proguard.classfile.attribute.preverification.VerificationType
equals, hashCode
-
从类继承的方法 proguard.util.SimpleProcessable
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfo
-
从接口继承的方法 proguard.util.Processable
accept
-
-
-
-
方法详细资料
-
getTag
public int getTag()
从类复制的说明:VerificationTypeReturns the tag of the verification type.- 指定者:
getTag在类中VerificationType
-
accept
public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, VerificationTypeVisitor verificationTypeVisitor)
从类复制的说明:VerificationTypeAccepts the given visitor in the context of a method's code, either on a stack or as a variable.- 指定者:
accept在类中VerificationType
-
stackAccept
public void stackAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int stackIndex, VerificationTypeVisitor verificationTypeVisitor)
从类复制的说明:VerificationTypeAccepts the given visitor in the context of a stack in a method's code .- 指定者:
stackAccept在类中VerificationType
-
variablesAccept
public void variablesAccept(Clazz clazz, Method method, CodeAttribute codeAttribute, int instructionOffset, int variableIndex, VerificationTypeVisitor verificationTypeVisitor)
从类复制的说明:VerificationTypeAccepts the given visitor in the context of a variable in a method's code.- 指定者:
variablesAccept在类中VerificationType
-
toString
public java.lang.String toString()
- 覆盖:
toString在类中java.lang.Object
-
-