사전 정보에서 겹치는걸 방지하기 위함
885886887888889890891892893894895
* @return */ synchronized public MExpression getMExpression(String exp) { MExpression ret = get(exp); return ret == null ? null : ret.copy(); } /** * <pre>