Methods from org.eclipse.text used by org.eclipse.php.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.AbstractDocument.addPosition(String, Position)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.createDocument(String, Position[])421

org.eclipse.jface.text.AbstractDocument.addPositionCategory(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.createDocument(String, Position[])407

org.eclipse.jface.text.AbstractDocument.addPositionUpdater(IPositionUpdater)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.createDocument(String, Position[])408

org.eclipse.jface.text.AbstractDocument.get()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.evaluateFormatterEdit(String, TextEdit, Position[])239
org.eclipse.php.internal.core.ast.util.Util.editedString(String, TextEdit)420

org.eclipse.jface.text.BadLocationException.BadLocationException(String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.documentModel.parser.regions.PhpTokenContainer.checkBadLocation(int)361

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.changeIndent(String, int, int, int, String, String)271
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)330

org.eclipse.jface.text.DefaultPositionUpdater.DefaultPositionUpdater(String)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.2.(String)408

org.eclipse.jface.text.DefaultPositionUpdater.notDeleted()

OVERRIDE
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.2.notDeleted()-1

org.eclipse.jface.text.Document.Document(String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewrite.rewriteAST()229
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.createDocument(String, Position[])402
org.eclipse.php.internal.core.ast.util.Util.editedString(String, TextEdit)417

org.eclipse.jface.text.IDocument.get()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewrite.rewriteAST(IDocument, Map)169
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.ASTRewriteAnalyzer(AstLexer, IDocument, LineInformation, String, TextEdit, RewriteEventStore, NodeInfoStore, List, Map, TargetSourceRangeComputer)87

org.eclipse.jface.text.IDocument.get(int, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.codeassist.contexts.AbstractCompletionContext.getNextWord()428
org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.internalResolve(IStructuredDocument, ISourceModule, int, int)409
org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.internalResolve(IStructuredDocument, ISourceModule, int, int)334
org.eclipse.php.internal.core.documentModel.parser.regions.PhpScriptRegion.updateRegion(Object, IStructuredDocumentRegion, String, int, int)129
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.isBlanks(IStructuredDocument, int, int, int)31
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.isBlanks(IStructuredDocument, int, int, int)31
org.eclipse.php.internal.core.format.FormatterUtils.getLineBlanks(IStructuredDocument, IRegion)97
org.eclipse.php.internal.core.format.PhpFormatter.formatLine(IStructuredDocument, int)178
org.eclipse.php.internal.core.util.text.TextSequenceUtilities.createTextSequence(IStructuredDocumentRegion, int, int)35
org.eclipse.php.internal.core.validation.PHPTodoTaskValidator.getTaskStr(IStructuredDocument, int, int, int)272
org.eclipse.php.internal.core.validation.PHPTodoTaskValidator.validateFile(IReporter, IFile, int)121

org.eclipse.jface.text.IDocument.getChar(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.nodes.ASTParser.1.read()237
org.eclipse.php.internal.core.ast.nodes.DefaultCommentMapper.IntervalDocumentReader.read()661
org.eclipse.php.internal.core.ast.nodes.DefaultCommentMapper.IntervalDocumentReader.read()661
org.eclipse.php.internal.core.codeassist.contexts.PHPDocContext.getPrefixEnd()40
org.eclipse.php.internal.core.documentModel.parser.regions.PhpScriptRegion.BlockDocumentReader.read()451
org.eclipse.php.internal.core.documentModel.parser.regions.PhpScriptRegion.BlockDocumentReader.read()451
org.eclipse.php.internal.core.documentModel.parser.regions.PhpScriptRegion.DocumentReader.read()363
org.eclipse.php.internal.core.documentModel.parser.regions.PhpScriptRegion.DocumentReader.read()373
org.eclipse.php.internal.core.documentModel.parser.regions.PhpScriptRegion.DocumentReader.read()363
org.eclipse.php.internal.core.documentModel.parser.regions.PhpScriptRegion.DocumentReader.read()373
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.isIndentationBase(IStructuredDocument, int, int)109
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.shouldIndent(IStructuredDocument, int, int)211

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.nodes.ASTParser.parse(IDocument, boolean, PHPVersion)223
org.eclipse.php.internal.core.codeassist.contexts.AbstractCompletionContext.determineTextRegion(IStructuredDocument, ITextRegionCollection, int)138
org.eclipse.php.internal.core.documentModel.partitioner.PHPStructuredTextPartitioner.getPartition(int)80
org.eclipse.php.internal.core.format.CurlyCloseIndentationStrategy.getCurlyOpenLineInformation(IStructuredDocument, int)53
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.getLastTokenRegion(IStructuredDocument, IRegion, int)63
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.shouldIndent(IStructuredDocument, int, int)199
org.eclipse.php.internal.core.format.FormatterUtils.getPartitionType(IStructuredDocument, int, boolean)37
org.eclipse.php.internal.core.format.PhpFormatProcessorImpl.formatDocument(IDocument, int, int)57
org.eclipse.php.internal.core.format.PhpFormatProcessorImpl.formatDocument(IDocument, int, int)56
org.eclipse.php.internal.core.format.PhpFormatProcessorImpl.formatDocument(IDocument, int, int)60

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.format.CommentIndentationStrategy.placeMatchingBlanks(IStructuredDocument, StringBuffer, int, int)35
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.getIndentationBaseLine(IStructuredDocument, int, int)37
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.placeMatchingBlanks(IStructuredDocument, StringBuffer, int, int)163
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.shouldIndent(IStructuredDocument, int, int)187
org.eclipse.php.internal.core.format.PhpFormatter.formatLine(IStructuredDocument, int)169
org.eclipse.php.internal.core.validation.PHPTodoTaskValidator.getTaskStr(IStructuredDocument, int, int, int)263

org.eclipse.jface.text.IDocument.getLineInformationOfOffset(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.format.CaseDefaultIndentationStrategy.placeMatchingBlanks(IStructuredDocument, StringBuffer, int, int)74
org.eclipse.php.internal.core.format.CurlyCloseIndentationStrategy.getCurlyOpenLineInformation(IStructuredDocument, int)77
org.eclipse.php.internal.core.format.CurlyCloseIndentationStrategy.placeMatchingBlanks(IStructuredDocument, StringBuffer, int, int)32
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.isIndentationBase(IStructuredDocument, int, int)101

org.eclipse.jface.text.IDocument.getLineOffset(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.LineInformation.1.getLineOffset(int)36
org.eclipse.php.internal.core.format.PhpFormatter.formatLine(IStructuredDocument, int)243

org.eclipse.jface.text.IDocument.getLineOfOffset(int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.nodes.DefaultCommentMapper.getLineNumber(int, int[])152
org.eclipse.php.internal.core.ast.rewrite.LineInformation.1.getLineOfOffset(int)28

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.nodes.DefaultCommentMapper.CommentMapperVisitor.apply(ASTNode)573
org.eclipse.php.internal.core.ast.nodes.DefaultCommentMapper.CommentMapperVisitor.apply(ASTNode)573

org.eclipse.jface.text.IDocument.replace(int, int, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.format.PhpFormatter.formatLine(IStructuredDocument, int)190

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.codeassist.contexts.AbstractCompletionContext.determineDocument(ISourceModule, CompletionRequestor)230
org.eclipse.php.internal.core.codeassist.PHPSelectionEngine.select(ISourceModule, int, int)123

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.changeIndent(String, int, int, int, String, String)281
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)336

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.changeIndent(String, int, int, int, String, String)273
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)332

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.changeIndent(String, int, int, int, String, String)272
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)331

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.changeIndent(String, int, int, int, String, String)283
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)338
org.eclipse.php.internal.core.ast.rewrite.TrackedNodePosition.getLength()55
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.getIndentationBaseLine(IStructuredDocument, int, int)43
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.getIndentationBaseLine(IStructuredDocument, int, int)38
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.placeMatchingBlanks(IStructuredDocument, StringBuffer, int, int)167
org.eclipse.php.internal.core.format.FormatterUtils.getLineBlanks(IStructuredDocument, IRegion)96
org.eclipse.php.internal.core.format.PhpFormatter.formatLine(IStructuredDocument, int)171
org.eclipse.php.internal.core.format.PhpFormatter.formatLine(IStructuredDocument, int)187
org.eclipse.php.internal.core.validation.PHPTodoTaskValidator.getTaskStr(IStructuredDocument, int, int, int)265

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.changeIndent(String, int, int, int, String, String)282
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)337
org.eclipse.php.internal.core.ast.rewrite.TrackedNodePosition.getStartPosition()41
org.eclipse.php.internal.core.format.CommentIndentationStrategy.placeMatchingBlanks(IStructuredDocument, StringBuffer, int, int)49
org.eclipse.php.internal.core.format.CommentIndentationStrategy.placeMatchingBlanks(IStructuredDocument, StringBuffer, int, int)41
org.eclipse.php.internal.core.format.CommentIndentationStrategy.placeMatchingBlanks(IStructuredDocument, StringBuffer, int, int)56
org.eclipse.php.internal.core.format.CommentIndentationStrategy.placeMatchingBlanks(IStructuredDocument, StringBuffer, int, int)55
org.eclipse.php.internal.core.format.CommentIndentationStrategy.placeMatchingBlanks(IStructuredDocument, StringBuffer, int, int)37
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.getIndentationBaseLine(IStructuredDocument, int, int)43
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.getLastTokenRegion(IStructuredDocument, IRegion, int)56
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.isIndentationBase(IStructuredDocument, int, int)102
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.placeMatchingBlanks(IStructuredDocument, StringBuffer, int, int)167
org.eclipse.php.internal.core.format.DefaultIndentationStrategy.shouldIndent(IStructuredDocument, int, int)214
org.eclipse.php.internal.core.format.FormatterUtils.getLineBlanks(IStructuredDocument, IRegion)95
org.eclipse.php.internal.core.format.PhpFormatter.formatLine(IStructuredDocument, int)170
org.eclipse.php.internal.core.format.PhpFormatter.formatLine(IStructuredDocument, int)186
org.eclipse.php.internal.core.format.PhpFormatter.getFormattedLineInformation(IRegion, String)296
org.eclipse.php.internal.core.format.PhpFormatter.getFormattedLineInformation(IRegion, String)299
org.eclipse.php.internal.core.format.PhpFormatter.shouldReformat(IStructuredDocument, IRegion)303
org.eclipse.php.internal.core.validation.PHPTodoTaskValidator.getTaskStr(IStructuredDocument, int, int, int)264

org.eclipse.jface.text.ITypedRegion.getType()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.documentModel.partitioner.PHPStructuredTextPartitioner.getContentType(int, boolean)24

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

OVERRIDE
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.NodeMarker.NodeMarker()-1
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.NodeMarker.NodeMarker()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.NodeMarker.NodeMarker()40
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.NodeMarker.NodeMarker()40

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.BlockFormattingPrefix.getPrefixAndSuffix(int, ASTNode, RewriteEventStore)489
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.BlockFormattingPrefix.getPrefixAndSuffix(int, ASTNode, RewriteEventStore)489
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.BlockFormattingPrefixSuffix.getPrefixAndSuffix(int, ASTNode, RewriteEventStore)518
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.BlockFormattingPrefixSuffix.getPrefixAndSuffix(int, ASTNode, RewriteEventStore)517
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.BlockFormattingPrefixSuffix.getPrefixAndSuffix(int, ASTNode, RewriteEventStore)517
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.BlockFormattingPrefixSuffix.getPrefixAndSuffix(int, ASTNode, RewriteEventStore)518
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.FormattingPrefix.getPrefix(int)467
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.FormattingPrefix.getPrefix(int)467

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.createIndentString(int)202
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.formatString(int, String, int, int, int)249

org.eclipse.jface.text.TextUtilities.getDefaultLineDelimiter(IDocument)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.core.ast.nodes.InternalASTRewrite.rewriteAST(IDocument, Map)83
org.eclipse.php.internal.core.ast.rewrite.ASTRewrite.rewriteAST()231
org.eclipse.php.internal.core.ast.rewrite.ASTRewrite.rewriteAST(IDocument, Map)171

org.eclipse.jface.text.TypedRegion.TypedRegion(int, int, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.documentModel.partitioner.PHPPartitionTypes.getPartition(IPhpScriptRegion, int)140

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.getCopySourceEdit(RewriteEventStoreCopySourceInfo)153

org.eclipse.text.edits.CopySourceEdit.setSourceModifier(ISourceModifier)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doTextCopy(TextEdit, int, int, String, TextEditGroup)365

org.eclipse.text.edits.CopySourceEdit.setTargetEdit(CopyTargetEdit)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.getCopySourceEdit(RewriteEventStoreCopySourceInfo)154

org.eclipse.text.edits.CopyTargetEdit.CopyTargetEdit(int, CopySourceEdit)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doTextCopy(TextEdit, int, int, String, TextEditGroup)367

org.eclipse.text.edits.CopyTargetEdit.CopyTargetEdit(int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.getCopySourceEdit(RewriteEventStoreCopySourceInfo)154

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doTextRemove(int, int, TextEditGroup)273
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)365
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)363

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)355
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)357

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doTextInsert(int, String, TextEditGroup)249
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doTextInsert(int, String, TextEditGroup)257
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.getEndPrefixInsertion(String)398
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.getFormattedResult(ASTNode, int, Collection)191
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)357
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)355

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.getCopySourceEdit(RewriteEventStoreCopySourceInfo)149

