public interface ParameterVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visitParameter(Clazz clazz,
Member member,
int parameterIndex,
int parameterCount,
int parameterOffset,
int parameterSize,
String parameterType,
Clazz referencedClass)
Visits the given parameter.
|
void visitParameter(Clazz clazz, Member member, int parameterIndex, int parameterCount, int parameterOffset, int parameterSize, String parameterType, Clazz referencedClass)
clazz - the class of the method.member - the field or method of the parameter.parameterIndex - the index of the parameter.parameterCount - the total number of parameters.parameterOffset - the offset of the parameter, accounting for
longs and doubles taking up two entries.parameterSize - the total size of the parameters, accounting for
longs and doubles taking up two entries.parameterType - the parameter type.referencedClass - the class contained in the parameter type, if any.Copyright © 2015. All Rights Reserved.