Home
last modified time | relevance | path

Searched defs:getLineInformationOfOffset (Results 1 – 12 of 12) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text/src/org/eclipse/jface/text/
H A DILineTracker.java122 IRegion getLineInformationOfOffset(int offset) throws BadLocationException; in getLineInformationOfOffset() method
H A DAbstractLineTracker.java141 public IRegion getLineInformationOfOffset(int offset) throws BadLocationException { in getLineInformationOfOffset() method in AbstractLineTracker
H A DListLineTracker.java158 public final IRegion getLineInformationOfOffset(int position) throws BadLocationException { in getLineInformationOfOffset() method in ListLineTracker
H A DIDocument.java587 IRegion getLineInformationOfOffset(int offset) throws BadLocationException; in getLineInformationOfOffset() method
H A DTreeLineTracker.java1126 public final IRegion getLineInformationOfOffset(final int offset) throws BadLocationException { in getLineInformationOfOffset() method in TreeLineTracker
H A DAbstractDocument.java886 public IRegion getLineInformationOfOffset(int offset) throws BadLocationException { in getLineInformationOfOffset() method in AbstractDocument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/
H A DConsoleDocument.java48 public synchronized IRegion getLineInformationOfOffset(int offset) throws BadLocationException { in getLineInformationOfOffset() method in ConsoleDocument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.core.filebuffers/src/org/eclipse/core/internal/filebuffers/
H A DSynchronizableDocument.java295 public IRegion getLineInformationOfOffset(int offset) throws BadLocationException { in getLineInformationOfOffset() method in SynchronizableDocument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text/src/org/eclipse/text/edits/
H A DEditDocument.java147 public IRegion getLineInformationOfOffset(int offset) throws BadLocationException { in getLineInformationOfOffset() method in EditDocument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DSimpleDocument.java239 public IRegion getLineInformationOfOffset(int offset) { in getLineInformationOfOffset() method in SimpleDocument
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/util/
H A DSimpleDocument.java395 public IRegion getLineInformationOfOffset(int offset) { in getLineInformationOfOffset() method in SimpleDocument
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/textmanipulation/
H A DTextBuffer.java237 public TextRegion getLineInformationOfOffset(int offset) { in getLineInformationOfOffset() method in TextBuffer