Package

scala.tools.refactoring

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class CompilerInstance extends AnyRef

    Permalink
  2. trait CompilerProvider extends TreeCreationMethods

    Permalink
  3. final case class SourceWithMarker(source: IndexedSeq[Char] = IndexedSeq(), marker: Int = 0) extends Product with Serializable

    Permalink

    Represents source code with a movable marker.

    Represents source code with a movable marker.

    See also

    SourceWithMarker.Movements

    SourceWithMarker.Movement

  4. case class SourceWithSelection(source: IndexedSeq[Char], start: Int, end: Int) extends Product with Serializable

    Permalink
  5. trait TreeCreationMethods extends AnyRef

    Permalink
  6. class UnionFind[T] extends AnyRef

    Permalink

Value Members

  1. object CompilerInstance extends CompilerInstance

    Permalink
  2. object Memoized

    Permalink
  3. object SourceHelpers

    Permalink
  4. object SourceWithMarker extends Serializable

    Permalink
  5. object UniqueNames

    Permalink

Ungrouped