Searched refs:m_arg2 (Results 1 – 5 of 5) sorted by relevance
38 Expression m_arg2; field in Function3Args48 return m_arg2; in getArg2()64 if(null != m_arg2) in fixupVariables()65 m_arg2.fixupVariables(vars, globalsSize); in fixupVariables()85 m_arg2 = arg; in setArg()125 ? true : m_arg2.canTraverseOutsideSubtree(); in canTraverseOutsideSubtree()135 return m_arg2; in getExpression()145 m_arg2 = exp; in setExpression()156 if(null != m_arg2) in callArgVisitors()157 m_arg2.callVisitors(new Arg2Owner(), visitor); in callArgVisitors()[all …]
53 if (null != m_arg2) in execute()54 sb.append(m_arg2.execute(xctxt).str()); in execute()
74 if (null != m_arg2) in execute()76 double len = m_arg2.num(xctxt); in execute()
48 String theThirdString = m_arg2.execute(xctxt).str(); in execute()
110 : m_arg1(a1), m_arg2(a2), m_arg3(a3), m_functor(func) {142 return m_arg2.rows();159 return m_arg2.cols();169 const _Arg2Nested& arg2() const { return m_arg2; }179 Arg2Nested m_arg2;