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.ObjectObjects of this class collects information from a specific method.
-
-
Field Summary
Fields Modifier and Type Field Description private intcurrentParameterprivate booleandebugInfoPresentprivate intignoreCountprivate intparamCountprivate java.lang.StringBufferresult
-
Constructor Summary
Constructors Modifier Constructor Description privateMethodCollector(int ignoreCount, int paramCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.StringgetResult()private booleanisDebugInfoPresent()voidvisitLocalVariable(java.lang.String name, int index)
-