On this page
[Java] Interface MethodCall
public interface MethodCall
Interface defining common methods for method calls.
- Since:
- 2.1.0
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public Expression |
getArguments() |
|
public String |
getMethodAsString() |
|
public ASTNode |
getReceiver() |
|
public String |
getText() |
Method Detail
public Expression getArguments()
public String getMethodAsString()
public ASTNode getReceiver()
public String getText()
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/ast/expr/MethodCall.html