abc.weaving.aspectinfo
Interface ConstructorPattern


public interface ConstructorPattern

A constructor pattern.

Author:
Aske Simon Christensen, Damien Sereni

Method Summary
 boolean equivalent(ConstructorPattern p)
           
 ConstructorPattern getPattern()
           
 boolean matchesConstructor(SootMethod sc)
           
 

Method Detail

matchesConstructor

boolean matchesConstructor(SootMethod sc)

equivalent

boolean equivalent(ConstructorPattern p)

getPattern

ConstructorPattern getPattern()