Package com.thoughtworks.paranamer
Class BytecodeReadingParanamer.MethodCollector
java.lang.Object
com.thoughtworks.paranamer.BytecodeReadingParanamer.MethodCollector
- Enclosing class:
BytecodeReadingParanamer
Objects of this class collects information from a specific method.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private boolean
private final int
private final int
private final StringBuffer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate String
private boolean
void
visitLocalVariable
(String name, int index)
-
Field Details
-
paramCount
private final int paramCount -
ignoreCount
private final int ignoreCount -
currentParameter
private int currentParameter -
result
-
debugInfoPresent
private boolean debugInfoPresent
-
-
Constructor Details
-
MethodCollector
private MethodCollector(int ignoreCount, int paramCount)
-
-
Method Details
-
visitLocalVariable
-
getResult
-
isDebugInfoPresent
private boolean isDebugInfoPresent()
-