AspectSharp.Lang.Steps.Types.PruneTypesStep.OnInterceptorDefinition C# (CSharp) Méthode

OnInterceptorDefinition() public méthode

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