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

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

공개 메소드들

메소드 설명
OnAssemblyReference ( AssemblyReference assemblyReference ) : void
OnImportDirective ( AspectSharp.Lang.AST.ImportDirective import ) : void
OnInterceptorDefinition ( InterceptorDefinition interceptor ) : void
OnInterceptorEntryDefinition ( InterceptorEntryDefinition interceptor ) : void
OnMixinDefinition ( MixinDefinition mixin ) : void
OnMixinEntryDefinition ( MixinEntryDefinition mixin ) : void
OnTypeReferenceDefinition ( TypeReference type ) : void
Process ( Context context, EngineConfiguration conf ) : void
ResolveTypesStep ( ) : AspectSharp.Lang.AST.Visitors

비공개 메소드들

메소드 설명
LoadType ( String typeName, String assemblyName, LexicalInfo info ) : Type

메소드 상세

OnAssemblyReference() 공개 메소드

public OnAssemblyReference ( AssemblyReference assemblyReference ) : void
assemblyReference AspectSharp.Lang.AST.AssemblyReference
리턴 void

OnImportDirective() 공개 메소드

public OnImportDirective ( AspectSharp.Lang.AST.ImportDirective import ) : void
import AspectSharp.Lang.AST.ImportDirective
리턴 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

OnTypeReferenceDefinition() 공개 메소드

public OnTypeReferenceDefinition ( TypeReference type ) : void
type AspectSharp.Lang.AST.TypeReference
리턴 void

Process() 공개 메소드

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

ResolveTypesStep() 공개 메소드

public ResolveTypesStep ( ) : AspectSharp.Lang.AST.Visitors
리턴 AspectSharp.Lang.AST.Visitors