104105106107108109110111112113114
continue; } Elobj obj = (Elobj) rpn.removeFirst(); // 方法对象 if (!rpn.isEmpty() && rpn.getFirst() instanceof MethodOpt) { dest.add(new MethodObj(obj.getVal())); continue; } // 属性对象 if (dest.size() > 0 && dest.getLast() instanceof AccessOpt