Searched defs:nFrames (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DThreadInfo.java273 * @param nFrames the number of stackframes
279 void up(int nFrames) throws IncompatibleThreadStateException { argument
280 setCurrentFrameIndex(currentFrameIndex + nFrames);
286 * @param nFrames the number of stackframes
292 void down(int nFrames) throws IncompatibleThreadStateException { argument
293 setCurrentFrameIndex(currentFrameIndex - nFrames);

Completed in 40 milliseconds