Home
last modified time | relevance | path

Searched refs:_currentFrameBottom (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
DVariableStack.java98 private int _currentFrameBottom; field in VariableStack
180 _currentFrameBottom = sf; in setStackFrame()
192 return _currentFrameBottom; in getStackFrame()
213 _currentFrameBottom = _frameTop; in link()
234 _links[_linksTop++] = _currentFrameBottom; in link()
236 return _currentFrameBottom; in link()
246 _currentFrameBottom = _links[_linksTop - 1]; in unlink()
258 _currentFrameBottom = currentFrame; in unlink()
272 _stackFrames[index + _currentFrameBottom] = val; in setLocalVariable()
308 index += _currentFrameBottom; in getLocalVariable()
[all …]