Package jisd.info

Class FieldInfo


  • public class FieldInfo
    extends StaticInfo
    Field information.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.HashMap<java.lang.String,​java.util.ArrayList<java.lang.Integer>> canSet()
      Get HashMap of method name and line numbers(called canSetPoint) which can set an observation point in analyzed files.
      void clearCache()
      Clear canSetPoint data.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • canSet

        public java.util.HashMap<java.lang.String,​java.util.ArrayList<java.lang.Integer>> canSet()
        Get HashMap of method name and line numbers(called canSetPoint) which can set an observation point in analyzed files.
      • clearCache

        public void clearCache()
        Clear canSetPoint data.
        Specified by:
        clearCache in class StaticInfo