类 RequiresInfo
- java.lang.Object
-
- proguard.util.SimpleProcessable
-
- proguard.classfile.attribute.module.RequiresInfo
-
- 所有已实现的接口:
java.io.Serializable,Processable
public class RequiresInfo extends SimpleProcessable
Representation of a Requires entry in aModuleattribute.- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 intu2requiresFlagsintu2requiresIndexintu2requiresVersionIndex-
从类继承的字段 proguard.util.SimpleProcessable
processingFlags, processingInfo
-
-
构造器概要
构造器 构造器 说明 RequiresInfo()Creates an uninitialized RequiresInfo.RequiresInfo(int u2requiresIndex, int u2requiresFlags, int u2requiresVersionIndex)Creates an uninitialized RequiresInfo.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidmoduleAccept(Clazz clazz, ConstantVisitor constantVisitor)Applies the given constant pool visitor to the module constant of the module, if any.voidversionAccept(Clazz clazz, ConstantVisitor constantVisitor)Applies the given constant pool visitor to the Utf8 constant of the version, if any.-
从类继承的方法 proguard.util.SimpleProcessable
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfo
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 proguard.util.Processable
accept
-
-
-
-
方法详细资料
-
moduleAccept
public void moduleAccept(Clazz clazz, ConstantVisitor constantVisitor)
Applies the given constant pool visitor to the module constant of the module, if any.
-
versionAccept
public void versionAccept(Clazz clazz, ConstantVisitor constantVisitor)
Applies the given constant pool visitor to the Utf8 constant of the version, if any.
-
-