Package jisd.info
Class LocalInfo
- java.lang.Object
-
- jisd.info.StaticInfo
-
- jisd.info.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.
-
-
-
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 classStaticInfo
-
-