C# Class UniAspect.Visitor.DebugVisitor

Afficher le fichier Open project: UnicoenProject/UniAspect

Méthodes publiques

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

Method Details

Visit() public méthode

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

WriteIndent() public static méthode

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