This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Class and Description |
---|---|
public static enum | |
private static class | Dependencies.
Dummy class to be used when dependencies options are not set. |
public static class | Dependencies.
This class creates a graph of all dependencies as symbols are completed; when compilation finishes, the resulting dependency graph is then dumped onto a dot file. |
Modifier and Type | Field and Description |
---|---|
protected static final Context. |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public static Dependencies | |
public abstract void | |
public abstract void | push(Symbol.
Push a new completion node on the stack. |