Searched refs:isActuallySource (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceModel.java53 boolean isActuallySource = true; field in class:SourceModel
104 isActuallySource = false;
H A DSourceTool.java271 if (model.isActuallySource && (lineNo < model.getSize())) {

Completed in 30 milliseconds