Class Visitor
- java.lang.Object
-
- com.virtuslab.using_directives.custom.Visitor
-
public class Visitor extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportergetReporter()UsingTreegetRoot()UsingDirectivesvisit()
-
-
-
Method Detail
-
getRoot
public UsingTree getRoot()
-
getReporter
public Reporter getReporter()
-
visit
public UsingDirectives visit()
-
-