public class AAA { private int x = 42; public int getX() { return x; } public void foo() { x = 10; } }