C# Class UniAspect.Visitor.AstVisitor

Afficher le fichier Open project: UnicoenProject/UniAspect Class Usage Examples

Méthodes publiques

Свойство Type Description
Advices List
Intertypes List
Pointcuts List

Méthodes publiques

Méthode Description
Visit ( Antlr.Runtime.Tree.CommonTree root, int depth, IAspectElement element ) : IAspectElement
WriteIndent ( int depth ) : void

Method Details

Visit() public méthode

public Visit ( Antlr.Runtime.Tree.CommonTree root, int depth, IAspectElement element ) : IAspectElement
root Antlr.Runtime.Tree.CommonTree
depth int
element IAspectElement
Résultat IAspectElement

WriteIndent() public static méthode

public static WriteIndent ( int depth ) : void
depth int
Résultat void

Property Details

Advices public_oe property

public List Advices
Résultat List

Intertypes public_oe property

public List Intertypes
Résultat List

Pointcuts public_oe property

public List Pointcuts
Résultat List