|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.options.NPCOptions
Option parser for Null Pointer Checker.
Constructor Summary | |
NPCOptions(java.util.Map options)
|
Method Summary | |
boolean |
enabled()
Enabled -- . |
boolean |
only_array_ref()
Only Array Ref -- Annotate only array references. |
boolean |
profiling()
Profiling -- Insert instructions to count safe pointer accesses. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public NPCOptions(java.util.Map options)
Method Detail |
public boolean enabled()
public boolean only_array_ref()
public boolean profiling()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |