Packages

final class Dialect extends Product with Serializable

A dialect is used to configure what Scala syntax is allowed during tokenization and parsing.

Linear Supertypes
java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dialect
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Dialect(allowAndTypes: Boolean, allowAtForExtractorVarargs: Boolean, allowCaseClassWithoutParameterList: Boolean, allowColonForExtractorVarargs: Boolean, allowEnums: Boolean, allowImplicitByNameParameters: Boolean, allowImplicitFunctionTypes: Boolean, allowInlineIdents: Boolean, allowInlineMods: Boolean, allowLiteralTypes: Boolean, allowMethodTypes: Boolean, allowMultilinePrograms: Boolean, allowOrTypes: Boolean, allowPatUnquotes: Boolean, allowSpliceUnderscores: Boolean, allowTermUnquotes: Boolean, allowToplevelTerms: Boolean, allowTrailingCommas: Boolean, allowTraitParameters: Boolean, allowTypeLambdas: Boolean, allowViewBounds: Boolean, allowWithTypes: Boolean, allowXmlLiterals: Boolean, toplevelSeparator: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Dialect toany2stringadd[Dialect] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Dialect, B)
    Implicit
    This member is added by an implicit conversion from Dialect toArrowAssoc[Dialect] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val allowAllTypedPatterns: Boolean
  7. val allowAndTypes: Boolean
  8. val allowAsForImportRename: Boolean
  9. val allowAtForExtractorVarargs: Boolean
  10. val allowByNameRepeatedParameters: Boolean
  11. val allowCaseClassWithoutParameterList: Boolean
  12. val allowColonForExtractorVarargs: Boolean
  13. val allowCommaSeparatedExtend: Boolean
  14. val allowDependentFunctionTypes: Boolean
  15. val allowDerives: Boolean
  16. val allowDoWhile: Boolean
  17. val allowEndMarker: Boolean
  18. val allowEnums: Boolean
  19. val allowExportClause: Boolean
  20. val allowExtensionMethods: Boolean
  21. val allowGivenImports: Boolean
  22. val allowGivenUsing: Boolean
  23. val allowImplicitByNameParameters: Boolean
  24. val allowImplicitFunctionTypes: Boolean
  25. val allowInfixMods: Boolean
  26. val allowInlineIdents: Boolean
  27. val allowInlineMods: Boolean
  28. val allowInterpolationDolarQuoteEscape: Boolean
  29. val allowLazyValAbstractValues: Boolean
  30. val allowLiteralTypes: Boolean
  31. val allowMatchAsOperator: Boolean
  32. val allowMultilinePrograms: Boolean
  33. val allowNumericLiteralUnderscoreSeparators: Boolean
  34. val allowOpaqueTypes: Boolean
  35. val allowOpenClass: Boolean
  36. val allowOrTypes: Boolean
  37. val allowPatUnquotes: Boolean
  38. val allowPlusMinusUnderscoreAsIdent: Boolean
  39. val allowPlusMinusUnderscoreAsPlaceholder: Boolean
  40. val allowPolymorphicFunctions: Boolean
  41. val allowPostfixStarVarargSplices: Boolean
  42. val allowProcedureSyntax: Boolean
  43. val allowQuestionMarkPlaceholder: Boolean
  44. val allowSignificantIndentation: Boolean
  45. val allowSpliceAndQuote: Boolean
  46. val allowSpliceUnderscores: Boolean
  47. val allowStarWildcardImport: Boolean
  48. val allowSuperTrait: Boolean
  49. val allowSymbolLiterals: Boolean
  50. val allowTermUnquotes: Boolean
  51. val allowToplevelStatements: Boolean
  52. val allowToplevelTerms: Boolean
  53. val allowTrailingCommas: Boolean
  54. val allowTraitParameters: Boolean
  55. val allowTryWithAnyExpr: Boolean
  56. val allowTypeInBlock: Boolean
  57. val allowTypeLambdas: Boolean
  58. val allowTypeMatch: Boolean
  59. val allowTypeParamUnderscore: Boolean
  60. def allowUnquotes: Boolean
  61. val allowUpperCasePatternVarBinding: Boolean
  62. val allowViewBounds: Boolean
  63. val allowXmlLiterals: Boolean
  64. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  65. def canEqual(that: Any): Boolean
    Definition Classes
    Dialect → Equals
  66. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  67. def ensuring(cond: (Dialect) => Boolean, msg: => Any): Dialect
    Implicit
    This member is added by an implicit conversion from Dialect toEnsuring[Dialect] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  68. def ensuring(cond: (Dialect) => Boolean): Dialect
    Implicit
    This member is added by an implicit conversion from Dialect toEnsuring[Dialect] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  69. def ensuring(cond: Boolean, msg: => Any): Dialect
    Implicit
    This member is added by an implicit conversion from Dialect toEnsuring[Dialect] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  70. def ensuring(cond: Boolean): Dialect
    Implicit
    This member is added by an implicit conversion from Dialect toEnsuring[Dialect] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  71. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  72. def equals(other: Any): Boolean
    Definition Classes
    Dialect → Equals → AnyRef → Any
  73. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  74. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Dialect toStringFormat[Dialect] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  75. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  76. def hashCode(): Int
    Definition Classes
    Dialect → AnyRef → Any
  77. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  78. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  79. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  80. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  81. def productElementName(n: Int): String
    Definition Classes
    Product
  82. def productElementNames: Iterator[String]
    Definition Classes
    Product
  83. def productIterator: Iterator[Any]
    Definition Classes
    Product
  84. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  85. def toString(): String
    Definition Classes
    Dialect → AnyRef → Any
  86. val toplevelSeparator: String
  87. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  88. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  89. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  90. def withAllowAllTypedPatterns(newValue: Boolean): Dialect
  91. def withAllowAndTypes(newValue: Boolean): Dialect
  92. def withAllowAsForImportRename(newValue: Boolean): Dialect
  93. def withAllowAtForExtractorVarargs(newValue: Boolean): Dialect
  94. def withAllowByNameRepeatedParameters(newValue: Boolean): Dialect
  95. def withAllowCaseClassWithoutParameterList(newValue: Boolean): Dialect
  96. def withAllowColonForExtractorVarargs(newValue: Boolean): Dialect
  97. def withAllowCommaSeparatedExtend(newValue: Boolean): Dialect
  98. def withAllowDependentFunctionTypes(newValue: Boolean): Dialect
  99. def withAllowDerives(newValue: Boolean): Dialect
  100. def withAllowDoWhile(newValue: Boolean): Dialect
  101. def withAllowEndMarker(newValue: Boolean): Dialect
  102. def withAllowEnums(newValue: Boolean): Dialect
  103. def withAllowExportClause(newValue: Boolean): Dialect
  104. def withAllowExtensionMethods(newValue: Boolean): Dialect
  105. def withAllowGivenImports(newValue: Boolean): Dialect
  106. def withAllowGivenUsing(newValue: Boolean): Dialect
  107. def withAllowImplicitByNameParameters(newValue: Boolean): Dialect
  108. def withAllowInfixMods(newValue: Boolean): Dialect
  109. def withAllowInlineIdents(newValue: Boolean): Dialect
  110. def withAllowInlineMods(newValue: Boolean): Dialect
  111. def withAllowInterpolationDolarQuoteEscape(newValue: Boolean): Dialect
  112. def withAllowLazyValAbstractValues(newValue: Boolean): Dialect
  113. def withAllowLiteralTypes(newValue: Boolean): Dialect
  114. def withAllowMatchAsOperator(newValue: Boolean): Dialect
  115. def withAllowMultilinePrograms(newValue: Boolean): Dialect
  116. def withAllowNumericLiteralUnderscoreSeparators(newValue: Boolean): Dialect
  117. def withAllowOpaqueTypes(newValue: Boolean): Dialect
  118. def withAllowOpenClass(newValue: Boolean): Dialect
  119. def withAllowOrTypes(newValue: Boolean): Dialect
  120. def withAllowPatUnquotes(newValue: Boolean): Dialect
  121. def withAllowPlusMinusUnderscoreAsIdent(newValue: Boolean): Dialect
  122. def withAllowPlusMinusUnderscoreAsPlaceholder(newValue: Boolean): Dialect
  123. def withAllowPolymorphicFunctions(newValue: Boolean): Dialect
  124. def withAllowPostfixStarVarargSplices(newValue: Boolean): Dialect
  125. def withAllowProcedureSyntax(newValue: Boolean): Dialect
  126. def withAllowQuestionMarkPlaceholder(newValue: Boolean): Dialect
  127. def withAllowSignificantIndentation(newValue: Boolean): Dialect
  128. def withAllowSpliceAndQuote(newValue: Boolean): Dialect
  129. def withAllowSpliceUnderscores(newValue: Boolean): Dialect
  130. def withAllowStarWildcardImport(newValue: Boolean): Dialect
  131. def withAllowSymbolLiterals(newValue: Boolean): Dialect
  132. def withAllowTermUnquotes(newValue: Boolean): Dialect
  133. def withAllowToplevelStatements(newValue: Boolean): Dialect
  134. def withAllowToplevelTerms(newValue: Boolean): Dialect
  135. def withAllowTrailingCommas(newValue: Boolean): Dialect
  136. def withAllowTraitParameters(newValue: Boolean): Dialect
  137. def withAllowTryWithAnyExpr(newValue: Boolean): Dialect
  138. def withAllowTypeInBlock(newValue: Boolean): Dialect
  139. def withAllowTypeLambdas(newValue: Boolean): Dialect
  140. def withAllowTypeMatch(newValue: Boolean): Dialect
  141. def withAllowTypeParamUnderscore(newValue: Boolean): Dialect
  142. def withAllowUpperCasePatternVarBinding(newValue: Boolean): Dialect
  143. def withAllowViewBounds(newValue: Boolean): Dialect
  144. def withAllowXmlLiterals(newValue: Boolean): Dialect
  145. def withToplevelSeparator(newValue: String): Dialect

