public class Foo { static int i; public static int method(Foo anObject) { return i; } }