tscfg.generators.scala

Type members

Classlikes

class ScalaGen(genOpts: GenOpts, val rootNamespace: NamespaceMan) extends Generator
Companion:
object
object ScalaGen
Companion:
class
class ScalaUtil(useBackticks: Boolean)

By default scalaIdentifier uses underscores as needed for various cases that need translation of the given identifier to make it valid Scala. Similarly, getClassName also does some related logic.

By default scalaIdentifier uses underscores as needed for various cases that need translation of the given identifier to make it valid Scala. Similarly, getClassName also does some related logic.

With this flag set to true, both methods will change their logic to use backticks instead of replacing or removing the characters that would make the resulting identifiers invalid.

Value parameters:
useBackticks

False by default

Companion:
object
object ScalaUtil
Companion:
class