class UUU { int myValue; UUU() { System.out.println(<selection>myValue</selection>); } void init() { myValue = 0; } }