Methods from org.eclipse.text used by org.eclipse.cdt.core

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.jface.text.DefaultLineTracker.DefaultLineTracker()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.core.formatter.IndentManipulation.changeIndent(String, int, int, int, String, String)272
org.eclipse.cdt.core.formatter.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)331

org.eclipse.jface.text.DocumentEvent.getLength()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.PositionTrackerChain.update(DocumentEvent)84

org.eclipse.jface.text.DocumentEvent.getOffset()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.PositionTrackerChain.update(DocumentEvent)84

org.eclipse.jface.text.DocumentEvent.getText()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.PositionTrackerChain.update(DocumentEvent)82

org.eclipse.jface.text.IDocument.addDocumentListener(IDocumentListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.PositionTrackerChain.startTracking(IDocument)147

org.eclipse.jface.text.IDocument.removeDocumentListener(IDocumentListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.PositionTrackerChain.stopTracking()153

org.eclipse.jface.text.ILineTracker.getLineInformation(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.core.formatter.IndentManipulation.changeIndent(String, int, int, int, String, String)282
org.eclipse.cdt.core.formatter.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)337

org.eclipse.jface.text.ILineTracker.getNumberOfLines()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.core.formatter.IndentManipulation.changeIndent(String, int, int, int, String, String)274
org.eclipse.cdt.core.formatter.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)333

org.eclipse.jface.text.ILineTracker.set(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.core.formatter.IndentManipulation.changeIndent(String, int, int, int, String, String)273
org.eclipse.cdt.core.formatter.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)332

org.eclipse.jface.text.IRegion.getLength()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.core.formatter.IndentManipulation.changeIndent(String, int, int, int, String, String)284
org.eclipse.cdt.core.formatter.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)339
org.eclipse.cdt.internal.core.dom.rewrite.TrackedNodePosition.getLength()58
org.eclipse.cdt.internal.core.model.ext.CElementHandle.getSourceRange()102
org.eclipse.cdt.internal.core.parser.scanner.MultiMacroExpansionExplorer.MultiMacroExpansionExplorer(IASTTranslationUnit, IRegion)162
org.eclipse.cdt.internal.core.PositionTracker.actualToHistoric(IRegion)171
org.eclipse.cdt.internal.core.PositionTracker.historicToActual(IRegion)183

org.eclipse.jface.text.IRegion.getOffset()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.cdt.core.formatter.IndentManipulation.changeIndent(String, int, int, int, String, String)283
org.eclipse.cdt.core.formatter.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)338
org.eclipse.cdt.internal.core.dom.rewrite.TrackedNodePosition.getStartPosition()44
org.eclipse.cdt.internal.core.model.ext.CElementHandle.getSourceRange()101
org.eclipse.cdt.internal.core.parser.scanner.MultiMacroExpansionExplorer.MultiMacroExpansionExplorer(IASTTranslationUnit, IRegion)162
org.eclipse.cdt.internal.core.PositionTracker.actualToHistoric(IRegion)170
org.eclipse.cdt.internal.core.PositionTracker.historicToActual(IRegion)182

org.eclipse.jface.text.Position.getLength()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.formatter.Scribe.printComment()917

org.eclipse.jface.text.Position.getOffset()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.formatter.Scribe.printComment()916
org.eclipse.cdt.internal.formatter.Scribe.printComment()917

