Lines Matching refs:CJX_Tree
22 const CJX_MethodSpec CJX_Tree::MethodSpecs[] = {
26 CJX_Tree::CJX_Tree(CXFA_Object* obj) : CJX_Object(obj) { in CJX_Tree() function in CJX_Tree
30 CJX_Tree::~CJX_Tree() {} in ~CJX_Tree()
32 CJS_Return CJX_Tree::resolveNode( in resolveNode()
81 CJS_Return CJX_Tree::resolveNodes( in resolveNodes()
104 void CJX_Tree::all(CFXJSE_Value* pValue, in all()
117 void CJX_Tree::classAll(CFXJSE_Value* pValue, in classAll()
130 void CJX_Tree::name(CFXJSE_Value* pValue, in name()
136 void CJX_Tree::nodes(CFXJSE_Value* pValue, in nodes()
154 void CJX_Tree::parent(CFXJSE_Value* pValue, in parent()
171 void CJX_Tree::index(CFXJSE_Value* pValue, in index()
181 void CJX_Tree::classIndex(CFXJSE_Value* pValue, in classIndex()
191 void CJX_Tree::somExpression(CFXJSE_Value* pValue, in somExpression()
203 void CJX_Tree::ResolveNodeList(CFXJSE_Value* pValue, in ResolveNodeList()