Class | Description |
---|---|
BuildPackagePathToUnconfiguredTargetNodePackageComputation |
Transforms all targets from results of parsing a single build file to
UnconfiguredTargetNodeWithDepsPackage |
BuildPackagePathToUnconfiguredTargetNodePackageKey |
Transformation key containing a path to a build package to get parsed
UnconfiguredTargetNodeWithDepsPackage from it |
BuildTargetToUnconfiguredTargetNodeComputation |
Transforms one target from specific
BuildFileManifest to UnconfiguredTargetNode |
BuildTargetToUnconfiguredTargetNodeKey |
Transformation key containing build target to get
UnconfiguredTargetNode for. |
UnconfiguredTargetNodeToUnconfiguredTargetNodeWithDepsComputation |
Transforms
UnconfiguredTargetNode to UnconfiguredTargetNodeWithDeps |
UnconfiguredTargetNodeToUnconfiguredTargetNodeWithDepsKey |
Transformation key containing
UnconfiguredTargetNode to translate it to UnconfiguredTargetNodeWithDeps . |