AspectSharp.Lang.Steps.Types.ResolveTypesStep.OnInterceptorEntryDefinition C# (CSharp) 메소드

OnInterceptorEntryDefinition() 공개 메소드

public OnInterceptorEntryDefinition ( InterceptorEntryDefinition interceptor ) : void
interceptor AspectSharp.Lang.AST.InterceptorEntryDefinition
리턴 void
		public override void OnInterceptorEntryDefinition(InterceptorEntryDefinition interceptor)
		{
			base.OnInterceptorEntryDefinition (interceptor);
			_interceptorKey2TypeReference[interceptor.Key] = interceptor.TypeReference;
		}