org.nutz.el.opt.object.FetchArrayOpt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nutz Show documentation
Show all versions of nutz Show documentation
Nutz, which is a collections of lightweight frameworks, each of them can be used independently
package org.nutz.el.opt.object;
import java.util.Queue;
import org.nutz.el.opt.AbstractOpt;
/**
* ']',数组封装.
* 本身没做什么操作,只是对'[' ArrayOpt 做了一个封装而已
* @author juqkai([email protected])
*
*/
public class FetchArrayOpt extends AbstractOpt {
private Object left;
public void wrap(Queue
© 2015 - 2025 Weber Informatics LLC | Privacy Policy