Class BytecodeLocCollector


  • public class BytecodeLocCollector
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<Method,​java.util.Set<java.lang.Integer>> data  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Method method, int offset)  
      void add​(Method method, java.util.Set<java.lang.Integer> offsets)  
      private java.util.Set<java.lang.Integer> getForMethod​(Method method)  
      BytecodeLoc getLoc()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        private final java.util.Map<Method,​java.util.Set<java.lang.Integer>> data
    • Constructor Detail

      • BytecodeLocCollector

        public BytecodeLocCollector()
    • Method Detail

      • getForMethod

        private java.util.Set<java.lang.Integer> getForMethod​(Method method)
      • add

        public void add​(Method method,
                        int offset)
      • add

        public void add​(Method method,
                        java.util.Set<java.lang.Integer> offsets)