trait CoreBTypesProxyGlobalIndependent[BTS <: BTypes] extends AnyRef
This trait make some core BTypes available that don't depend on a Global instance. Some core BTypes are required to be accessible in the BTypes trait, which does not have access to Global.
BTypes cannot refer to CoreBTypesProxy because some of its members depend on global, for example the type Symbol in def primitiveTypeMap: Map[Symbol, PrimitiveBType]
- Source
- CoreBTypes.scala
- Alphabetic
- By Inheritance
- CoreBTypesProxyGlobalIndependent
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Abstract Value Members
- abstract def ObjectRef: BTS.ClassBType
- abstract def PredefRef: BTS.ClassBType
- abstract def StringRef: BTS.ClassBType
- abstract val bTypes: BTS
- abstract def boxedClassOfPrimitive: Map[BTS.PrimitiveBType, BTS.ClassBType]
- abstract def boxedClasses: Set[BTS.ClassBType]
- abstract def javaBoxMethods: Map[InternalName, BTS.MethodNameAndType]
- abstract def javaUnboxMethods: Map[InternalName, BTS.MethodNameAndType]
- abstract def jiSerializableRef: BTS.ClassBType
- abstract def jlCloneableRef: BTS.ClassBType
- abstract def jlIllegalArgExceptionRef: BTS.ClassBType
- abstract def jliCallSiteRef: BTS.ClassBType
- abstract def jliLambdaMetafactoryRef: BTS.ClassBType
- abstract def jliMethodHandleRef: BTS.ClassBType
- abstract def jliMethodHandlesLookupRef: BTS.ClassBType
- abstract def jliMethodTypeRef: BTS.ClassBType
- abstract def jliSerializedLambdaRef: BTS.ClassBType
- abstract def juHashMapRef: BTS.ClassBType
- abstract def juMapRef: BTS.ClassBType
- abstract def lambdaDeserializeBootstrapHandle: Handle
- abstract def lambdaMetaFactoryAltMetafactoryHandle: Handle
- abstract def lambdaMetaFactoryMetafactoryHandle: Handle
- abstract def predefAutoBoxMethods: Map[String, BTS.MethodBType]
- abstract def predefAutoUnboxMethods: Map[String, BTS.MethodBType]
- abstract def primitiveBoxConstructors: Map[InternalName, BTS.MethodNameAndType]
- abstract def srBoxedUnitRef: BTS.ClassBType
- abstract def srBoxesRunTimeRef: BTS.ClassBType
- abstract def srBoxesRuntimeBoxToMethods: Map[BTS.BType, BTS.MethodNameAndType]
- abstract def srBoxesRuntimeUnboxToMethods: Map[BTS.BType, BTS.MethodNameAndType]
- abstract def srNothingRef: BTS.ClassBType
- abstract def srNullRef: BTS.ClassBType
- abstract def srRefConstructors: Map[InternalName, BTS.MethodNameAndType]
- abstract def srRefCreateMethods: Map[InternalName, BTS.MethodNameAndType]
- abstract def srRefZeroMethods: Map[InternalName, BTS.MethodNameAndType]
- abstract def tupleClassConstructors: Map[InternalName, BTS.MethodNameAndType]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from CoreBTypesProxyGlobalIndependent[BTS] to any2stringadd[CoreBTypesProxyGlobalIndependent[BTS]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (CoreBTypesProxyGlobalIndependent[BTS], B)
- Implicit
- This member is added by an implicit conversion from CoreBTypesProxyGlobalIndependent[BTS] to ArrowAssoc[CoreBTypesProxyGlobalIndependent[BTS]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
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( ... )
-
def
ensuring(cond: (CoreBTypesProxyGlobalIndependent[BTS]) ⇒ Boolean, msg: ⇒ Any): CoreBTypesProxyGlobalIndependent[BTS]
- Implicit
- This member is added by an implicit conversion from CoreBTypesProxyGlobalIndependent[BTS] to Ensuring[CoreBTypesProxyGlobalIndependent[BTS]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (CoreBTypesProxyGlobalIndependent[BTS]) ⇒ Boolean): CoreBTypesProxyGlobalIndependent[BTS]
- Implicit
- This member is added by an implicit conversion from CoreBTypesProxyGlobalIndependent[BTS] to Ensuring[CoreBTypesProxyGlobalIndependent[BTS]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): CoreBTypesProxyGlobalIndependent[BTS]
- Implicit
- This member is added by an implicit conversion from CoreBTypesProxyGlobalIndependent[BTS] to Ensuring[CoreBTypesProxyGlobalIndependent[BTS]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): CoreBTypesProxyGlobalIndependent[BTS]
- Implicit
- This member is added by an implicit conversion from CoreBTypesProxyGlobalIndependent[BTS] to Ensuring[CoreBTypesProxyGlobalIndependent[BTS]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from CoreBTypesProxyGlobalIndependent[BTS] to StringFormat[CoreBTypesProxyGlobalIndependent[BTS]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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
- @throws( ... )
-
def
→[B](y: B): (CoreBTypesProxyGlobalIndependent[BTS], B)
- Implicit
- This member is added by an implicit conversion from CoreBTypesProxyGlobalIndependent[BTS] to ArrowAssoc[CoreBTypesProxyGlobalIndependent[BTS]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.