case class SpecializedInnerClass(target: Global.Symbol, env: TypeEnv) extends SpecializedInfo with Product with Serializable
A specialized inner class that specializes original inner class target
on a type parameter of the enclosing class, in the typeenv env
.
- Alphabetic
- By Inheritance
- SpecializedInnerClass
- Serializable
- Serializable
- Product
- Equals
- SpecializedInfo
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SpecializedInnerClass(target: Global.Symbol, env: TypeEnv)
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( ... )
-
def
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
- SpecializedInfo
- val env: TypeEnv
-
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
- SpecializedInnerClass → SpecializedInfo
-
def
typeBoundsIn(env: TypeEnv): Boolean
Are type bounds of @specialized type parameters of 'target' now in 'env'?
Are type bounds of @specialized type parameters of 'target' now in 'env'?
- Definition Classes
- 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( ... )