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