org.aspectj.compiler.base.ast
Interface SOLink

All Known Implementing Classes:
CallExpr, FieldAccessExpr, NewInstanceExpr, ResolvedTypeD

public interface SOLink

Expressions in the AST that point to SemanticObject should implement this interface.


Method Summary
 SemanticObject getTarget()
           
 void setTarget(SemanticObject newTarget)
           
 

Method Detail

getTarget

public SemanticObject getTarget()

setTarget

public void setTarget(SemanticObject newTarget)