class Type { private Integer myField; public void meth(Integer p) { myField = p; } }