Method | Description | |
---|---|---|
DefaultJoinPointMatcher ( |
||
Match ( |
Method | Description | |
---|---|---|
AccessMatch ( |
||
ArgumentsMatch ( |
||
FlagsMatchMethodType ( |
||
NameMatch ( |
||
NormalizeTypeName ( String type ) : String | ||
ReturnTypeMatch ( |
||
TypeMatch ( String argSignature, |
protected AccessMatch ( |
||
signature | ||
method | ||
return | bool |
protected ArgumentsMatch ( |
||
signature | ||
method | ||
return | bool |
public DefaultJoinPointMatcher ( |
||
pointcuts | ||
return | System |
protected FlagsMatchMethodType ( |
||
method | ||
pointcut | ||
return | bool |
public Match ( |
||
method | ||
return | AspectSharp.Lang.AST.PointCutDefinition[] |
protected NameMatch ( |
||
signature | ||
method | ||
flags | PointCutFlags | |
return | bool |
protected NormalizeTypeName ( String type ) : String | ||
type | String | |
return | String |
protected ReturnTypeMatch ( |
||
signature | ||
method | ||
return | bool |
protected TypeMatch ( String argSignature, |
||
argSignature | String | |
parameterType | ||
return | bool |