abc.aspectj.ast
Interface ConstructorPattern

All Superinterfaces:
MethodConstructorPattern
All Known Implementing Classes:
ConstructorPattern_c

public interface ConstructorPattern
extends MethodConstructorPattern

patterns to capture constructor joinpoints.

Author:
Oege de Moor, Aske Simon Christensen

Method Summary
 boolean canMatchEmptyArgumentList()
           
 boolean equivalent(ConstructorPattern e)
           
 java.util.List getFormals()
           
 java.util.List getModifiers()
           
 ClassTypeDotNew getName()
           
 java.util.List getThrowspats()
           
 ConstructorPattern makeAIConstructorPattern()
           
 

Method Detail

getModifiers

java.util.List getModifiers()

getName

ClassTypeDotNew getName()

getFormals

java.util.List getFormals()

getThrowspats

java.util.List getThrowspats()

makeAIConstructorPattern

ConstructorPattern makeAIConstructorPattern()

equivalent

boolean equivalent(ConstructorPattern e)

canMatchEmptyArgumentList

boolean canMatchEmptyArgumentList()