AspectSharp.Lang.Steps.Types.PruneTypesStep.OnInterceptorDefinition C# (CSharp) Method

OnInterceptorDefinition() public method

public OnInterceptorDefinition ( InterceptorDefinition interceptor ) : void
interceptor AspectSharp.Lang.AST.InterceptorDefinition
return void
		public override void OnInterceptorDefinition(InterceptorDefinition interceptor)
		{
			AssertIsInterceptor(interceptor.LexicalInfo, interceptor.TypeReference.ResolvedType, INVALID_INTERCEPTOR);
		}