Class Visitors

java.lang.Object
org.microbean.lang.visitor.Visitors

public final class Visitors extends Object
A hub of sorts for visitors of various kinds designed to reproduce the innards of certain aspects of the javac compiler at runtime.

A spiritually faithful port of the compiler's operations and constructs results in circular dependencies, just as the compiler itself contains such circular dependencies. This class makes it easier to set up the intricate network of visitors that depend on each other.

Author:
Laird Nelson