public interface MethodCall
Interface defining common methods for method calls.
Type Params | Return Type | Name and description |
---|---|---|
public Expression |
getArguments() | |
public String |
getMethodAsString() | |
public ASTNode |
getReceiver() | |
public String |
getText() |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/ast/expr/MethodCall.html