abc.weaving.aspectinfo
Interface TypePattern


public interface TypePattern

A type pattern.

Author:
Aske Simon Christensen, Damien Sereni

Method Summary
 boolean equivalent(TypePattern p)
           
 TypePatternExpr getPattern()
           
 boolean matchesType(Type cl)
           
 

Method Detail

matchesType

boolean matchesType(Type cl)

getPattern

TypePatternExpr getPattern()

equivalent

boolean equivalent(TypePattern p)