Package soot.jimple.spark.fieldrw

Analyses to produce tags of the fields read/written by statements (including method calls) for passing side-effect information to JITs.

See:
          Description

Class Summary
FieldReadTag Implements a tag that holds a list of fields read by a call.
FieldReadTagAggregator  
FieldRWTag Implements a tag that holds a list of fields read or written by a call.
FieldTagAggregator  
FieldTagger  
FieldWriteTag Implements a tag that holds a list of fields read by a call.
FieldWriteTagAggregator  
 

Package soot.jimple.spark.fieldrw Description

Analyses to produce tags of the fields read/written by statements (including method calls) for passing side-effect information to JITs.