C# Class NCop.Aspects.Weaving.Expressions.AbstractAdviceExpression

Inheritance: IAdviceExpression
Exibir arquivo Open project: sagifogel/NCop

Protected Properties

Property Type Description
adviceDefinition IAdviceDefinition

Public Methods

Method Description
Reduce ( IAdviceWeavingSettings adviceWeavingSettings ) : IMethodScopeWeaver

Private Methods

Method Description
AbstractAdviceExpression ( IAdviceDefinition adviceDefinition ) : NCop.Aspects.Advices

Method Details

Reduce() public abstract method

public abstract Reduce ( IAdviceWeavingSettings adviceWeavingSettings ) : IMethodScopeWeaver
adviceWeavingSettings IAdviceWeavingSettings
return IMethodScopeWeaver

Property Details

adviceDefinition protected_oe property

protected IAdviceDefinition adviceDefinition
return IAdviceDefinition