类 ProvidesInfo
- java.lang.Object
-
- proguard.util.SimpleProcessable
-
- proguard.classfile.attribute.module.ProvidesInfo
-
- 所有已实现的接口:
java.io.Serializable,Processable
public class ProvidesInfo extends SimpleProcessable
Representation of a Provides entry in aModuleattribute.- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 intu2providesIndexintu2providesWithCountint[]u2providesWithIndex-
从类继承的字段 proguard.util.SimpleProcessable
processingFlags, processingInfo
-
-
构造器概要
构造器 构造器 说明 ProvidesInfo()Creates an uninitialized ProvidesInfo.ProvidesInfo(int u2providesIndex, int u2providesWithCount, int[] u2providesWithIndex)Creates an initialized ProvidesInfo.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidprovidesAccept(Clazz clazz, ConstantVisitor constantVisitor)Applies the given constant pool visitor to the class constant of the provides, if any.voidwithAccept(Clazz clazz, ConstantVisitor constantVisitor)Applies the given constant pool visitor to all with entries.-
从类继承的方法 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
-
-
-
-
方法详细资料
-
providesAccept
public void providesAccept(Clazz clazz, ConstantVisitor constantVisitor)
Applies the given constant pool visitor to the class constant of the provides, if any.
-
withAccept
public void withAccept(Clazz clazz, ConstantVisitor constantVisitor)
Applies the given constant pool visitor to all with entries.
-
-