class Foo { boolean is(); public String toString() { boolean foo; boolean bar; Foo to; boolean f = to.is();<caret> } }