org.eclipse.text.edits.MoveSourceEdit.setSourceModifier(ISourceModifier)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doTextCopy(TextEdit, int, int, String, TextEditGroup)359

org.eclipse.text.edits.MoveSourceEdit.setTargetEdit(MoveTargetEdit)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.getCopySourceEdit(RewriteEventStoreCopySourceInfo)150

org.eclipse.text.edits.MoveTargetEdit.MoveTargetEdit(int, MoveSourceEdit)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doTextCopy(TextEdit, int, int, String, TextEditGroup)361

org.eclipse.text.edits.MoveTargetEdit.MoveTargetEdit(int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.getCopySourceEdit(RewriteEventStoreCopySourceInfo)150

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.nodes.InternalASTRewrite.rewriteAST(IDocument, Map)64
org.eclipse.php.internal.core.ast.rewrite.ASTRewrite.internalRewriteAST(IDocument, char[], LineInformation, String, List, Map, ASTNode)238
org.eclipse.php.internal.core.ast.rewrite.ASTRewrite.rewriteAST()215
org.eclipse.php.internal.core.ast.rewrite.ASTRewrite.rewriteAST(IDocument, Map)166
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.formatString(int, String, int, int, int)254
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.getFormattedResult(ASTNode, int, Collection)190
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)368
org.eclipse.php.internal.core.format.NullCodeFormattingProcessor.getTextEdits()33

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doTextInsert(int, ASTNode, int, boolean, TextEditGroup)1031
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.preVisit(ASTNode)1284

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)346
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)349

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doTextReplace(int, int, String, TextEditGroup)345
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)346
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)344
org.eclipse.php.internal.core.ast.rewrite.IndentManipulation.getChangeIndentEdits(String, int, int, int, String)341

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.addEdit(TextEdit)215
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.getFormattedResult(ASTNode, int, Collection)191
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)376

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.getFormattedResult(ASTNode, int, Collection)192

org.eclipse.text.edits.TextEdit.apply(IDocument, int)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.evaluateFormatterEdit(String, TextEdit, Position[])233
org.eclipse.php.internal.core.ast.util.Util.editedString(String, TextEdit)419

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)372

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

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.TrackedNodePosition.getLength()51
org.eclipse.php.internal.core.ast.rewrite.TrackedNodePosition.getStartPosition()37

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)363
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)346
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)365

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)361
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)344
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteFormatter.shifEdit(TextEdit, int, String)353

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doCopySourcePostVisit(ASTNode, Stack)1306
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.doTextRemoveAndVisit(int, int, ASTNode, TextEditGroup)286
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.postVisit(ASTNode)1264

org.eclipse.text.edits.TextEditGroup.addTextEdit(TextEdit)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewriteAnalyzer.addEditGroup(TextEditGroup, TextEdit)266

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

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

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.TrackedNodePosition.getLength()48
org.eclipse.php.internal.core.ast.rewrite.TrackedNodePosition.getStartPosition()34

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.php.internal.core.ast.rewrite.ASTRewrite.track(ASTNode)454

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

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict