AspectSharp.Lang.Steps.Types.PruneTypesStep.OnInterceptorDefinition C# (CSharp) 메소드

OnInterceptorDefinition() 공개 메소드

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