|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectabc.weaving.aspectinfo.AccessorMethod
public abstract class AccessorMethod
| Constructor Summary | |
|---|---|
AccessorMethod(java.lang.String name,
ClassType target,
Position pos)
|
|
| Method Summary | |
|---|---|
void |
addPosition(Position pos)
Register the position of a further reference to this accessor method. |
void |
addSootMethod()
Get the SootMethod representing this accessor method with the default modifiers (i.e. |
abstract void |
addSootMethod(int modifiers)
Get the SootMethod representing this accessor method with the given modifiers. |
MemberInstance |
getMemberInstance()
Get the MemberInstance associated with this accessor method (can be MethodInstance or FieldInstance). |
java.lang.String |
getName()
|
ClassType |
getTarget()
|
abstract void |
registerMethod(soot.SootMethod sm)
Used to register the method's category with the static MethodCategory class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessorMethod(java.lang.String name,
ClassType target,
Position pos)
| Method Detail |
|---|
public void addPosition(Position pos)
public void addSootMethod()
public MemberInstance getMemberInstance()
public java.lang.String getName()
public ClassType getTarget()
public abstract void addSootMethod(int modifiers)
modifiers - Modifiers to declare the method with - compare soot.Modifierpublic abstract void registerMethod(soot.SootMethod sm)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||