org.eclipse.jface.text.Position.includes(int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.formatter.Scribe.getInactivePosAt(int)1044

org.eclipse.jface.text.Position.Position(int, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.formatter.CodeFormatterVisitor.collectInactiveCodePositions(IASTTranslationUnit)3321
org.eclipse.cdt.internal.formatter.CodeFormatterVisitor.collectInactiveCodePositions(IASTTranslationUnit)3311
org.eclipse.cdt.internal.formatter.CodeFormatterVisitor.collectInactiveCodePositions(IASTTranslationUnit)3329

org.eclipse.jface.text.Region.Region(int, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.browser.IndexTypeReference.createCElement(IBinding)66
org.eclipse.cdt.internal.core.browser.IndexTypeReference.createCElement(IIndexMacro)83
org.eclipse.cdt.internal.core.model.ext.CElementHandle.CElementHandle(ICElement, int, String)65
org.eclipse.cdt.internal.core.PositionTracker.actualToHistoric(IRegion)178
org.eclipse.cdt.internal.core.PositionTracker.historicToActual(IRegion)190

org.eclipse.jface.text.TextUtilities.determineLineDelimiter(String, String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.cdt.internal.core.dom.rewrite.util.FileHelper.determineLineDelimiter(IFile)77

org.eclipse.text.edits.DeleteEdit.DeleteEdit(int, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, int)663
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, int)663

org.eclipse.text.edits.InsertEdit.InsertEdit(int, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, int)652
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, int)652
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.synthTreatment(IASTTranslationUnit)253
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.synthTreatment(IASTTranslationUnit)258

org.eclipse.text.edits.MultiTextEdit.MultiTextEdit()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.reformatSynthCode(IASTNode, String)305
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.synthTreatment(IASTTranslationUnit)241

org.eclipse.text.edits.MultiTextEdit.MultiTextEdit(int, int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.formatter.Scribe.getRootEdit()479
org.eclipse.cdt.internal.formatter.Scribe.getRootEdit()481
org.eclipse.cdt.internal.formatter.Scribe.getRootEdit()484

org.eclipse.text.edits.ReplaceEdit.getText()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.parser.scanner.MacroExpansionStep.getCodeAfterStep()44
org.eclipse.cdt.internal.core.parser.scanner.MultiMacroExpansionExplorer.shiftAndAddEdits(int, ReplaceEdit[], List)189

org.eclipse.text.edits.ReplaceEdit.ReplaceEdit(int, int, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.core.formatter.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)345
org.eclipse.cdt.core.formatter.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)342
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, int)671
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, int)671
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.synthTreatment(IASTTranslationUnit)249
org.eclipse.cdt.internal.core.parser.scanner.MacroExpansionTracker.fail()142
org.eclipse.cdt.internal.core.parser.scanner.MacroExpansionTracker.finish(TokenList, int)118
org.eclipse.cdt.internal.core.parser.scanner.MacroExpansionTracker.finish(TokenList, int)133
org.eclipse.cdt.internal.core.parser.scanner.MultiMacroExpansionExplorer.shiftAndAddEdits(int, ReplaceEdit[], List)190
org.eclipse.cdt.internal.formatter.Scribe.getRootEdit()489

org.eclipse.text.edits.TextEdit.addChild(TextEdit)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, int)678
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, int)654
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, int)667
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, int)654
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, int)667
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, int)678
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.synthTreatment(IASTTranslationUnit)257
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.synthTreatment(IASTTranslationUnit)252
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.synthTreatment(IASTTranslationUnit)248
org.eclipse.cdt.internal.formatter.Scribe.getRootEdit()489

org.eclipse.text.edits.TextEdit.addChildren(TextEdit[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, IASTNode)630
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, IASTNode)630

org.eclipse.text.edits.TextEdit.getCoverage(TextEdit[])

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.cdt.internal.core.dom.rewrite.TrackedNodePosition.getLength()54
org.eclipse.cdt.internal.core.dom.rewrite.TrackedNodePosition.getStartPosition()40

org.eclipse.text.edits.TextEdit.getExclusiveEnd()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.parser.scanner.MacroExpansionStep.getCodeAfterStep()45

org.eclipse.text.edits.TextEdit.getLength()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.parser.scanner.MultiMacroExpansionExplorer.shiftAndAddEdits(int, ReplaceEdit[], List)190

org.eclipse.text.edits.TextEdit.getOffset()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.parser.scanner.MacroExpansionStep.getCodeAfterStep()43
org.eclipse.cdt.internal.core.parser.scanner.MultiMacroExpansionExplorer.shiftAndAddEdits(int, ReplaceEdit[], List)190

org.eclipse.text.edits.TextEditGroup.getTextEdits()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, IASTNode)630
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, IASTNode)630
org.eclipse.cdt.internal.core.dom.rewrite.TrackedNodePosition.getLength()54
org.eclipse.cdt.internal.core.dom.rewrite.TrackedNodePosition.getStartPosition()40

org.eclipse.text.edits.TextEditGroup.isEmpty()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.dom.rewrite.TrackedNodePosition.getLength()51
org.eclipse.cdt.internal.core.dom.rewrite.TrackedNodePosition.getStartPosition()37

org.eclipse.text.edits.TextEditGroup.TextEditGroup(String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, IASTNode)625
org.eclipse.cdt.internal.core.dom.rewrite.changegenerator.ChangeGenerator.CodeComparer.createChange(MultiTextEdit, IASTNode)625

Back to reference summary for org.eclipse.cdt.core

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict