object SyntacticDocument

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyntacticDocument
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def fromInput(input: scala.meta.Input, scalaVersion: ScalaVersion): SyntacticDocument
  2. def fromTree(tree: Tree): SyntacticDocument

Deprecated Value Members

  1. def fromInput(inout: scala.meta.Input, dialect: Dialect): SyntacticDocument
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.28) use fromInput(input: Input, scalaVersion: ScalaVersion) instead

  2. def fromInput(input: scala.meta.Input): SyntacticDocument
    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.28) use fromInput(input: Input, scalaVersion: ScalaVersion) instead