class A { public A(int i) { } public void methodFromA() { } public int intMethodFromA(int i) { return 0; } }