[Java] Interface MethodCall
Interface defining common methods for method calls.
- Authors:
- Cedric Champeau
- Since:
- 2.1.0
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Expression |
getArguments() | |
String |
getMethodAsString() | |
ASTNode |
getReceiver() | |
String |
getText() |
Method Detail
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/2.4.21/html/gapi/org/codehaus/groovy/ast/expr/MethodCall.html