object SyntacticDocument
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SyntacticDocument
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def fromInput(input: scala.meta.Input, scalaVersion: ScalaVersion): SyntacticDocument
- def fromTree(tree: Tree): SyntacticDocument
Deprecated Value Members
-
def
fromInput(inout: scala.meta.Input, dialect: Dialect): SyntacticDocument
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.28) use fromInput(input: Input, scalaVersion: ScalaVersion) instead
-
def
fromInput(input: scala.meta.Input): SyntacticDocument
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.28) use fromInput(input: Input, scalaVersion: ScalaVersion) instead