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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressiongetArguments()StringgetMethodAsString()ASTNodegetReceiver()StringgetText()
 
- 
- 
- 
Method Detail- 
getReceiverASTNode getReceiver() 
 - 
getMethodAsStringString getMethodAsString() 
 - 
getArgumentsExpression getArguments() 
 - 
getTextString getText() 
 
- 
 
-