Uses of Class
org.eclipse.cdt.internal.ui.text.CIndenter

Packages that use CIndenter
org.eclipse.cdt.internal.ui.editor   
 

Uses of CIndenter in org.eclipse.cdt.internal.ui.editor
 

Methods in org.eclipse.cdt.internal.ui.editor with parameters of type CIndenter
static java.lang.String IndentUtil.computeIndent(org.eclipse.jface.text.IDocument document, int line, CIndenter indenter, CHeuristicScanner scanner)
          Computes and returns the indentation for a source line.