HomeSort by relevance Sort by last modified time
    Searched full:_stackframes (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 76 vs._stackFrames = (XObject[]) _stackFrames.clone();
86 XObject[] _stackFrames;
89 * The top of the stack frame (<code>_stackFrames</code>).
95 * The bottom index of the current frame (relative to <code>_stackFrames</code>).
122 return _stackFrames[i];
145 int varArraySize = (_stackFrames == null) ? XPathContext.RECURSIONLIMIT * 2
146 : _stackFrames.length;
169 // Get a clean _stackFrames array and discard the old one.
170 _stackFrames = new XObject[varArraySize];
    [all...]

Completed in 517 milliseconds