abstract static class FunctionRewriter.Reducer
extends java.lang.Object
Constructor and Description |
---|
Reducer() |
Modifier and Type | Method and Description |
---|---|
protected Node |
buildCallNode(java.lang.String methodName,
Node argumentNode,
Node srcref)
Builds a method call based on the the given method name,
argument and history.
|
(package private) abstract java.lang.String |
getHelperSource() |
(package private) abstract Node |
reduce(Node node) |