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