Deprecated Value Members

  1. val allowAsPatternBinding: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 4.4.4) as in patterns is no longer supported in any dialect

  2. val allowLiteralUnitType: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 4.4.9) Literal unit types are longer supported in any dialect

  3. val allowMethodTypes: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 4.4.3) Method type syntax is no longer supported in any dialect

  4. val allowWhiteboxMacro: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 4.4.1) Replaced with allowSpliceAndQuote

  5. val allowWithTypes: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 4.4.6) With types are supported in every dialect currently and this option is unused

  6. def copy(allowAndTypes: Boolean = this.allowAndTypes, allowAtForExtractorVarargs: Boolean = this.allowAtForExtractorVarargs, allowCaseClassWithoutParameterList: Boolean = this.allowCaseClassWithoutParameterList, allowColonForExtractorVarargs: Boolean = this.allowColonForExtractorVarargs, allowEnums: Boolean = this.allowEnums, allowImplicitByNameParameters: Boolean = this.allowImplicitByNameParameters, allowImplicitFunctionTypes: Boolean = this.allowImplicitFunctionTypes, allowInlineIdents: Boolean = this.allowInlineIdents, allowInlineMods: Boolean = this.allowInlineMods, allowLiteralTypes: Boolean = this.allowLiteralTypes, allowMethodTypes: Boolean = this.allowMethodTypes, allowMultilinePrograms: Boolean = this.allowMultilinePrograms, allowOrTypes: Boolean = this.allowOrTypes, allowPatUnquotes: Boolean = this.allowPatUnquotes, allowSpliceUnderscores: Boolean = this.allowSpliceUnderscores, allowTermUnquotes: Boolean = this.allowTermUnquotes, allowToplevelTerms: Boolean = this.allowToplevelTerms, allowTrailingCommas: Boolean = this.allowTrailingCommas, allowTraitParameters: Boolean = this.allowTraitParameters, allowTypeLambdas: Boolean = this.allowTypeLambdas, allowViewBounds: Boolean = this.allowViewBounds, allowWithTypes: Boolean = this.allowWithTypes, allowXmlLiterals: Boolean = this.allowXmlLiterals, toplevelSeparator: String = this.toplevelSeparator): Dialect
    Annotations
    @deprecated
    Deprecated

    (Since version 4.3.11) Use withX method instead

  7. def productArity: Int
    Definition Classes
    Dialect → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 4.3.11) Dialect should not be a Product

  8. def productElement(n: Int): Any
    Definition Classes
    Dialect → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 4.3.11) Dialect should not be a Product

  9. def productPrefix: String
    Definition Classes
    Dialect → Product
    Annotations
    @deprecated
    Deprecated

    (Since version 4.3.11) Dialect should not be a Product

  10. def withAllowAsPatternBinding(newValue: Boolean): Dialect
    Annotations
    @deprecated
    Deprecated

    (Since version 4.4.4) as in patterns is no longer supported in any dialect

  11. def withAllowImplicitFunctionTypes(newValue: Boolean): Dialect
    Annotations
    @deprecated
    Deprecated

    (Since version 4.4.1) Implicit functions are not supported in any dialect

  12. def withAllowLiteralUnitType(newValue: Boolean): Dialect
    Annotations
    @deprecated
    Deprecated

    (Since version 4.4.9) Literal unit types are longer supported in any dialect

  13. def withAllowMethodTypes(newValue: Boolean): Dialect
    Annotations
    @deprecated
    Deprecated

    (Since version 4.4.3) Method type syntax is no longer supported in any dialect

  14. def withAllowSuperTrait(newValue: Boolean): Dialect
    Annotations
    @deprecated
    Deprecated

    (Since version 4.4.1) Super traits are not supported in any dialect

  15. def withAllowWhiteboxMacro(newValue: Boolean): Dialect
    Annotations
    @deprecated
    Deprecated

    (Since version 4.4.1) Replaced by withAllowSplicesAndQuotes

  16. def withAllowWithTypes(newValue: Boolean): Dialect
    Annotations
    @deprecated
    Deprecated

    (Since version 4.4.6) With types are supported in every dialect currently and this option is unused

  17. def [B](y: B): (Dialect, B)
    Implicit
    This member is added by an implicit conversion from Dialect toArrowAssoc[Dialect] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromDialect to any2stringadd[Dialect]

Inherited by implicit conversion StringFormat fromDialect to StringFormat[Dialect]

Inherited by implicit conversion Ensuring fromDialect to Ensuring[Dialect]

Inherited by implicit conversion ArrowAssoc fromDialect to ArrowAssoc[Dialect]

Ungrouped