类 ParameterInfo
- java.lang.Object
-
- proguard.util.SimpleProcessable
-
- proguard.classfile.attribute.ParameterInfo
-
- 所有已实现的接口:
java.io.Serializable,Processable
public class ParameterInfo extends SimpleProcessable
Representation of a parameter, as defined in a method parameters attribute.- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 intu2accessFlagsintu2nameIndex-
从类继承的字段 proguard.util.SimpleProcessable
processingFlags, processingInfo
-
-
构造器概要
构造器 构造器 说明 ParameterInfo()Creates an uninitialized ParameterInfo.ParameterInfo(int u2nameIndex, int u2accessFlags)Creates an initialized ParameterInfo.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.StringgetName(Clazz clazz)Returns the parameter name.voidnameConstantAccept(Clazz clazz, ConstantVisitor constantVisitor)Applies the given constant pool visitor to the Utf8 constant that represents the name of the parameter, 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
-
-
-
-
方法详细资料
-
getName
public java.lang.String getName(Clazz clazz)
Returns the parameter name.
-
nameConstantAccept
public void nameConstantAccept(Clazz clazz, ConstantVisitor constantVisitor)
Applies the given constant pool visitor to the Utf8 constant that represents the name of the parameter, if any.
-
-