DefType

abstract class DefType(val codeStr: String)
Companion:
object
class Object
trait Matchable
class Any
object Def.type
object FinalVal.type
object InlineDef.type
object InlineProtectedDef.type
object LazyVal.type
object ProtectedDef.type
object Val.type

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Concrete fields

val codeStr: String