C# 클래스 AspectSharp.Lang.Steps.Types.PruneTypesStep

Summary description for PruneTypesStep.
상속: AbstractVisitorStep
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
OnInterceptorDefinition ( InterceptorDefinition interceptor ) : void
OnInterceptorEntryDefinition ( InterceptorEntryDefinition interceptor ) : void
OnMixinDefinition ( MixinDefinition mixin ) : void
OnMixinEntryDefinition ( MixinEntryDefinition mixin ) : void
OnTargetTypeDefinition ( TargetTypeDefinition targetType ) : void
Process ( Context context, EngineConfiguration conf ) : void

비공개 메소드들

메소드 설명
AssertIsInterceptor ( LexicalInfo info, Type type, String message ) : void
AssertNotInterface ( LexicalInfo info, Type type, String message ) : void

메소드 상세

OnInterceptorDefinition() 공개 메소드

public OnInterceptorDefinition ( InterceptorDefinition interceptor ) : void
interceptor AspectSharp.Lang.AST.InterceptorDefinition
리턴 void

OnInterceptorEntryDefinition() 공개 메소드

public OnInterceptorEntryDefinition ( InterceptorEntryDefinition interceptor ) : void
interceptor AspectSharp.Lang.AST.InterceptorEntryDefinition
리턴 void

OnMixinDefinition() 공개 메소드

public OnMixinDefinition ( MixinDefinition mixin ) : void
mixin AspectSharp.Lang.AST.MixinDefinition
리턴 void

OnMixinEntryDefinition() 공개 메소드

public OnMixinEntryDefinition ( MixinEntryDefinition mixin ) : void
mixin AspectSharp.Lang.AST.MixinEntryDefinition
리턴 void

OnTargetTypeDefinition() 공개 메소드

public OnTargetTypeDefinition ( TargetTypeDefinition targetType ) : void
targetType AspectSharp.Lang.AST.TargetTypeDefinition
리턴 void

Process() 공개 메소드

public Process ( Context context, EngineConfiguration conf ) : void
context Context
conf AspectSharp.Lang.AST.EngineConfiguration
리턴 void