Package

scala.meta.internal

semantic

Permalink

package semantic

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

Type Members

  1. case class AttributedSugar(syntax: String, names: List[SugarRange]) extends Product with Serializable

    Permalink
  2. trait AttributesOps extends AnyRef

    Permalink
  3. trait ConfigOps extends AnyRef

    Permalink
  4. trait DatabaseOps extends AttributesOps with ConfigOps with DenotationOps with DialectOps with InputOps with ParseOps with ReporterOps with PrinterOps with SymbolOps with ReflectionToolkit

    Permalink
  5. trait DenotationOps extends AnyRef

    Permalink
  6. trait DialectOps extends AnyRef

    Permalink
  7. sealed abstract class FailureMode extends AnyRef

    Permalink
  8. case class Inferred(select: Option[AttributedSugar] = None, targs: Option[AttributedSugar] = None, conversion: Option[AttributedSugar] = None, args: Option[AttributedSugar] = None) extends Product with Serializable

    Permalink
  9. trait InputOps extends AnyRef

    Permalink
  10. class LengthWriter extends Writer

    Permalink
  11. trait ParseOps extends AnyRef

    Permalink
  12. trait PrinterOps extends AnyRef

    Permalink
  13. trait ReporterOps extends AnyRef

    Permalink
  14. case class ScalahostConfig(sourceroot: io.AbsolutePath, semanticdb: SemanticdbMode, failures: FailureMode) extends Product with Serializable

    Permalink
  15. sealed abstract class SemanticdbMode extends AnyRef

    Permalink
  16. case class SugarRange(start: Int, end: Int, symbol: meta.Symbol) extends Product with Serializable

    Permalink
  17. trait SymbolOps extends AnyRef

    Permalink

Value Members

  1. object AttributedSugar extends Serializable

    Permalink
  2. object FailureMode

    Permalink
  3. object ScalahostConfig extends Serializable

    Permalink
  4. object SemanticdbMode

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped