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
Serializable, java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dialect
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. 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 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 to any2stringadd[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 to ArrowAssoc[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 allowAndTypes: Boolean
  7. val allowAtForExtractorVarargs: Boolean
  8. val allowCaseClassWithoutParameterList: Boolean
  9. val allowColonForExtractorVarargs: Boolean
  10. val allowEnums: Boolean
  11. val allowExtensionMethods: Boolean
  12. val allowGivenUsing: Boolean
  13. val allowImplicitByNameParameters: Boolean
  14. val allowImplicitFunctionTypes: Boolean
  15. val allowInlineIdents: Boolean
  16. val allowInlineMods: Boolean
  17. val allowLiteralTypes: Boolean
  18. val allowLiteralUnitType: Boolean
  19. val allowMethodTypes: Boolean
  20. val allowMultilinePrograms: Boolean
  21. val allowNumericLiteralUnderscoreSeparators: Boolean
  22. val allowOpaqueTypes: Boolean
  23. val allowOpenClass: Boolean
  24. val allowOrTypes: Boolean
  25. val allowPatUnquotes: Boolean
  26. val allowSpliceUnderscores: Boolean
  27. val allowTermUnquotes: Boolean
  28. val allowToplevelStatements: Boolean
  29. val allowToplevelTerms: Boolean
  30. val allowTrailingCommas: Boolean
  31. val allowTraitParameters: Boolean
  32. val allowTypeLambdas: Boolean
  33. def allowUnquotes: Boolean
  34. val allowViewBounds: Boolean
  35. val allowWhiteboxMacro: Boolean
  36. val allowWithTypes: Boolean
  37. val allowXmlLiterals: Boolean
  38. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  39. def canEqual(that: Any): Boolean
    Definition Classes
    Dialect → Equals
  40. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. def ensuring(cond: (Dialect) ⇒ Boolean, msg: ⇒ Any): Dialect
    Implicit
    This member is added by an implicit conversion from Dialect to Ensuring[Dialect] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: (Dialect) ⇒ Boolean): Dialect
    Implicit
    This member is added by an implicit conversion from Dialect to Ensuring[Dialect] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. def ensuring(cond: Boolean, msg: ⇒ Any): Dialect
    Implicit
    This member is added by an implicit conversion from Dialect to Ensuring[Dialect] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  44. def ensuring(cond: Boolean): Dialect
    Implicit
    This member is added by an implicit conversion from Dialect to Ensuring[Dialect] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  45. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def equals(other: Any): Boolean
    Definition Classes
    Dialect → Equals → AnyRef → Any
  47. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  48. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Dialect to StringFormat[Dialect] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  49. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. def hashCode(): Int
    Definition Classes
    Dialect → AnyRef → Any
  51. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. def productIterator: Iterator[Any]
    Definition Classes
    Product
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    Dialect → AnyRef → Any
  58. val toplevelSeparator: String
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  62. def withAllowAndTypes(newValue: Boolean): Dialect
  63. def withAllowAtForExtractorVarargs(newValue: Boolean): Dialect
  64. def withAllowCaseClassWithoutParameterList(newValue: Boolean): Dialect
  65. def withAllowColonForExtractorVarargs(newValue: Boolean): Dialect
  66. def withAllowEnums(newValue: Boolean): Dialect
  67. def withAllowExtensionMethods(newValue: Boolean): Dialect
  68. def withAllowGivenUsing(newValue: Boolean): Dialect
  69. def withAllowImplicitByNameParameters(newValue: Boolean): Dialect
  70. def withAllowImplicitFunctionTypes(newValue: Boolean): Dialect
  71. def withAllowInlineIdents(newValue: Boolean): Dialect
  72. def withAllowInlineMods(newValue: Boolean): Dialect
  73. def withAllowLiteralTypes(newValue: Boolean): Dialect
  74. def withAllowLiteralUnitType(newValue: Boolean): Dialect
  75. def withAllowMethodTypes(newValue: Boolean): Dialect
  76. def withAllowMultilinePrograms(newValue: Boolean): Dialect
  77. def withAllowNumericLiteralUnderscoreSeparators(newValue: Boolean): Dialect
  78. def withAllowOpaqueTypes(newValue: Boolean): Dialect
  79. def withAllowOpenClass(newValue: Boolean): Dialect
  80. def withAllowOrTypes(newValue: Boolean): Dialect
  81. def withAllowPatUnquotes(newValue: Boolean): Dialect
  82. def withAllowSpliceUnderscores(newValue: Boolean): Dialect
  83. def withAllowTermUnquotes(newValue: Boolean): Dialect
  84. def withAllowToplevelStatements(newValue: Boolean): Dialect
  85. def withAllowToplevelTerms(newValue: Boolean): Dialect
  86. def withAllowTrailingCommas(newValue: Boolean): Dialect
  87. def withAllowTraitParameters(newValue: Boolean): Dialect
  88. def withAllowTypeLambdas(newValue: Boolean): Dialect
  89. def withAllowViewBounds(newValue: Boolean): Dialect
  90. def withAllowWhiteboxMacro(newValue: Boolean): Dialect
  91. def withAllowWithTypes(newValue: Boolean): Dialect
  92. def withAllowXmlLiterals(newValue: Boolean): Dialect
  93. def withToplevelSeparator(newValue: String): Dialect
  94. def [B](y: B): (Dialect, B)
    Implicit
    This member is added by an implicit conversion from Dialect to ArrowAssoc[Dialect] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def copy(allowAndTypes: Boolean = this.allowAndTypes, allowAtForExtractorVarargs: Boolean = this.allowAtForExtractorVarargs, allowCaseClassWithoutParameterList: Boolean = ..., 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

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

    (Since version 4.3.11) Dialect should not be a Product

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

    (Since version 4.3.11) Dialect should not be a Product

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

    (Since version 4.3.11) Dialect should not be a Product

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Dialect to any2stringadd[Dialect]

Inherited by implicit conversion StringFormat from Dialect to StringFormat[Dialect]

Inherited by implicit conversion Ensuring from Dialect to Ensuring[Dialect]

Inherited by implicit conversion ArrowAssoc from Dialect to ArrowAssoc[Dialect]

Ungrouped