Uses of Class
org.eclipse.jface.text.AbstractLineTracker.DelimiterInfo
-
Packages that use AbstractLineTracker.DelimiterInfo Package Description org.eclipse.jface.text Provides a framework for creating and manipulating text documents. -
-
Uses of AbstractLineTracker.DelimiterInfo in org.eclipse.jface.text
Methods in org.eclipse.jface.text that return AbstractLineTracker.DelimiterInfo Modifier and Type Method Description static AbstractLineTracker.DelimiterInfoTextUtilities. nextDelimiter(CharSequence text, int offset)Search for the first standard line delimiter in text starting at given offset.protected abstract AbstractLineTracker.DelimiterInfoAbstractLineTracker. nextDelimiterInfo(String text, int offset)Returns the information about the first delimiter found in the given text starting at the given offset.protected AbstractLineTracker.DelimiterInfoConfigurableLineTracker. nextDelimiterInfo(String text, int offset)protected AbstractLineTracker.DelimiterInfoDefaultLineTracker. nextDelimiterInfo(String text, int offset)
-