scaps
.
api
ValueDef
Related Docs:
object ValueDef
|
package api
case class
ValueDef
(
name:
String
,
typeParameters:
List
[
TypeParameter
]
,
tpe:
TypeRef
,
comment:
DocComment
,
flags:
Set
[
Flag
] =
Set()
,
module:
Module
=
Module.Unknown
,
docLink:
Option
[
String
] =
None
)
extends
Definition
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
Definition
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
ValueDef
Serializable
Serializable
Product
Equals
Definition
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Instance Constructors
new
ValueDef
(
name:
String
,
typeParameters:
List
[
TypeParameter
]
,
tpe:
TypeRef
,
comment:
DocComment
,
flags:
Set
[
Flag
] =
Set()
,
module:
Module
=
Module.Unknown
,
docLink:
Option
[
String
] =
None
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
comment
:
DocComment
val
docLink
:
Option
[
String
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
flags
:
Set
[
Flag
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
lazy val
group
:
ValueDef
def
isImplicit
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isOverride
:
Boolean
def
isStatic
:
Boolean
val
module
:
Module
Definition Classes
ValueDef
→
Definition
val
name
:
String
Definition Classes
ValueDef
→
Definition
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
shortName
:
String
Definition Classes
Definition
def
signature
(
withImplicits:
Boolean
)
:
String
def
signature
:
String
A unique description of the value including its name and type.
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
ValueDef
→ AnyRef → Any
val
tpe
:
TypeRef
val
typeParameters
:
List
[
TypeParameter
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withModule
(
m:
Module
)
:
ValueDef
.this.type
Definition Classes
Definition
def
withoutComment
:
ValueDef
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
Definition
Inherited from
AnyRef
Inherited from
Any
Ungrouped