Package ru.ispras.fortress.transformer
Interface NodeProvider
-
public interface NodeProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Node
getNode(Variable variable)
Substitutes one variable for a node expression.
-