|
Groovy example source code file (Bar.groovy)
The Groovy Bar.groovy source code
package groovy
import java.util.HashMap as Goober;
class Cheddar extends Goober implements Runnable
{
Goober theMap;
protected def cheesier;
public static def cheesiest;
static void main(args) {
def f = new Cheddar()
println f
}
def cheeseIt() { }
String getStringCheese() { }
String getOtherCheese(foo,bar) { }
void run() { cheeseIt() }
static Goober mutateGoober(Goober theGoober) { }
}
class Provolone
{
}
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy Bar.groovy 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.