Home | History | Annotate | Download | only in functions

Lines Matching defs:arg

94         Expression arg = (Expression) m_argVec.elementAt(i);
96 arg.fixupVariables(vars, globalsSize);
197 Expression arg = (Expression) m_argVec.elementAt(i);
199 XObject xobj = arg.execute(xctxt);
226 * @param arg non-null expression that represents the argument.
232 public void setArg(Expression arg, int argNum)
235 m_argVec.addElement(arg);
236 arg.exprSetParent(this);
309 Expression arg = (Expression) m_argVec.elementAt(i);
311 arg.exprSetParent(n);