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

OnInterceptorEntryDefinition() public method

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