Package org.codehaus.groovy.ast.expr
Interface MethodCall
- 
- All Known Implementing Classes:
 ConstructorCallExpression,MethodCallExpression,StaticMethodCallExpression
public interface MethodCallInterface defining common methods for method calls.- Since:
 - 2.1.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressiongetArguments()StringgetMethodAsString()ASTNodegetReceiver()StringgetText() 
 - 
 
- 
- 
Method Detail
- 
getReceiver
ASTNode getReceiver()
 
- 
getMethodAsString
String getMethodAsString()
 
- 
getArguments
Expression getArguments()
 
- 
getText
String getText()
 
 - 
 
 -