I have a class like this:
class A extends Parent { B b; public A(B b) { super(b); this.b = b; } public void method() { b.something()