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