Class RangeCollectorImpl


public class RangeCollectorImpl extends TemplateDataElementType.RangeCollector
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addOuterRange(@NotNull com.intellij.openapi.util.TextRange newRange)
    Adds range corresponding to the outer element inside original source code.
    void
    addOuterRange(@NotNull com.intellij.openapi.util.TextRange newRange, boolean isInsertion)
    Adds range corresponding to the outer element inside original source code.
    void
    addRangeToRemove(@NotNull com.intellij.openapi.util.TextRange rangeToRemove)
    Adds the fragment that must be removed from the tree on the stage inserting outer elements.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details