class CoreBTypes[BTFS <: BTypesFromSymbols[_ <: Global]] extends AnyRef
Core BTypes and some other definitions. The initialization of these definitions requires access to symbols / types (global).
The symbols used to initialize the ClassBTypes may change from one compiler run to the next. To
make sure the definitions are consistent with the symbols in the current run, the
initializeCoreBTypes
method in BTypesFromSymbols creates a new instance of CoreBTypes in each
compiler run.
The class BTypesFromSymbols does not directly reference CoreBTypes, but CoreBTypesProxy. The
reason is that having a var bTypes: CoreBTypes
would not allow import bTypes._
. Instead, the
proxy class holds a CoreBTypes
in a variable field and forwards to this instance.
The definitions in CoreBTypes
need to be lazy vals to break an initialization cycle. When
creating a new instance to assign to the proxy, the classBTypeFromSymbol
invoked in the
constructor will actually go through the proxy. The lazy vals make sure the instance is assigned
in the proxy before the fields are initialized.
Note: if we did not re-create the core BTypes on each compiler run, BType.classBTypeCacheFromSymbol could not be a perRunCache anymore: the classes defined here need to be in that map, they are added when the ClassBTypes are created. The per run cache removes them, so they would be missing in the second run.
- Source
- CoreBTypes.scala
- Alphabetic
- By Inheritance
- CoreBTypes
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CoreBTypes(bTypes: BTFS)
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 CoreBTypes[BTFS] to any2stringadd[CoreBTypes[BTFS]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (CoreBTypes[BTFS], B)
- Implicit
- This member is added by an implicit conversion from CoreBTypes[BTFS] to ArrowAssoc[CoreBTypes[BTFS]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val AndroidCreatorClass: BTFS._$1.Symbol
- lazy val AndroidParcelableInterface: BTFS._$1.Symbol
- lazy val BeanInfoAttr: BTFS._$1.Symbol
- lazy val ObjectRef: BTFS.ClassBType
- lazy val PredefRef: BTFS.ClassBType
- lazy val StringRef: BTFS.ClassBType
- lazy val String_valueOf: BTFS._$1.Symbol
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bTypes: BTFS
-
lazy val
boxResultType: Map[BTFS._$1.Symbol, BTFS.ClassBType]
Maps the method symbol for a box method to the boxed type of the result.
Maps the method symbol for a box method to the boxed type of the result. For example, the method symbol for
Byte.box()
is mapped to the ClassBTypejava/lang/Byte
. -
lazy val
boxedClassOfPrimitive: Map[BTFS.PrimitiveBType, BTFS.ClassBType]
Map from primitive types to their boxed class type.
Map from primitive types to their boxed class type. Useful when pushing class literals onto the operand stack (ldc instruction taking a class literal), see genConstant.
- lazy val boxedClasses: Set[BTFS.ClassBType]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (CoreBTypes[BTFS]) ⇒ Boolean, msg: ⇒ Any): CoreBTypes[BTFS]
- Implicit
- This member is added by an implicit conversion from CoreBTypes[BTFS] to Ensuring[CoreBTypes[BTFS]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (CoreBTypes[BTFS]) ⇒ Boolean): CoreBTypes[BTFS]
- Implicit
- This member is added by an implicit conversion from CoreBTypes[BTFS] to Ensuring[CoreBTypes[BTFS]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): CoreBTypes[BTFS]
- Implicit
- This member is added by an implicit conversion from CoreBTypes[BTFS] to Ensuring[CoreBTypes[BTFS]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): CoreBTypes[BTFS]
- Implicit
- This member is added by an implicit conversion from CoreBTypes[BTFS] to Ensuring[CoreBTypes[BTFS]] 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 CoreBTypes[BTFS] to StringFormat[CoreBTypes[BTFS]] 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
- lazy val hashMethodSym: BTFS._$1.Symbol
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val javaBoxMethods: Map[InternalName, BTFS.MethodNameAndType]
- lazy val javaUnboxMethods: Map[InternalName, BTFS.MethodNameAndType]
- lazy val jiSerializableRef: BTFS.ClassBType
- lazy val jlCharSequenceRef: BTFS.ClassBType
- lazy val jlClassCastExceptionRef: BTFS.ClassBType
- lazy val jlCloneableRef: BTFS.ClassBType
- lazy val jlIllegalArgExceptionRef: BTFS.ClassBType
- lazy val jlStringBufferRef: BTFS.ClassBType
- lazy val jlStringBuilderRef: BTFS.ClassBType
- lazy val jlThrowableRef: BTFS.ClassBType
- lazy val jliCallSiteRef: BTFS.ClassBType
- lazy val jliLambdaMetafactoryRef: BTFS.ClassBType
- lazy val jliMethodHandleRef: BTFS.ClassBType
- lazy val jliMethodHandlesLookupRef: BTFS.ClassBType
- lazy val jliMethodHandlesRef: BTFS.ClassBType
- lazy val jliMethodTypeRef: BTFS.ClassBType
- lazy val jliSerializedLambdaRef: BTFS.ClassBType
- lazy val juHashMapRef: BTFS.ClassBType
- lazy val juMapRef: BTFS.ClassBType
- lazy val lambdaDeserializeBootstrapHandle: Handle
- lazy val lambdaMetaFactoryAltMetafactoryHandle: Handle
- lazy val lambdaMetaFactoryMetafactoryHandle: Handle
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- lazy val predefAutoBoxMethods: Map[String, BTFS.MethodBType]
- lazy val predefAutoUnboxMethods: Map[String, BTFS.MethodBType]
- lazy val primitiveBoxConstructors: Map[InternalName, BTFS.MethodNameAndType]
-
lazy val
primitiveTypeToBType: Map[BTFS._$1.Symbol, BTFS.PrimitiveBType]
Maps primitive types to their corresponding PrimitiveBType.
Maps primitive types to their corresponding PrimitiveBType. The map is defined lexically above the first use of
classBTypeFromSymbol
because that method looks at the map. - lazy val sbScalaBeanInfoRef: BTFS.ClassBType
- def singleParamOfClass(cls: BTFS._$1.Symbol): (BTFS._$1.Symbol) ⇒ Boolean
- lazy val srBoxedUnitRef: BTFS.ClassBType
- lazy val srBoxesRunTimeRef: BTFS.ClassBType
- lazy val srBoxesRuntimeBoxToMethods: Map[BTFS.BType, BTFS.MethodNameAndType]
- lazy val srBoxesRuntimeUnboxToMethods: Map[BTFS.BType, BTFS.MethodNameAndType]
- lazy val srLambdaDeserialize: BTFS.ClassBType
- lazy val srNothingRef: BTFS.ClassBType
- lazy val srNullRef: BTFS.ClassBType
- lazy val srRefConstructors: Map[InternalName, BTFS.MethodNameAndType]
- lazy val srRefCreateMethods: Map[InternalName, BTFS.MethodNameAndType]
- lazy val srRefZeroMethods: Map[InternalName, BTFS.MethodNameAndType]
- lazy val srStructuralCallSite: BTFS.ClassBType
- lazy val srSymbolLiteral: BTFS.ClassBType
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- lazy val tupleClassConstructors: Map[InternalName, BTFS.MethodNameAndType]
- lazy val typeOfArrayOp: Map[Int, BTFS.BType]
-
lazy val
unboxResultType: Map[BTFS._$1.Symbol, BTFS.PrimitiveBType]
Maps the method symbol for an unbox method to the primitive type of the result.
Maps the method symbol for an unbox method to the primitive type of the result. For example, the method symbol for
Byte.unbox()
) is mapped to the PrimitiveBType BYTE. -
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): (CoreBTypes[BTFS], B)
- Implicit
- This member is added by an implicit conversion from CoreBTypes[BTFS] to ArrowAssoc[CoreBTypes[BTFS]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
The Scala compiler and reflection APIs.