class Foo { void foo(){ if (AAA == BBB || CCC) continue; } }