scala.reflect.internal.Definitions

DefinitionsClass

abstract class DefinitionsClass extends SymbolTable.DefinitionsApi with SymbolTable.ValueClassDefinitions

Source
Definitions.scala
Linear Supertypes
SymbolTable.ValueClassDefinitions, SymbolTable.DefinitionsApi, SymbolTable.DefinitionsBase, SymbolTable.StandardTypes, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefinitionsClass
  2. ValueClassDefinitions
  3. DefinitionsApi
  4. DefinitionsBase
  5. StandardTypes
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefinitionsClass()

Type Members

  1. sealed abstract class BottomClassSymbol extends SymbolTable.ClassSymbol

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Test two objects for inequality.

    Test two objects for inequality.

    returns

    true if !(this == that), false otherwise.

    Definition Classes
    Any
  3. final def ##(): Int

    Equivalent to x.hashCode except for boxed numeric types and null.

    Equivalent to x.hashCode except for boxed numeric types and null. For numerics, it returns a hash value which is consistent with value equality: if two value type instances compare as true, then ## will produce the same hash value for each of them. For null returns a hashcode where null.hashCode throws a NullPointerException.

    returns

    a hash value consistent with ==

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from SymbolTable.DefinitionsClass to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (SymbolTable.DefinitionsClass, B)

    Implicit information
    This member is added by an implicit conversion from SymbolTable.DefinitionsClass to ArrowAssoc[SymbolTable.DefinitionsClass] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Test two objects for equality.

    Test two objects for equality. The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    Definition Classes
    Any
  8. lazy val AbsTypeTagClass: SymbolTable.ClassSymbol

  9. lazy val AbsTypeTagModule: SymbolTable.ModuleSymbol

  10. lazy val AbstractFunctionClass: Array[SymbolTable.ClassSymbol]

  11. lazy val AbstractPartialFunctionClass: SymbolTable.ClassSymbol

  12. lazy val AnnotationClass: SymbolTable.ClassSymbol

  13. lazy val AnnotationDefaultAttr: SymbolTable.ClassSymbol

  14. lazy val AnyClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  15. lazy val AnyRefClass: SymbolTable.AliasTypeSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  16. lazy val AnyRefModule: SymbolTable.ModuleSymbol

  17. lazy val AnyRefTpe: SymbolTable.Type

    Definition Classes
    DefinitionsClassStandardTypes
  18. lazy val AnyTpe: SymbolTable.Type

    Definition Classes
    DefinitionsClassStandardTypes
  19. lazy val AnyValClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  20. lazy val AnyValTpe: SymbolTable.Type

    Definition Classes
    DefinitionsClassStandardTypes
  21. lazy val Any_!=: SymbolTable.MethodSymbol

  22. lazy val Any_##: SymbolTable.MethodSymbol

  23. lazy val Any_==: SymbolTable.MethodSymbol

  24. lazy val Any_asInstanceOf: SymbolTable.MethodSymbol

  25. lazy val Any_equals: SymbolTable.MethodSymbol

  26. lazy val Any_getClass: SymbolTable.MethodSymbol

  27. lazy val Any_hashCode: SymbolTable.MethodSymbol

  28. lazy val Any_isInstanceOf: SymbolTable.MethodSymbol

  29. lazy val Any_toString: SymbolTable.MethodSymbol

  30. lazy val ArrayClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  31. lazy val ArrayModule: SymbolTable.ModuleSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  32. lazy val ArrayModule_overloadedApply: SymbolTable.TermSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  33. lazy val Array_apply: SymbolTable.TermSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  34. lazy val Array_clone: SymbolTable.TermSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  35. lazy val Array_length: SymbolTable.TermSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  36. lazy val Array_update: SymbolTable.TermSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  37. lazy val ArrowAssocClass: SymbolTable.ClassSymbol

  38. lazy val BaseUniverseClass: SymbolTable.ClassSymbol

  39. def BaseUniverseReify: SymbolTable.TermSymbol

  40. lazy val BeanGetterTargetClass: SymbolTable.ClassSymbol

  41. lazy val BeanPropertyAttr: SymbolTable.ClassSymbol

  42. lazy val BeanSetterTargetClass: SymbolTable.ClassSymbol

  43. lazy val BooleanBeanPropertyAttr: SymbolTable.ClassSymbol

  44. lazy val BooleanClass: SymbolTable.ClassSymbol

    Definition Classes
    ValueClassDefinitions
  45. lazy val BooleanTpe: SymbolTable.Type

    Definition Classes
    ValueClassDefinitions
  46. lazy val Boolean_and: SymbolTable.TermSymbol

    Definition Classes
    ValueClassDefinitions
  47. lazy val Boolean_not: SymbolTable.TermSymbol

    Definition Classes
    ValueClassDefinitions
  48. lazy val Boolean_or: SymbolTable.TermSymbol

    Definition Classes
    ValueClassDefinitions
  49. lazy val BoxedBooleanClass: SymbolTable.ClassSymbol

  50. lazy val BoxedByteClass: SymbolTable.ClassSymbol

  51. lazy val BoxedCharacterClass: SymbolTable.ClassSymbol

  52. lazy val BoxedDoubleClass: SymbolTable.ClassSymbol

  53. lazy val BoxedFloatClass: SymbolTable.ClassSymbol

  54. lazy val BoxedIntClass: SymbolTable.ClassSymbol

  55. lazy val BoxedLongClass: SymbolTable.ClassSymbol

  56. lazy val BoxedNumberClass: SymbolTable.ClassSymbol

  57. lazy val BoxedShortClass: SymbolTable.ClassSymbol

  58. lazy val BoxedUnitClass: SymbolTable.ClassSymbol

  59. lazy val BoxedUnitModule: SymbolTable.ModuleSymbol

  60. def BoxedUnit_TYPE: SymbolTable.TermSymbol

  61. def BoxedUnit_UNIT: SymbolTable.TermSymbol

  62. lazy val BoxesRunTimeClass: SymbolTable.Symbol

  63. lazy val BoxesRunTimeModule: SymbolTable.ModuleSymbol

  64. lazy val Boxes_isNumber: SymbolTable.Symbol

  65. lazy val Boxes_isNumberOrBool: SymbolTable.Symbol

  66. lazy val BridgeClass: SymbolTable.ClassSymbol

  67. lazy val ByNameParamClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  68. lazy val ByteClass: SymbolTable.ClassSymbol

    Definition Classes
    ValueClassDefinitions
  69. lazy val ByteTpe: SymbolTable.Type

    Definition Classes
    ValueClassDefinitions
  70. lazy val CharClass: SymbolTable.ClassSymbol

    Definition Classes
    ValueClassDefinitions
  71. lazy val CharTpe: SymbolTable.Type

    Definition Classes
    ValueClassDefinitions
  72. lazy val ClassCastExceptionClass: SymbolTable.ClassSymbol

  73. lazy val ClassClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  74. lazy val ClassTagClass: SymbolTable.ClassSymbol

  75. lazy val ClassTagModule: SymbolTable.ModuleSymbol

  76. lazy val ClassTargetClass: SymbolTable.ClassSymbol

  77. def ClassType(arg: SymbolTable.Type): SymbolTable.Type

  78. def Class_getMethod: SymbolTable.TermSymbol

  79. lazy val ClassfileAnnotationClass: SymbolTable.ClassSymbol

  80. lazy val CloneableAttr: SymbolTable.ClassSymbol

  81. lazy val CloneableClass: SymbolTable.ClassSymbol

  82. lazy val ComparableClass: SymbolTable.ClassSymbol

  83. lazy val ComparatorClass: SymbolTable.ClassSymbol

  84. lazy val ConsClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  85. lazy val ConsoleModule: SymbolTable.ModuleSymbol

  86. lazy val DelayedInitClass: SymbolTable.ClassSymbol

  87. lazy val DelegateClass: SymbolTable.ClassSymbol

  88. lazy val Delegate_scalaCallerTargets: HashMap[SymbolTable.Symbol, SymbolTable.Symbol]

  89. var Delegate_scalaCallers: List[SymbolTable.Symbol]

  90. lazy val DeprecatedAttr: SymbolTable.ClassSymbol

  91. lazy val DeprecatedNameAttr: SymbolTable.ClassSymbol

  92. lazy val DoubleClass: SymbolTable.ClassSymbol

    Definition Classes
    ValueClassDefinitions
  93. lazy val DoubleTpe: SymbolTable.Type

    Definition Classes
    ValueClassDefinitions
  94. lazy val DynamicClass: SymbolTable.ClassSymbol

  95. lazy val DynamicsFeature: SymbolTable.Symbol

  96. lazy val ElidableMethodClass: SymbolTable.ClassSymbol

  97. lazy val EmptyMethodCacheClass: SymbolTable.ClassSymbol

  98. lazy val EqualsPatternClass: SymbolTable.ClassSymbol

  99. lazy val ExistentialsFeature: SymbolTable.Symbol

  100. lazy val ExprClass: SymbolTable.ClassSymbol

  101. lazy val ExprModule: SymbolTable.ModuleSymbol

  102. def ExprSplice: SymbolTable.TermSymbol

  103. def ExprValue: SymbolTable.TermSymbol

  104. lazy val ExprsClass: SymbolTable.ClassSymbol

  105. lazy val FieldTargetClass: SymbolTable.ClassSymbol

  106. lazy val FloatClass: SymbolTable.ClassSymbol

    Definition Classes
    ValueClassDefinitions
  107. lazy val FloatTpe: SymbolTable.Type

    Definition Classes
    ValueClassDefinitions
  108. lazy val FullManifestClass: SymbolTable.ClassSymbol

  109. lazy val FullManifestModule: SymbolTable.ModuleSymbol

  110. lazy val FunctionClass: Array[SymbolTable.ClassSymbol]

    Definition Classes
    DefinitionsClassDefinitionsApi
  111. lazy val GetterTargetClass: SymbolTable.ClassSymbol

  112. lazy val GroupOfSpecializable: SymbolTable.ClassSymbol

  113. lazy val HigherKindsFeature: SymbolTable.Symbol

  114. lazy val ImplicitConversionsFeature: SymbolTable.Symbol

  115. lazy val ImplicitNotFoundClass: SymbolTable.ClassSymbol

  116. lazy val IndexOutOfBoundsExceptionClass: SymbolTable.ClassSymbol

  117. lazy val IntClass: SymbolTable.ClassSymbol

    Definition Classes
    ValueClassDefinitions
  118. lazy val IntTpe: SymbolTable.Type

    Definition Classes
    ValueClassDefinitions
  119. lazy val InvocationTargetExceptionClass: SymbolTable.ClassSymbol

  120. lazy val IterableClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  121. lazy val IteratorClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  122. lazy val IteratorModule: SymbolTable.ModuleSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  123. lazy val Iterator_apply: SymbolTable.TermSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  124. lazy val JavaCloneableClass: SymbolTable.ClassSymbol

  125. lazy val JavaLangEnumClass: SymbolTable.ClassSymbol

  126. lazy val JavaLangPackage: SymbolTable.ModuleSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  127. lazy val JavaLangPackageClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  128. lazy val JavaNumberClass: SymbolTable.ClassSymbol

  129. lazy val JavaRepeatedParamClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  130. lazy val JavaSerializableClass: SymbolTable.ClassSymbol

  131. lazy val JavaUniverseClass: SymbolTable.Symbol

  132. lazy val LanguageFeatureAnnot: SymbolTable.ClassSymbol

  133. lazy val ListClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  134. lazy val ListModule: SymbolTable.ModuleSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  135. lazy val List_apply: SymbolTable.TermSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  136. lazy val LongClass: SymbolTable.ClassSymbol

    Definition Classes
    ValueClassDefinitions
  137. lazy val LongTpe: SymbolTable.Type

    Definition Classes
    ValueClassDefinitions
  138. lazy val MacroContextClass: SymbolTable.Symbol

  139. def MacroContextMirror: SymbolTable.Symbol { ... /* 4 definitions in type refinement */ }

  140. def MacroContextPrefix: SymbolTable.Symbol { ... /* 4 definitions in type refinement */ }

  141. def MacroContextPrefixType: SymbolTable.Symbol { ... /* 4 definitions in type refinement */ }

  142. def MacroContextUniverse: SymbolTable.Symbol { ... /* 4 definitions in type refinement */ }

  143. lazy val MacroImplAnnotation: SymbolTable.ClassSymbol

  144. lazy val MacroInternalPackage: SymbolTable.ModuleSymbol

  145. def MacroInternal_materializeAbsTypeTag: SymbolTable.TermSymbol

  146. def MacroInternal_materializeClassTag: SymbolTable.TermSymbol

  147. def MacroInternal_materializeTypeTag: SymbolTable.TermSymbol

  148. lazy val MacrosFeature: SymbolTable.Symbol

  149. lazy val MatchErrorClass: SymbolTable.ClassSymbol

  150. lazy val MatchingStrategyClass: SymbolTable.ClassSymbol

  151. val MaxFunctionArity: Int

  152. val MaxProductArity: Int

  153. val MaxTupleArity: Int

  154. lazy val MethodCacheClass: SymbolTable.ClassSymbol

  155. lazy val MethodClass: SymbolTable.ClassSymbol

  156. lazy val MethodTargetClass: SymbolTable.ClassSymbol

  157. lazy val MigrationAnnotationClass: SymbolTable.ClassSymbol

  158. lazy val MirrorOfClass: SymbolTable.ClassSymbol

  159. lazy val NativeAttr: SymbolTable.ClassSymbol

  160. lazy val NilModule: SymbolTable.ModuleSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  161. lazy val NoManifest: SymbolTable.ModuleSymbol

  162. lazy val NonLocalReturnControlClass: SymbolTable.ClassSymbol

  163. lazy val NoneModule: SymbolTable.ModuleSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  164. lazy val NotNullClass: SymbolTable.ClassSymbol

  165. object NothingClass extends BottomClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  166. lazy val NothingTpe: SymbolTable.Type

    Definition Classes
    DefinitionsClassStandardTypes
  167. object NullClass extends BottomClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  168. lazy val NullPointerExceptionClass: SymbolTable.ClassSymbol

  169. lazy val NullTpe: SymbolTable.Type

    Definition Classes
    DefinitionsClassStandardTypes
  170. lazy val ObjectArray: SymbolTable.Type

  171. lazy val ObjectClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  172. lazy val ObjectRefClass: SymbolTable.ClassSymbol

  173. lazy val ObjectTargetClass: SymbolTable.ClassSymbol

  174. lazy val ObjectTpe: SymbolTable.Type

    Definition Classes
    DefinitionsClassStandardTypes
  175. lazy val Object_!=: SymbolTable.MethodSymbol

  176. lazy val Object_##: SymbolTable.MethodSymbol

  177. lazy val Object_==: SymbolTable.MethodSymbol

  178. lazy val Object_asInstanceOf: SymbolTable.MethodSymbol

  179. def Object_clone: SymbolTable.TermSymbol

  180. lazy val Object_eq: SymbolTable.MethodSymbol

  181. def Object_equals: SymbolTable.TermSymbol

  182. def Object_finalize: SymbolTable.TermSymbol

  183. def Object_getClass: SymbolTable.TermSymbol

  184. def Object_hashCode: SymbolTable.TermSymbol

  185. lazy val Object_isInstanceOf: SymbolTable.MethodSymbol

  186. lazy val Object_ne: SymbolTable.MethodSymbol

  187. def Object_notify: SymbolTable.TermSymbol

  188. def Object_notifyAll: SymbolTable.TermSymbol

  189. lazy val Object_synchronized: SymbolTable.MethodSymbol

  190. def Object_toString: SymbolTable.TermSymbol

  191. lazy val OptManifestClass: SymbolTable.ClassSymbol

  192. lazy val OptionClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  193. lazy val ParamTargetClass: SymbolTable.ClassSymbol

  194. lazy val PartialFunctionClass: SymbolTable.ClassSymbol

  195. lazy val PartialManifestClass: SymbolTable.TypeSymbol

  196. lazy val PartialManifestModule: SymbolTable.ModuleSymbol

  197. lazy val PostfixOpsFeature: SymbolTable.Symbol

  198. lazy val PredefModule: SymbolTable.ModuleSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  199. lazy val PredefModuleClass: SymbolTable.Symbol

  200. def Predef_???: SymbolTable.TermSymbol

  201. def Predef_classOf: SymbolTable.TermSymbol

  202. def Predef_conforms: SymbolTable.TermSymbol

  203. def Predef_identity: SymbolTable.TermSymbol

  204. def Predef_implicitly: SymbolTable.TermSymbol

  205. def Predef_wrapRefArray: SymbolTable.TermSymbol

  206. lazy val ProductClass: Array[SymbolTable.ClassSymbol]

    Definition Classes
    DefinitionsClassDefinitionsApi
  207. lazy val ProductRootClass: SymbolTable.ClassSymbol

  208. def Product_canEqual: SymbolTable.TermSymbol

  209. def Product_iterator: SymbolTable.TermSymbol

  210. def Product_productArity: SymbolTable.TermSymbol

  211. def Product_productElement: SymbolTable.TermSymbol

  212. def Product_productPrefix: SymbolTable.TermSymbol

  213. def ReflectBasis: SymbolTable.TermSymbol

  214. lazy val ReflectPackage: SymbolTable.ModuleSymbol

  215. def ReflectRuntimeCurrentMirror: SymbolTable.Symbol { ... /* 4 definitions in type refinement */ }

  216. lazy val ReflectRuntimePackage: SymbolTable.Symbol

  217. def ReflectRuntimeUniverse: SymbolTable.Symbol { ... /* 4 definitions in type refinement */ }

  218. lazy val ReflectiveCallsFeature: SymbolTable.Symbol

  219. lazy val RemoteAttr: SymbolTable.ClassSymbol

  220. lazy val RemoteExceptionClass: SymbolTable.ClassSymbol

  221. lazy val RemoteInterfaceClass: SymbolTable.ClassSymbol

  222. lazy val RepeatedParamClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  223. lazy val RuntimeNothingClass: SymbolTable.ClassSymbol

  224. lazy val RuntimeNullClass: SymbolTable.ClassSymbol

  225. lazy val RuntimePackage: SymbolTable.ModuleSymbol

  226. lazy val RuntimePackageClass: SymbolTable.ClassSymbol

  227. lazy val RuntimeStaticsModule: SymbolTable.ModuleSymbol

  228. lazy val ScalaInlineClass: SymbolTable.ClassSymbol

  229. lazy val ScalaLongSignatureAnnotation: SymbolTable.ClassSymbol

  230. lazy val ScalaNoInlineClass: SymbolTable.ClassSymbol

  231. lazy val ScalaNumberClass: SymbolTable.ClassSymbol

  232. lazy val ScalaNumericValueClasses: collection.immutable.List[SymbolTable.ClassSymbol]

    Definition Classes
    ValueClassDefinitions
  233. lazy val ScalaPackage: SymbolTable.ModuleSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  234. lazy val ScalaPackageClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  235. def ScalaPrimitiveValueClasses: List[SymbolTable.ClassSymbol]

    Definition Classes
    ValueClassDefinitions
  236. lazy val ScalaRunTimeModule: SymbolTable.ModuleSymbol

  237. lazy val ScalaSignatureAnnotation: SymbolTable.ClassSymbol

  238. lazy val ScalaStrictFPAttr: SymbolTable.ClassSymbol

  239. def ScalaValueClassCompanions: List[SymbolTable.Symbol]

    Definition Classes
    ValueClassDefinitions
  240. lazy val ScalaValueClasses: List[SymbolTable.ClassSymbol]

    Definition Classes
    ValueClassDefinitions
  241. lazy val ScalaValueClassesNoUnit: collection.immutable.List[SymbolTable.ClassSymbol]

    Definition Classes
    ValueClassDefinitions
  242. lazy val SeqClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  243. lazy val SeqModule: SymbolTable.ModuleSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  244. lazy val SerialVersionUIDAttr: SymbolTable.ClassSymbol

  245. lazy val SerializableAttr: SymbolTable.ClassSymbol

  246. lazy val SerializableClass: SymbolTable.ClassSymbol

  247. lazy val SetterTargetClass: SymbolTable.ClassSymbol

  248. lazy val ShortClass: SymbolTable.ClassSymbol

    Definition Classes
    ValueClassDefinitions
  249. lazy val ShortTpe: SymbolTable.Type

    Definition Classes
    ValueClassDefinitions
  250. lazy val SingletonClass: SymbolTable.ClassSymbol

  251. lazy val SoftReferenceClass: SymbolTable.ClassSymbol

  252. lazy val SomeClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  253. lazy val SomeModule: SymbolTable.ModuleSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  254. lazy val SpecializableModule: SymbolTable.ModuleSymbol

    Specialization.

  255. lazy val SpecializedClass: SymbolTable.ClassSymbol

  256. lazy val StaticAnnotationClass: SymbolTable.ClassSymbol

  257. lazy val StaticClass: SymbolTable.ClassSymbol

  258. lazy val StringAddClass: SymbolTable.ClassSymbol

  259. lazy val StringAdd_+: SymbolTable.TermSymbol

  260. def StringArray: SymbolTable.Type

  261. lazy val StringBuilderClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  262. lazy val StringClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsBase
  263. lazy val StringContextClass: SymbolTable.ClassSymbol

  264. def StringContext_f: SymbolTable.TermSymbol

  265. lazy val StringModule: SymbolTable.Symbol

  266. lazy val String_+: SymbolTable.MethodSymbol

  267. lazy val SwitchClass: SymbolTable.ClassSymbol

  268. lazy val SymbolClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  269. lazy val SymbolModule: SymbolTable.ModuleSymbol

  270. lazy val Symbol_apply: SymbolTable.TermSymbol

  271. lazy val SysPackage: SymbolTable.ModuleSymbol

  272. def Sys_error: SymbolTable.TermSymbol

  273. lazy val TailrecClass: SymbolTable.ClassSymbol

  274. lazy val ThrowableClass: SymbolTable.ClassSymbol

  275. lazy val ThrowsClass: SymbolTable.ClassSymbol

  276. lazy val TraitSetterAnnotationClass: SymbolTable.ClassSymbol

  277. lazy val TransientAttr: SymbolTable.ClassSymbol

  278. lazy val TraversableClass: SymbolTable.ClassSymbol

    Definition Classes
    DefinitionsClassDefinitionsApi
  279. lazy val TreeCreatorClass: SymbolTable.ClassSymbol

  280. lazy val TupleClass: Array[SymbolTable.Symbol]

    Definition Classes
    DefinitionsClassDefinitionsApi
  281. lazy val TypeConstraintClass: SymbolTable.ClassSymbol

  282. lazy val TypeCreatorClass: SymbolTable.ClassSymbol

  283. lazy val TypeTagClass: SymbolTable.ClassSymbol

  284. lazy val TypeTagModule: SymbolTable.ModuleSymbol

  285. lazy val TypeTagsClass: SymbolTable.ClassSymbol

  286. lazy val UncheckedClass: SymbolTable.ClassSymbol

  287. lazy val UninitializedErrorClass: SymbolTable.ClassSymbol

  288. lazy val UnitClass: SymbolTable.ClassSymbol

    Definition Classes
    ValueClassDefinitions
  289. lazy val UnitTpe: SymbolTable.Type

    Definition Classes
    ValueClassDefinitions
  290. lazy val UnqualifiedModules: collection.immutable.List[SymbolTable.ModuleSymbol]

  291. lazy val UnqualifiedOwners: Set[SymbolTable.Symbol]

  292. lazy val UnspecializedClass: SymbolTable.ClassSymbol

  293. lazy val ValueTypeClass: SymbolTable.ClassSymbol

  294. lazy val VarargsClass: SymbolTable.ClassSymbol

  295. lazy val VolatileAttr: SymbolTable.ClassSymbol

  296. lazy val VolatileObjectRefClass: SymbolTable.ClassSymbol

  297. lazy val WeakReferenceClass: SymbolTable.ClassSymbol

  298. lazy val abbrvTag: Map[SymbolTable.Symbol, Char]

    Definition Classes
    ValueClassDefinitions
  299. def abstractFunctionForFunctionType(tp: SymbolTable.Type): SymbolTable.Type

  300. def abstractFunctionType(formals: List[SymbolTable.Type], restpe: SymbolTable.Type): SymbolTable.Type

  301. def addScalaCallerInfo(scalaCaller: SymbolTable.Symbol, methSym: SymbolTable.Symbol): Unit

  302. lazy val anyparam: collection.immutable.List[SymbolTable.Type]

  303. lazy val anyrefparam: collection.immutable.List[SymbolTable.Type]

  304. lazy val anyvalparam: collection.immutable.List[SymbolTable.Type]

  305. def arrayApplyMethod: SymbolTable.TermSymbol

  306. def arrayClassMethod: SymbolTable.TermSymbol

  307. def arrayCloneMethod: SymbolTable.TermSymbol

  308. def arrayElementClassMethod: SymbolTable.TermSymbol

  309. def arrayLengthMethod: SymbolTable.TermSymbol

  310. def arrayType(arg: SymbolTable.Type): SymbolTable.Type

  311. def arrayUpdateMethod: SymbolTable.TermSymbol

  312. final def asInstanceOf[T0]: T0

    Cast the receiver object to be of type T0.

    Cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression 1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expression List(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested type.

    returns

    the receiver object.

    Definition Classes
    Any
    Exceptions thrown
    ClassCastException

    if the receiver object is not an instance of the erasure of type T0.

  313. def boundedClassType(upperBound: SymbolTable.Type): SymbolTable.Type

    Given type U, creates a Type representing Class[_ <: U].

  314. lazy val boxMethod: Map[SymbolTable.Symbol, SymbolTable.TermSymbol]

    Definition Classes
    ValueClassDefinitions
  315. lazy val boxedClass: Map[SymbolTable.Symbol, SymbolTable.ClassSymbol]

    Definition Classes
    ValueClassDefinitions
  316. lazy val boxedClassValues: Set[SymbolTable.Symbol]

  317. lazy val boxedModule: Map[SymbolTable.Symbol, SymbolTable.ModuleSymbol]

    Definition Classes
    ValueClassDefinitions
  318. def briefParentsString(parents: List[SymbolTable.Type]): String

  319. def byNameType(arg: SymbolTable.Type): SymbolTable.Type

  320. def classExistentialType(clazz: SymbolTable.Symbol): SymbolTable.Type

    Given a class symbol C with type parameters T1, T2, .

    Given a class symbol C with type parameters T1, T2, ... Tn which have upper/lower bounds LB1/UB1, LB1/UB2, ..., LBn/UBn, returns an existential type of the form

    C[E1, ..., En] forSome { E1 >: LB1 <: UB1 ... en >: LBn <: UBn }.

  321. def classesFirst(tps: List[SymbolTable.Type]): List[SymbolTable.Type]

    Order a list of types with non-trait classes before others.

  322. def clone(): AnyRef

    Create a copy of the receiver object.

    Create a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
    Note

    not specified by SLS as a member of AnyRef

  323. def compilerSymbolFromTag(tt: base.Universe.AbsTypeTag[_]): SymbolTable.Symbol

  324. def compilerTypeFromTag(tt: base.Universe.AbsTypeTag[_]): SymbolTable.Type

  325. def delayedInitMethod: SymbolTable.TermSymbol

  326. def elementType(container: SymbolTable.Symbol, tp: SymbolTable.Type): SymbolTable.Type

  327. var emptypackagescope: SymbolTable.Scope

  328. def ensureAccessibleMethod: SymbolTable.TermSymbol

  329. def ensuring(cond: (SymbolTable.DefinitionsClass) ⇒ Boolean, msg: ⇒ Any): SymbolTable.DefinitionsClass

    Implicit information
    This member is added by an implicit conversion from SymbolTable.DefinitionsClass to Ensuring[SymbolTable.DefinitionsClass] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  330. def ensuring(cond: (SymbolTable.DefinitionsClass) ⇒ Boolean): SymbolTable.DefinitionsClass

    Implicit information
    This member is added by an implicit conversion from SymbolTable.DefinitionsClass to Ensuring[SymbolTable.DefinitionsClass] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  331. def ensuring(cond: Boolean, msg: ⇒ Any): SymbolTable.DefinitionsClass

    Implicit information
    This member is added by an implicit conversion from SymbolTable.DefinitionsClass to Ensuring[SymbolTable.DefinitionsClass] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  332. def ensuring(cond: Boolean): SymbolTable.DefinitionsClass

    Implicit information
    This member is added by an implicit conversion from SymbolTable.DefinitionsClass to Ensuring[SymbolTable.DefinitionsClass] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  333. final def eq(arg0: AnyRef): Boolean

    Tests whether the argument (arg0) is a reference to the receiver object (this).

    Tests whether the argument (arg0) is a reference to the receiver object (this).

    The eq method implements an equivalence relation on non-null instances of AnyRef, and has three additional properties:

    • It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false.
    • For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false.
    • null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    returns

    true if the argument is a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  334. def equals(arg0: Any): Boolean

    The equality method for reference types.

    The equality method for reference types. Default implementation delegates to eq.

    See also equals in scala.Any.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    Definition Classes
    AnyRef → Any
  335. lazy val experimentalModule: SymbolTable.ModuleSymbol

  336. def finalize(): Unit

    Called by the garbage collector on the receiver object when there are no more references to the object.

    Called by the garbage collector on the receiver object when there are no more references to the object.

    The details of when and if the finalize method is invoked, as well as the interaction between finalize and non-local returns and exceptions, are all platform dependent.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
    Note

    not specified by SLS as a member of AnyRef

  337. def findNamedMember(segs: List[SymbolTable.Name], root: SymbolTable.Symbol): SymbolTable.Symbol

  338. def findNamedMember(fullName: SymbolTable.Name, root: SymbolTable.Symbol): SymbolTable.Symbol

  339. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from SymbolTable.DefinitionsClass to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  340. def functionApply(n: Int): SymbolTable.TermSymbol

  341. def functionType(formals: List[SymbolTable.Type], restpe: SymbolTable.Type): SymbolTable.Type

  342. final def getClass(): Class[_]

    A representation that corresponds to the dynamic class of the receiver object.

    A representation that corresponds to the dynamic class of the receiver object.

    The nature of the representation is platform dependent.

    returns

    a representation that corresponds to the dynamic class of the receiver object.

    Definition Classes
    AnyRef → Any
    Note

    not specified by SLS as a member of AnyRef

  343. def getClassReturnType(tp: SymbolTable.Type): SymbolTable.Type

  344. def getDecl(owner: SymbolTable.Symbol, name: SymbolTable.Name): SymbolTable.Symbol

    Using getDecl rather than getMember may avoid issues with OverloadedTypes turning up when you don't want them, if you know the method in question is uniquely declared in the given owner.

  345. def getDeclIfDefined(owner: SymbolTable.Symbol, name: SymbolTable.Name): SymbolTable.Symbol

  346. def getLanguageFeature(name: String, owner: SymbolTable.Symbol = languageFeatureModule): SymbolTable.Symbol

  347. def getMember(owner: SymbolTable.Symbol, name: SymbolTable.Name): SymbolTable.Symbol

  348. def getMemberClass(owner: SymbolTable.Symbol, name: SymbolTable.Name): SymbolTable.ClassSymbol

  349. def getMemberIfDefined(owner: SymbolTable.Symbol, name: SymbolTable.Name): SymbolTable.Symbol

  350. def getMemberMethod(owner: SymbolTable.Symbol, name: SymbolTable.Name): SymbolTable.TermSymbol

  351. def getMemberModule(owner: SymbolTable.Symbol, name: SymbolTable.Name): SymbolTable.ModuleSymbol

  352. def getMemberValue(owner: SymbolTable.Symbol, name: SymbolTable.Name): SymbolTable.TermSymbol

  353. def getProductArgs(tpe: SymbolTable.Type): List[SymbolTable.Type]

    if tpe <: ProductN[T1,.

    if tpe <: ProductN[T1,...,TN], returns List(T1,...,TN) else Nil

  354. def getTypeMember(owner: SymbolTable.Symbol, name: SymbolTable.Name): SymbolTable.TypeSymbol

  355. def hasJavaMainMethod(path: String): Boolean

  356. def hasJavaMainMethod(sym: SymbolTable.Symbol): Boolean

  357. def hasRepeatedParam(tp: SymbolTable.Type): Boolean

  358. def hashCode(): Int

    The hashCode method for reference types.

    The hashCode method for reference types. See hashCode in scala.Any.

    returns

    the hash code value for this object.

    Definition Classes
    AnyRef → Any
  359. def init(): Unit

  360. def isArrayOfSymbol(tp: SymbolTable.Type, elem: SymbolTable.Symbol): Boolean

  361. def isArrowAssoc(sym: SymbolTable.Symbol): Boolean

  362. lazy val isBox: Set[SymbolTable.Symbol]

  363. def isBoxedValueClass(sym: SymbolTable.Symbol): Boolean

    Is symbol a boxed value class, e.

    Is symbol a boxed value class, e.g. java.lang.Integer?

  364. def isByNameParamType(tp: SymbolTable.Type): Boolean

  365. def isCastSymbol(sym: SymbolTable.Symbol): Boolean

  366. def isCorrespondingDelegate(delegateType: SymbolTable.Type, functionType: SymbolTable.Type): Boolean

  367. def isDefinitionsInitialized: Boolean

  368. def isExactProductType(tp: SymbolTable.Type): Boolean

    returns true if this type is exactly ProductN[T1,.

    returns true if this type is exactly ProductN[T1,...,Tn], not some subclass

  369. def isFunctionType(tp: SymbolTable.Type): Boolean

  370. def isGetClass(sym: SymbolTable.Symbol): Boolean

    Definition Classes
    ValueClassDefinitions
  371. final def isInstanceOf[T0]: Boolean

    Test whether the dynamic type of the receiver object is T0.

    Test whether the dynamic type of the receiver object is T0.

    Note that the result of the test is modulo Scala's erasure semantics. Therefore the expression 1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the specified type.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    Definition Classes
    Any
  372. def isJavaMainMethod(sym: SymbolTable.Symbol): Boolean

  373. def isJavaRepeatedParamType(tp: SymbolTable.Type): Boolean

  374. def isJavaVarArgs(params: Seq[SymbolTable.Symbol]): Boolean

  375. def isJavaVarArgsMethod(m: SymbolTable.Symbol): Boolean

  376. def isMetaAnnotation(sym: SymbolTable.Symbol): Boolean

  377. def isNonUnitValueClass(sym: SymbolTable.Symbol): Boolean

  378. def isNoneType(tp: SymbolTable.Type): Boolean

  379. def isNumericSubClass(sub: SymbolTable.Symbol, sup: SymbolTable.Symbol): Boolean

    Definition Classes
    ValueClassDefinitions
  380. def isNumericValueClass(sym: SymbolTable.Symbol): Boolean

    Is symbol a numeric value class?

    Is symbol a numeric value class?

    Definition Classes
    ValueClassDefinitions
  381. def isNumericValueType(tp: SymbolTable.Type): Boolean

    Is type's symbol a numeric value class?

  382. def isOptionType(tp: SymbolTable.Type): Boolean

  383. def isPartialFunctionType(tp: SymbolTable.Type): Boolean

  384. lazy val isPhantomClass: Set[SymbolTable.Symbol]

    Is symbol a phantom class for which no runtime representation exists?

  385. lazy val isPossibleSyntheticParent: Set[SymbolTable.Symbol]

    Is the symbol that of a parent which is added during parsing?

  386. def isPossiblySpecializedType(tp: SymbolTable.Type)(cond: (SymbolTable.Type) ⇒ Boolean): Boolean

  387. def isPredefMemberNamed(sym: SymbolTable.Symbol, name: SymbolTable.Name): Boolean

    Is sym a member of Predef with the given name? Note: DON't replace this by sym == Predef_conforms/etc, as Predef_conforms is a def which does a member lookup (it can't be a lazy val because we might reload Predef during resident compilations).

  388. def isPrimitiveArray(tp: SymbolTable.Type): Boolean

  389. def isPrimitiveValueClass(sym: SymbolTable.Symbol): Boolean

    Is symbol a value class?

  390. def isPrimitiveValueType(tp: SymbolTable.Type): Boolean

  391. def isProductNClass(sym: SymbolTable.Symbol): Boolean

  392. def isReferenceArray(tp: SymbolTable.Type): Boolean

  393. def isRepeated(param: SymbolTable.Symbol): Boolean

  394. def isRepeatedParamType(tp: SymbolTable.Type): Boolean

  395. def isScalaRepeatedParamType(tp: SymbolTable.Type): Boolean

  396. def isScalaVarArgs(params: Seq[SymbolTable.Symbol]): Boolean

  397. def isSeqType(tp: SymbolTable.Type): Boolean

  398. def isSomeType(tp: SymbolTable.Type): Boolean

  399. def isSpecializableClass(sym: SymbolTable.Symbol): Boolean

  400. def isStringAddition(sym: SymbolTable.Symbol): Boolean

  401. def isTupleSymbol(sym: SymbolTable.Symbol): Boolean

  402. def isTupleType(tp: SymbolTable.Type): Boolean

  403. def isTupleTypeDirect(tp: SymbolTable.Type): Boolean

  404. lazy val isUnbox: Set[SymbolTable.Symbol]

  405. def isVarArgTypes(formals: Seq[SymbolTable.Type]): Boolean

  406. def isVarArgsList(params: Seq[SymbolTable.Symbol]): Boolean

  407. def iteratorOfType(tp: SymbolTable.Type): SymbolTable.Type

  408. def javaRepeatedType(arg: SymbolTable.Type): SymbolTable.Type

  409. def javaTypeToValueClass(jtype: Class[_]): SymbolTable.Symbol

  410. lazy val languageFeatureModule: SymbolTable.ModuleSymbol

  411. lazy val magicSymbols: collection.immutable.List[SymbolTable.Symbol { ... /* 4 definitions in type refinement */ }]

  412. lazy val metaAnnotations: Set[SymbolTable.Symbol]

  413. def methodCache_add: SymbolTable.TermSymbol

  414. def methodCache_find: SymbolTable.TermSymbol

  415. def methodClass_setAccessible: SymbolTable.TermSymbol

  416. var nbScalaCallers: Int

  417. final def ne(arg0: AnyRef): Boolean

    Equivalent to !(this eq that).

    Equivalent to !(this eq that).

    returns

    true if the argument is not a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  418. def newPolyMethod(typeParamCount: Int, owner: SymbolTable.Symbol, name: SymbolTable.TermName, flags: Long)(createFn: (List[SymbolTable.Symbol]) ⇒ (Option[List[SymbolTable.Type]], SymbolTable.Type)): SymbolTable.MethodSymbol

  419. def newScalaCaller(delegateType: SymbolTable.Type): SymbolTable.MethodSymbol

  420. def newT1NoParamsMethod(owner: SymbolTable.Symbol, name: SymbolTable.TermName, flags: Long)(createFn: (SymbolTable.Symbol) ⇒ SymbolTable.Type): SymbolTable.MethodSymbol

  421. def newT1NullaryMethod(owner: SymbolTable.Symbol, name: SymbolTable.TermName, flags: Long)(createFn: (SymbolTable.Symbol) ⇒ SymbolTable.Type): SymbolTable.MethodSymbol

    T1 means one type parameter.

  422. def normalizedParents(parents: List[SymbolTable.Type]): List[SymbolTable.Type]

    The following transformations applied to a list of parents.

    The following transformations applied to a list of parents. If any parent is a class/trait, all parents which normalize to Object are discarded. Otherwise, all parents which normalize to Object except the first one found are discarded.

  423. final def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  424. final def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  425. lazy val numericWeight: Map[SymbolTable.Symbol, Int]

    Definition Classes
    ValueClassDefinitions
  426. def optionType(tp: SymbolTable.Type): SymbolTable.Type

  427. def packageExists(packageName: String): Boolean

  428. def parentsString(parents: List[SymbolTable.Type]): String

  429. def prepend[S >: SymbolTable.ClassSymbol](elem0: S, elems: Array[SymbolTable.ClassSymbol])(implicit arg0: ClassTag[S]): Array[S]

  430. def productProj(n: Int, j: Int): SymbolTable.TermSymbol

  431. def productProj(z: SymbolTable.Symbol, j: Int): SymbolTable.TermSymbol

  432. def productType(elems: List[SymbolTable.Type]): SymbolTable.Type

  433. lazy val refClass: Map[SymbolTable.Symbol, SymbolTable.ClassSymbol]

    Definition Classes
    ValueClassDefinitions
  434. def removeLaterObjects(tps: List[SymbolTable.Type]): List[SymbolTable.Type]

    Remove references to class Object (other than the head) in a list of parents

  435. def removeRedundantObjects(tps: List[SymbolTable.Type]): List[SymbolTable.Type]

    Remove all but one reference to class Object from a list of parents.

  436. def repeatedToSeq(tp: SymbolTable.Type): SymbolTable.Type

  437. def scalaRepeatedType(arg: SymbolTable.Type): SymbolTable.Type

  438. def scalaRuntimeSameElements: SymbolTable.TermSymbol

  439. def seqToRepeated(tp: SymbolTable.Type): SymbolTable.Type

  440. def seqType(arg: SymbolTable.Type): SymbolTable.Type

  441. def signature(tp: SymbolTable.Type): String

  442. def someType(tp: SymbolTable.Type): SymbolTable.Type

  443. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  444. def termMember(owner: SymbolTable.Symbol, name: String): SymbolTable.Symbol

  445. def toString(): String

    Creates a String representation of this object.

    Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.

    returns

    a String representation of the object.

    Definition Classes
    AnyRef → Any
  446. def tupleField(n: Int, j: Int): SymbolTable.TermSymbol

  447. def tupleType(elems: List[SymbolTable.Type]): SymbolTable.Type

    Creators for TupleN, ProductN, FunctionN.

  448. def typeMember(owner: SymbolTable.Symbol, name: String): SymbolTable.Symbol

  449. def typeParamsString(tp: SymbolTable.Type): String

  450. def typeStringNoPackage(tp: SymbolTable.Type): String

  451. def unapplyUnwrap(tpe: SymbolTable.Type): SymbolTable.Type

  452. lazy val unboxMethod: Map[SymbolTable.Symbol, SymbolTable.TermSymbol]

    Definition Classes
    ValueClassDefinitions
  453. def unboxedValueClass(sym: SymbolTable.Symbol): SymbolTable.Symbol

    If symbol is a value class (boxed or not), return the unboxed value class.

    If symbol is a value class (boxed or not), return the unboxed value class. Otherwise, NoSymbol.

  454. lazy val uncheckedStableClass: SymbolTable.ClassSymbol

  455. lazy val uncheckedVarianceClass: SymbolTable.ClassSymbol

  456. def unspecializedSymbol(sym: SymbolTable.Symbol): SymbolTable.Symbol

  457. def valueClassToJavaType(sym: SymbolTable.Symbol): Class[_]

  458. def valueParamsString(tp: SymbolTable.Type): String

  459. def vmClassType(arg: SymbolTable.Type): SymbolTable.Type

  460. def vmSignature(sym: SymbolTable.Symbol, info: SymbolTable.Type): String

  461. lazy val volatileRefClass: Map[SymbolTable.Symbol, SymbolTable.ClassSymbol]

    Definition Classes
    ValueClassDefinitions
  462. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  463. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  464. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  465. def wrapArrayMethodName(elemtp: SymbolTable.Type): SymbolTable.TermName

  466. def [B](y: B): (SymbolTable.DefinitionsClass, B)

    Implicit information
    This member is added by an implicit conversion from SymbolTable.DefinitionsClass to ArrowAssoc[SymbolTable.DefinitionsClass] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from SymbolTable.DefinitionsClass to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (definitionsClass: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from SymbolTable.DefinitionsClass to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (definitionsClass: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. val EmptyPackage: SymbolTable.ModuleSymbol

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to rootMirror.EmptyPackage

  2. val EmptyPackageClass: SymbolTable.ClassSymbol

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to rootMirror.EmptyPackageClass

  3. def Predef_AnyRef: SymbolTable.ModuleSymbol

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use AnyRefModule

  4. val RootClass: SymbolTable.ClassSymbol

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to rootMirror.RootClass

  5. val RootPackage: SymbolTable.ModuleSymbol

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to rootMirror.RootPackage

  6. def getClass(fullname: SymbolTable.Name): SymbolTable.ClassSymbol

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to rootMirror.getClass

  7. def getModule(fullname: SymbolTable.Name): SymbolTable.ModuleSymbol

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Moved to rootMirror.getModule

  8. def isTupleTypeOrSubtype(tp: SymbolTable.Type): Boolean

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use isTupleType

  9. def typeCaseType(clazz: SymbolTable.Symbol): SymbolTable.Type

    To avoid unchecked warnings on polymorphic classes, translate a Foo[T] into a Foo[_] for use in the pattern matcher.

    To avoid unchecked warnings on polymorphic classes, translate a Foo[T] into a Foo[_] for use in the pattern matcher.

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use classExistentialType

  10. def x: SymbolTable.DefinitionsClass

    Implicit information
    This member is added by an implicit conversion from SymbolTable.DefinitionsClass to ArrowAssoc[SymbolTable.DefinitionsClass] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (definitionsClass: ArrowAssoc[SymbolTable.DefinitionsClass]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  11. def x: SymbolTable.DefinitionsClass

    Implicit information
    This member is added by an implicit conversion from SymbolTable.DefinitionsClass to Ensuring[SymbolTable.DefinitionsClass] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (definitionsClass: Ensuring[SymbolTable.DefinitionsClass]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from SymbolTable.ValueClassDefinitions

Inherited from SymbolTable.DefinitionsApi

Inherited from SymbolTable.DefinitionsBase

Inherited from SymbolTable.StandardTypes

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SymbolTable.DefinitionsClass to StringAdd

Inherited by implicit conversion any2stringfmt from SymbolTable.DefinitionsClass to StringFormat

Inherited by implicit conversion any2ArrowAssoc from SymbolTable.DefinitionsClass to ArrowAssoc[SymbolTable.DefinitionsClass]

Inherited by implicit conversion any2Ensuring from SymbolTable.DefinitionsClass to Ensuring[SymbolTable.DefinitionsClass]

No Group