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

Packages that use CHeuristicScanner
org.eclipse.cdt.internal.ui.editor   
org.eclipse.cdt.internal.ui.text   
 

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

Methods in org.eclipse.cdt.internal.ui.editor with parameters of type CHeuristicScanner
static java.lang.String IndentUtil.computeCommentIndent(org.eclipse.jface.text.IDocument document, int line, CHeuristicScanner scanner, org.eclipse.jface.text.ITypedRegion partition)
          Computes and returns the indentation for a block comment line.
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.
 

Uses of CHeuristicScanner in org.eclipse.cdt.internal.ui.text
 

Constructors in org.eclipse.cdt.internal.ui.text with parameters of type CHeuristicScanner
CIndenter(org.eclipse.jface.text.IDocument document, CHeuristicScanner scanner)
          Creates a new instance.
CIndenter(org.eclipse.jface.text.IDocument document, CHeuristicScanner scanner, org.eclipse.cdt.core.model.ICProject project)
          Creates a new instance.