Package jisd.info

Class LocalInfo


  • public class LocalInfo
    extends StaticInfo
    Local variable information.
    • Method Summary

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

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

      • methodName

        public java.lang.String methodName()
        Get a method name this local variable belongs to.
      • canSet

        public java.util.ArrayList<java.lang.Integer> canSet()
        Get 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