Package com.thoughtworks.paranamer
Class BytecodeReadingParanamer.MethodCollector
- java.lang.Object
-
- com.thoughtworks.paranamer.BytecodeReadingParanamer.MethodCollector
-
- Enclosing class:
- BytecodeReadingParanamer
private static class BytecodeReadingParanamer.MethodCollector extends java.lang.Object
Objects of this class collects information from a specific method.
-
-
Field Summary
Fields Modifier and Type Field Description private int
currentParameter
private boolean
debugInfoPresent
private int
ignoreCount
private int
paramCount
private java.lang.StringBuffer
result
-
Constructor Summary
Constructors Modifier Constructor Description private
MethodCollector(int ignoreCount, int paramCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.String
getResult()
private boolean
isDebugInfoPresent()
void
visitLocalVariable(java.lang.String name, int index)
-