case class NormalizedMember(target: Global.Symbol) extends SpecializedInfo with Product with Serializable
Symbol is a normalized member obtained by specializing 'target'.
- Alphabetic
- By Inheritance
- NormalizedMember
- Serializable
- Serializable
- Product
- Equals
- SpecializedInfo
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new NormalizedMember(target: Global.Symbol)
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
- @native() @throws( ... )
-
lazy val
degenerate: Boolean
A degenerated method has @specialized type parameters that appear only in type bounds of other @specialized type parameters (and not in its result type).
A degenerated method has @specialized type parameters that appear only in type bounds of other @specialized type parameters (and not in its result type).
- Definition Classes
- NormalizedMember → SpecializedInfo
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
target: Global.Symbol
- Definition Classes
- NormalizedMember → SpecializedInfo
-
def
typeBoundsIn(env: TypeEnv): Boolean
Type bounds of a @specialized type var are now in the environment.
Type bounds of a @specialized type var are now in the environment.
- Definition Classes
- NormalizedMember → SpecializedInfo
-
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
- @native() @throws( ... )