这是我的代码:
result = method1().method2().method3();
我想知道上面代码/语句的执行层次
java methods chaining
chaining ×1
java ×1
methods ×1