Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
private Object evalFunction(int op, String owner, int pos) throws Exception {
int idx = cmp.getFirstChildPos(pos);
int id = cmp.getOp(idx);
int endFunc = pos + cmp.getOpMap()[pos+1] - 1;
int endFunc = pos + cmp.getOpMap().elementAt(pos+1) - 1;
List args = new ArrayList();
int lp = idx+1;