C# Class AspectSharp.Core.Matchers.SingleTypeMatcher

Summary description for SingleTypeMatcher.
Inheritance: IClassMatcher
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Match ( Type targetType, AspectSharp.Lang.AST.AspectDefinition aspect ) : bool

Protected Methods

Method Description
GetTypeToCompare ( AspectSharp.Lang.AST.AspectDefinition aspect ) : Type
SingleTypeMatcher ( ) : System

Method Details

GetTypeToCompare() protected method

protected GetTypeToCompare ( AspectSharp.Lang.AST.AspectDefinition aspect ) : Type
aspect AspectSharp.Lang.AST.AspectDefinition
return System.Type

Match() public method

public Match ( Type targetType, AspectSharp.Lang.AST.AspectDefinition aspect ) : bool
targetType System.Type
aspect AspectSharp.Lang.AST.AspectDefinition
return bool

SingleTypeMatcher() protected method

protected SingleTypeMatcher ( ) : System
return System