C# Class UniAspect.Visitor.AstVisitor

ファイルを表示 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_oe property

public List Advices
return List

Intertypes public_oe property

public List Intertypes
return List

Pointcuts public_oe property

public List Pointcuts
return List