Package | Description |
---|---|
com.sun.tools.javac.util |
Modifier and Type | Method and Description |
---|---|
abstract GraphUtils.DependencyKind[] |
GraphUtils.Node.getSupportedDependencyKinds()
Get an array of the dependency kinds supported by this node.
|
Modifier and Type | Method and Description |
---|---|
abstract Iterable<? extends GraphUtils.TarjanNode<D>> |
GraphUtils.TarjanNode.getDependenciesByKind(GraphUtils.DependencyKind dk) |
abstract String |
GraphUtils.Node.getDependencyName(GraphUtils.Node<D> to,
GraphUtils.DependencyKind dk)
Get a name for the dependency (of given kind) linking this node to a given node
|
Copyright © 2017 earcam. All rights reserved.