Package com.thoughtworks.paranamer
Class BytecodeReadingParanamer.TypeCollector
java.lang.Object
com.thoughtworks.paranamer.BytecodeReadingParanamer.TypeCollector
- Enclosing class:
BytecodeReadingParanamer
The type collector waits for an specific method in order to start a method
collector.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
TypeCollector
(String methodName, Class<?>[] parameterTypes, boolean throwExceptionIfMissing) -
Method Summary
Modifier and TypeMethodDescriptionprivate String
correctTypeName
(BytecodeReadingParanamer.Type[] argumentTypes, int i) private String[]
visitMethod
(int access, String name, String desc)
-
Field Details
-
COMMA
- See Also:
-
methodName
-
parameterTypes
-
throwExceptionIfMissing
private final boolean throwExceptionIfMissing -
collector
-
-
Constructor Details
-
TypeCollector
-
-
Method Details
-
visitMethod
-
correctTypeName
-
getParameterNamesForMethod
-