C# Class UniAspect.Processor.Pointcut.Set

Inheritance: CodeProcessor
Mostra file Open project: UnicoenProject/UniAspect

Public Methods

Method Description
After ( UnifiedElement model, AspectElement target, UnifiedBlock advice ) : void
Around ( UnifiedElement model ) : void
Before ( UnifiedElement model, AspectElement target, UnifiedBlock advice ) : void
InsertAtAfterSet ( UnifiedElement root, Regex regex, UnifiedBlock advice ) : void
InsertAtAfterSetByName ( UnifiedElement root, string name, UnifiedBlock advice ) : void
InsertAtBeforeSet ( UnifiedElement root, Regex regex, UnifiedBlock advice ) : void
InsertAtBeforeSetByName ( UnifiedElement root, string name, UnifiedBlock advice ) : void

Method Details

After() public method

public After ( UnifiedElement model, AspectElement target, UnifiedBlock advice ) : void
model Unicoen.Model.UnifiedElement
target AspectElement
advice UnifiedBlock
return void

Around() public method

public Around ( UnifiedElement model ) : void
model Unicoen.Model.UnifiedElement
return void

Before() public method

public Before ( UnifiedElement model, AspectElement target, UnifiedBlock advice ) : void
model Unicoen.Model.UnifiedElement
target AspectElement
advice UnifiedBlock
return void

InsertAtAfterSet() public static method

public static InsertAtAfterSet ( UnifiedElement root, Regex regex, UnifiedBlock advice ) : void
root Unicoen.Model.UnifiedElement
regex System.Text.RegularExpressions.Regex
advice UnifiedBlock
return void

InsertAtAfterSetByName() public static method

public static InsertAtAfterSetByName ( UnifiedElement root, string name, UnifiedBlock advice ) : void
root Unicoen.Model.UnifiedElement
name string
advice UnifiedBlock
return void

InsertAtBeforeSet() public static method

public static InsertAtBeforeSet ( UnifiedElement root, Regex regex, UnifiedBlock advice ) : void
root Unicoen.Model.UnifiedElement
regex System.Text.RegularExpressions.Regex
advice UnifiedBlock
return void

InsertAtBeforeSetByName() public static method

public static InsertAtBeforeSetByName ( UnifiedElement root, string name, UnifiedBlock advice ) : void
root Unicoen.Model.UnifiedElement
name string
advice UnifiedBlock
return void