Method | Description | |
---|---|---|
OnAspectDefinition ( AspectDefinition aspect ) : void | ||
OnAssemblyReference ( AssemblyReference assemblyReference ) : void | ||
OnEngineConfiguration ( EngineConfiguration conf ) : void | ||
OnExcludedTypes ( TypeReferenceCollection types ) : void | ||
OnGlobalInterceptorDeclaration ( NodeCollectionBase dict ) : void | ||
OnGlobalMixinDeclaration ( NodeCollectionBase dict ) : void | ||
OnImportDirective ( ImportDirective import ) : void | ||
OnInterceptorDefinition ( InterceptorDefinition interceptor ) : void | ||
OnInterceptorEntryDefinition ( InterceptorEntryDefinition interceptor ) : void | ||
OnMixinDefinition ( MixinDefinition mixin ) : void | ||
OnMixinEntryDefinition ( MixinEntryDefinition mixin ) : void | ||
OnPointCutDefinition ( PointCutDefinition pointcut ) : void | ||
OnTargetNamespace ( String nameSpace ) : void | ||
OnTargetTypeDefinition ( TargetTypeDefinition targetType ) : void | ||
OnTypeReferenceDefinition ( TypeReference type ) : void | ||
Visit ( INode node ) : void |
Method | Description | |
---|---|---|
EnterAspectDefinition ( AspectDefinition aspect ) : bool | ||
EnterEngineConfiguration ( EngineConfiguration conf ) : bool | ||
LeaveAspectDefinition ( AspectDefinition aspect ) : void | ||
LeaveEngineConfiguration ( EngineConfiguration conf ) : void |
protected EnterAspectDefinition ( AspectDefinition aspect ) : bool | ||
aspect | AspectDefinition | |
return | bool |
protected EnterEngineConfiguration ( EngineConfiguration conf ) : bool | ||
conf | EngineConfiguration | |
return | bool |
protected LeaveAspectDefinition ( AspectDefinition aspect ) : void | ||
aspect | AspectDefinition | |
return | void |
protected LeaveEngineConfiguration ( EngineConfiguration conf ) : void | ||
conf | EngineConfiguration | |
return | void |
public OnAspectDefinition ( AspectDefinition aspect ) : void | ||
aspect | AspectDefinition | |
return | void |
public OnAssemblyReference ( AssemblyReference assemblyReference ) : void | ||
assemblyReference | AssemblyReference | |
return | void |
public OnEngineConfiguration ( EngineConfiguration conf ) : void | ||
conf | EngineConfiguration | |
return | void |
public OnExcludedTypes ( TypeReferenceCollection types ) : void | ||
types | TypeReferenceCollection | |
return | void |
public OnGlobalInterceptorDeclaration ( NodeCollectionBase dict ) : void | ||
dict | NodeCollectionBase | |
return | void |
public OnGlobalMixinDeclaration ( NodeCollectionBase dict ) : void | ||
dict | NodeCollectionBase | |
return | void |
public OnImportDirective ( ImportDirective import ) : void | ||
import | ImportDirective | |
return | void |
public OnInterceptorDefinition ( InterceptorDefinition interceptor ) : void | ||
interceptor | InterceptorDefinition | |
return | void |
public OnInterceptorEntryDefinition ( InterceptorEntryDefinition interceptor ) : void | ||
interceptor | InterceptorEntryDefinition | |
return | void |
public OnMixinDefinition ( MixinDefinition mixin ) : void | ||
mixin | MixinDefinition | |
return | void |
public OnMixinEntryDefinition ( MixinEntryDefinition mixin ) : void | ||
mixin | MixinEntryDefinition | |
return | void |
public OnPointCutDefinition ( PointCutDefinition pointcut ) : void | ||
pointcut | PointCutDefinition | |
return | void |
public OnTargetNamespace ( String nameSpace ) : void | ||
nameSpace | String | |
return | void |
public OnTargetTypeDefinition ( TargetTypeDefinition targetType ) : void | ||
targetType | TargetTypeDefinition | |
return | void |
public OnTypeReferenceDefinition ( TypeReference type ) : void | ||
type | TypeReference | |
return | void |