Class 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 Detail

      • paramCount

        private final int paramCount
      • ignoreCount

        private final int ignoreCount
      • currentParameter

        private int currentParameter
      • result

        private final java.lang.StringBuffer result
      • debugInfoPresent

        private boolean debugInfoPresent
    • Constructor Detail

      • MethodCollector

        private MethodCollector​(int ignoreCount,
                                int paramCount)
    • Method Detail

      • visitLocalVariable

        public void visitLocalVariable​(java.lang.String name,
                                       int index)
      • getResult

        private java.lang.String getResult()
      • isDebugInfoPresent

        private boolean isDebugInfoPresent()