panda.el.opt.object.InvokeMethodOpt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of panda-core Show documentation
Show all versions of panda-core Show documentation
Panda Core is the core module of Panda Framework, it contains commonly used utility classes similar to apache-commons.
package panda.el.opt.object;
import java.util.Queue;
import panda.el.ELContext;
import panda.el.ELException;
import panda.el.opt.AbstractOpt;
/**
* 方法执行 以方法体右括号做为边界
*/
public class InvokeMethodOpt extends AbstractOpt {
private Object left;
public int getPriority() {
return 1;
}
public void wrap(Queue