c

scalafix.internal.v0

LegacyCodePrinter

class LegacyCodePrinter extends AnyRef

Converts scalafix.v1 data structures into scalafix.v0.

This class exists for legacy reasons and will be removed in the future.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LegacyCodePrinter
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LegacyCodePrinter(doc: SemanticDocument)

Type Members

  1. case class PositionedSymbol(symbol: Symbol, start: Int, end: Int) extends Product with Serializable

Value Members

  1. def convertDenotation(signature: Signature, dflags: Long, name: String): v0.Denotation
  2. def convertSynthetic(synthetic: scala.meta.internal.semanticdb.Synthetic): v0.Synthetic