C# Class UniAspect.Visitor.DebugVisitor

Exibir arquivo Open project: UnicoenProject/UniAspect

Public Methods

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

Method Details

Visit() public method

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

WriteIndent() public static method

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