abc.weaving.matching
Interface SJPInfo

All Known Implementing Classes:
AbcSJPInfo, ExtendedSJPInfo

public interface SJPInfo

An internal representation of the information needed to construct thisJoinPointStaticPart at runtime, plus some helper methods for generating the information.

Author:
Ganesh Sittampalam, Laurie Hendren, Ondrej Lhotak

Method Summary
 void makeSJPfield(SootClass sc, Chain units, Stmt ip, LocalGenerator lg, SootMethod method, Local factory_local, int sjpcount)
           
 SootField sjpfield()
           
 

Method Detail

sjpfield

SootField sjpfield()

makeSJPfield

void makeSJPfield(SootClass sc,
                  Chain units,
                  Stmt ip,
                  LocalGenerator lg,
                  SootMethod method,
                  Local factory_local,
                  int sjpcount)