abstract class CoreBTypes extends PerRunInit
- Alphabetic
- By Inheritance
- CoreBTypes
- PerRunInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CoreBTypes()
Abstract Value Members
- abstract def ObjectRef: ClassBType
- abstract def PredefRef: ClassBType
- abstract def StringRef: ClassBType
- abstract val bTypes: BTypes
- abstract def boxedClassOfPrimitive: Map[PrimitiveBType, ClassBType]
- abstract def boxedClasses: Set[ClassBType]
- abstract def javaBoxMethods: Map[InternalName, MethodNameAndType]
- abstract def javaUnboxMethods: Map[InternalName, MethodNameAndType]
- abstract def jiSerializableRef: ClassBType
- abstract def jlCloneableRef: ClassBType
- abstract def jlIllegalArgExceptionRef: ClassBType
- abstract def jliCallSiteRef: ClassBType
- abstract def jliLambdaMetafactoryRef: ClassBType
- abstract def jliMethodHandleRef: ClassBType
- abstract def jliMethodHandlesLookupRef: ClassBType
- abstract def jliMethodTypeRef: ClassBType
- abstract def jliSerializedLambdaRef: ClassBType
- abstract def juHashMapRef: ClassBType
- abstract def juMapRef: ClassBType
- abstract def lambdaDeserializeBootstrapHandle: Handle
- abstract def lambdaMetaFactoryAltMetafactoryHandle: Handle
- abstract def lambdaMetaFactoryMetafactoryHandle: Handle
- abstract def predefAutoBoxMethods: Map[String, MethodBType]
- abstract def predefAutoUnboxMethods: Map[String, MethodBType]
- abstract def primitiveBoxConstructors: Map[InternalName, MethodNameAndType]
- abstract def srBoxedUnitRef: ClassBType
- abstract def srBoxesRunTimeRef: ClassBType
- abstract def srBoxesRuntimeBoxToMethods: Map[BType, MethodNameAndType]
- abstract def srBoxesRuntimeUnboxToMethods: Map[BType, MethodNameAndType]
- abstract def srNothingRef: ClassBType
- abstract def srNullRef: ClassBType
- abstract def srRefConstructors: Map[InternalName, MethodNameAndType]
- abstract def srRefCreateMethods: Map[InternalName, MethodNameAndType]
- abstract def srRefZeroMethods: Map[InternalName, MethodNameAndType]
- abstract def tupleClassConstructors: Map[InternalName, MethodNameAndType]
Concrete 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( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initialize(): Unit
- Definition Classes
- PerRunInit
-
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()
-
def
perRunInit(init: ⇒ Unit): Unit
- Definition Classes
- PerRunInit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )