Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.NodeInfoStore
Packages that use NodeInfoStore
Package
Description
The Java DOM/AST rewrite is the set of classes that are used to make changes to an existing DOM/AST tree.
-
Uses of NodeInfoStore in org.aspectj.org.eclipse.jdt.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.core.dom.rewrite that return NodeInfoStoreModifier and TypeMethodDescriptionprotected final NodeInfoStoreASTRewrite.getNodeStore()Internal method. -
Uses of NodeInfoStore in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite that return NodeInfoStoreMethods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type NodeInfoStoreModifier and TypeMethodDescriptionstatic ASTVisitorASTRewriteAnalyzer.getAnalyzerVisitor(char[] content2, LineInformation lineInfo2, String lineDelim, org.eclipse.text.edits.TextEdit result, RewriteEventStore eventStore2, NodeInfoStore nodeStore, List comments, Map options, TargetSourceRangeComputer xsrComputer, RecoveryScannerData recoveryScannerData) ASTRewriteAnalyzer.IASTRewriteAnalyzerFactory.getASTRewriteAnalyzer(char[] content2, LineInformation lineInfo2, String lineDelim, org.eclipse.text.edits.TextEdit result, RewriteEventStore eventStore2, NodeInfoStore nodeStore, List comments, Map options, TargetSourceRangeComputer xsrComputer, RecoveryScannerData recoveryScannerData) Constructors in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type NodeInfoStoreModifierConstructorDescriptionASTRewriteAnalyzer(char[] content, LineInformation lineInfo, String lineDelim, org.eclipse.text.edits.TextEdit rootEdit, RewriteEventStore eventStore, NodeInfoStore nodeInfos, List comments, Map options, TargetSourceRangeComputer extendedSourceRangeComputer, RecoveryScannerData recoveryScannerData) Constructor for ASTRewriteAnalyzer.ASTRewriteFormatter(NodeInfoStore placeholders, RewriteEventStore eventStore, Map options, String lineDelimiter)