public class IdentifyParameters
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
IdentifyParameters.ParameterConsumer |
static interface |
IdentifyParameters.ParametersConsumer |
Modifier and Type | Method and Description |
---|---|
void |
identify(org.codehaus.groovy.ast.expr.Expression argumentExpression,
boolean isContextStatic,
IdentifyParameters.ParameterConsumer parameterConsumer) |
void |
identify(org.codehaus.groovy.ast.expr.MethodCall methodCall,
boolean isContextStatic,
IdentifyParameters.ParametersConsumer parametersConsumer) |
static IdentifyParameters |
with(org.codehaus.groovy.ast.ClassNode evaluatingClass) |
public static IdentifyParameters with(org.codehaus.groovy.ast.ClassNode evaluatingClass)
public void identify(org.codehaus.groovy.ast.expr.MethodCall methodCall, boolean isContextStatic, IdentifyParameters.ParametersConsumer parametersConsumer)
public void identify(org.codehaus.groovy.ast.expr.Expression argumentExpression, boolean isContextStatic, IdentifyParameters.ParameterConsumer parameterConsumer)