Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.reflect/NameTransformer

NameTransformer

scala.reflect.NameTransformer

Provides functions to encode and decode Scala symbolic names. Also provides some constants.

Attributes

Source
NameTransformer.scala
Graph
Supertypes
classObject
traitMatchable
classAny
Self type

Members list

Value members

Concrete methods

defdecode(name0:String):String

Replace$opname by corresponding operator symbol.

Replace$opname by corresponding operator symbol.

Value parameters

name0

the string to decode

Attributes

Returns

the string with all recognized operator symbol encodings replaced with their name

Source
NameTransformer.scala

Replace operator symbols by corresponding$opname.

Replace operator symbols by corresponding$opname.

Value parameters

name

the string to encode

Attributes

Returns

the string with all recognized opchars replaced with their encoding

Source
NameTransformer.scala

Concrete fields

finalvalLAZY_LOCAL_SUFFIX_STRING: "$lzy"

Attributes

Source
NameTransformer.scala
finalvalLOCAL_SUFFIX_STRING: " "

Attributes

Source
NameTransformer.scala
finalvalMODULE_INSTANCE_NAME: "MODULE$"

Attributes

Source
NameTransformer.scala

Attributes

Source
NameTransformer.scala
finalvalMODULE_VAR_SUFFIX_STRING: "$module"

Attributes

Source
NameTransformer.scala
finalvalNAME_JOIN_STRING: "$"

Attributes

Source
NameTransformer.scala
finalvalSETTER_SUFFIX_STRING: "_$eq"

Attributes

Source
NameTransformer.scala
finalvalTRAIT_SETTER_SEPARATOR_STRING: "$_setter_$"

Attributes

Source
NameTransformer.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp