package p; class A{ int g; // field g, or A.g public int getF() { return (this.f); } }