Class BytecodeReadingParanamer.MethodCollector

java.lang.Object
com.thoughtworks.paranamer.BytecodeReadingParanamer.MethodCollector
Enclosing class:
BytecodeReadingParanamer

private static class BytecodeReadingParanamer.MethodCollector extends Object
Objects of this class collects information from a specific method.
  • Field Details

    • paramCount

      private final int paramCount
    • ignoreCount

      private final int ignoreCount
    • currentParameter

      private int currentParameter
    • result

      private final StringBuffer result
    • debugInfoPresent

      private boolean debugInfoPresent
  • Constructor Details

    • MethodCollector

      private MethodCollector(int ignoreCount, int paramCount)
  • Method Details

    • visitLocalVariable

      public void visitLocalVariable(String name, int index)
    • getResult

      private String getResult()
    • isDebugInfoPresent

      private boolean isDebugInfoPresent()