|
Groovy example source code file (MethodCallExpressionTest.java)
The Groovy MethodCallExpressionTest.java source code
package org.codehaus.groovy.ast;
import java.util.ArrayList;
import java.util.List;
import org.codehaus.groovy.ast.expr.MethodCallExpression;
import org.codehaus.groovy.control.Phases;
import org.codehaus.groovy.control.SourceUnit;
/**
* Tests the MethodCallExpression
*
* @author <a href="mailto:martin.kempf@gmail.com">Martin Kempf
*
*/
public class MethodCallExpressionTest extends ASTTest {
private boolean isImplicitThis;
/*
* To make sure the MethodCallExpression is visited and we do not test against
* the default value of isImplicitThis
*/
private boolean visited;
private List<String> defaultScriptMethods = new ArrayList
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy MethodCallExpressionTest.java source code file: |
Other websites by Alvin Alexander:
Life/living in Alaska (OneMansAlaska.com)
How I Sold My Business (HowISoldMyBusiness.com)
Copyright 1998-2011 Alvin Alexander, devdaily.com
All Rights Reserved.