public class ParameterInfo extends SimpleProcessable
| Modifier and Type | Field and Description |
|---|---|
int |
u2accessFlags |
int |
u2nameIndex |
processingFlags, processingInfo| Constructor and Description |
|---|
ParameterInfo()
Creates an uninitialized ParameterInfo.
|
ParameterInfo(int u2nameIndex,
int u2accessFlags)
Creates an initialized ParameterInfo.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName(Clazz clazz)
Returns the parameter name.
|
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.
|
getProcessingFlags, getProcessingInfo, setProcessingFlags, setProcessingInfopublic ParameterInfo()
public ParameterInfo(int u2nameIndex,
int u2accessFlags)
public java.lang.String getName(Clazz clazz)
public void nameConstantAccept(Clazz clazz, ConstantVisitor constantVisitor)