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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DPosition.java75 LineMapImpl lineMap = expandTabs ?
76 new LineTabMapImpl(max) : new LineMapImpl();
145 static class LineMapImpl implements LineMap { class in class:Position
148 protected LineMapImpl() {} method in class:Position.LineMapImpl
244 public static class LineTabMapImpl extends LineMapImpl {

Completed in 21 milliseconds