public class Test { public void foo() { boolean b = this instanceof Object; } }