public class Test{ boolean foo() { return true; } boolean bar(){ return !foo(); } }