C# Class UniAspect.Visitor.AstVisitor

Show file Open project: UnicoenProject/UniAspect Class Usage Examples

Public Properties

Property Type Description
Advices List
Intertypes List
Pointcuts List

Public Methods

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

Method Details

Visit() public method

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

WriteIndent() public static method

public static WriteIndent ( int depth ) : void
depth int
return void

Property Details

Advices public property

public List Advices
return List

Intertypes public property

public List Intertypes
return List

Pointcuts public property

public List Pointcuts
return List