public class AbsoluteOutputMacroExpander extends AbstractMacroExpanderWithoutPrecomputedWork<AbsoluteOutputMacro>
Modifier and Type | Field and Description |
---|---|
static AbsoluteOutputMacroExpander |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
Arg |
expandFrom(BuildTarget target,
ActionGraphBuilder graphBuilder,
AbsoluteOutputMacro input) |
Class<AbsoluteOutputMacro> |
getInputClass() |
expandFrom, precomputeWorkFrom
public static final AbsoluteOutputMacroExpander INSTANCE
public Class<AbsoluteOutputMacro> getInputClass()
public Arg expandFrom(BuildTarget target, ActionGraphBuilder graphBuilder, AbsoluteOutputMacro input)
expandFrom
in class AbstractMacroExpanderWithoutPrecomputedWork<AbsoluteOutputMacro>