scala.reflect.internal.StdNames

TermNames

abstract class TermNames extends Keywords with TermNamesApi

Source
StdNames.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TermNames
  2. TermNamesApi
  3. TermNamesBase
  4. Keywords
  5. CommonNames
  6. NamesApi
  7. NamesBase
  8. AnyRef
  9. 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 TermNames()

Type Members

  1. type NameType = TermName

    Definition Classes
    TermNamesCommonNamesNamesBase

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 TermNames to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (TermNames, B)

    Implicit information
    This member is added by an implicit conversion from TermNames to ArrowAssoc[TermNames] 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. val ???: TermName

    Definition Classes
    TermNamesTermNamesApi
  9. final val ABSTRACTkw: TermName

    Definition Classes
    Keywords
  10. val ADD: TermName

    Definition Classes
    TermNamesTermNamesApi
  11. val AND: TermName

    Definition Classes
    TermNamesTermNamesApi
  12. val ANON_CLASS_NAME: NameType

    Definition Classes
    CommonNamesNamesApi
  13. val ANON_FUN_NAME: NameType

    Definition Classes
    CommonNamesNamesApi
  14. val ANYNAME: NameType

    Definition Classes
    TermNamesTermNamesApi
  15. final val ARROWkw: TermName

    Definition Classes
    Keywords
  16. val ASR: TermName

    Definition Classes
    TermNamesTermNamesApi
  17. final val ATkw: TermName

    Definition Classes
    Keywords
  18. final val AbsTypeTag: NameType

    Definition Classes
    CommonNames
  19. val AnnotatedType: NameType

  20. val AnnotationInfo: NameType

  21. val Any: NameType

  22. final val AnyRef: NameType

    Definition Classes
    CommonNames
  23. val AnyVal: NameType

  24. val AppliedTypeTree: NameType

  25. val Apply: NameType

  26. final val Array: NameType

    Definition Classes
    CommonNames
  27. val ArrayAnnotArg: NameType

  28. val BITMAP_CHECKINIT: NameType

    Definition Classes
    TermNamesTermNamesApi
  29. val BITMAP_CHECKINIT_TRANSIENT: NameType

    Definition Classes
    TermNamesTermNamesApi
  30. val BITMAP_NORMAL: NameType

    Definition Classes
    TermNamesTermNamesApi
  31. val BITMAP_PREFIX: String

    Base strings from which synthetic names are derived.

  32. val BITMAP_TRANSIENT: NameType

    Definition Classes
    TermNamesTermNamesApi
  33. final val Boolean: NameType

    Definition Classes
    CommonNames
  34. val BooleanOpNames: Set[Name]

  35. final val Byte: NameType

    Definition Classes
    CommonNames
  36. final val CASEkw: TermName

    Definition Classes
    Keywords
  37. final val CATCHkw: TermName

    Definition Classes
    Keywords
  38. val CHECK_IF_REFUTABLE_STRING: String

  39. final val CLASSkw: TermName

    Definition Classes
    Keywords
  40. final val COLONkw: TermName

    Definition Classes
    Keywords
  41. val CONSTRUCTOR: NameType

    Definition Classes
    TermNamesTermNamesBase
  42. final val Char: NameType

    Definition Classes
    CommonNames
  43. final val ClassTag: NameType

    Definition Classes
    CommonNames
  44. val CommonOpNames: Set[Name]

  45. val Constant: NameType

  46. val ConstantType: NameType

  47. val ConversionNames: Set[Name]

  48. val DEFAULT_GETTER_INIT_STRING: String

  49. val DEFAULT_GETTER_STRING: String

  50. final val DEFkw: TermName

    Definition Classes
    Keywords
  51. val DIV: TermName

    Definition Classes
    TermNamesTermNamesApi
  52. final val DOTkw: TermName

    Definition Classes
    Keywords
  53. val DO_WHILE_PREFIX: String

  54. final val DOkw: TermName

    Definition Classes
    Keywords
  55. final val Double: NameType

    Definition Classes
    CommonNames
  56. final val ELSEkw: TermName

    Definition Classes
    Keywords
  57. val EMPTY: NameType

    Definition Classes
    CommonNamesNamesApiNamesBase
  58. val EMPTY_PACKAGE_NAME: NameType

    Definition Classes
    CommonNamesNamesBase
  59. val EQ: TermName

    Definition Classes
    TermNamesTermNamesApi
  60. val EQEQ_LOCAL_VAR: NameType

  61. val EQL: TermName

    Definition Classes
    TermNamesTermNamesApi
  62. final val EQUALSkw: TermName

    Definition Classes
    Keywords
  63. final val ERROR: NameType

    Definition Classes
    CommonNamesNamesApi
  64. val EVIDENCE_PARAM_PREFIX: String

  65. val EXCEPTION_RESULT_PREFIX: String

  66. val EXPAND_SEPARATOR_STRING: String

    Definition Classes
    TermNamesTermNamesApi
  67. final val EXTENDSkw: TermName

    Definition Classes
    Keywords
  68. val EmptyPackage: NameType

  69. val EmptyPackageClass: NameType

  70. val ExistentialTypeTree: NameType

  71. final val Expr: NameType

    Definition Classes
    CommonNames
  72. val FAKE_LOCAL_THIS: NameType

    Definition Classes
    TermNamesTermNamesApi
  73. final val FALSEkw: TermName

    Definition Classes
    Keywords
  74. final val FINALLYkw: TermName

    Definition Classes
    Keywords
  75. final val FINALkw: TermName

    Definition Classes
    Keywords
  76. final val FORSOMEkw: TermName

    Definition Classes
    Keywords
  77. final val FORkw: TermName

    Definition Classes
    Keywords
  78. val Flag: NameType

  79. final val Float: NameType

    Definition Classes
    CommonNames
  80. val GE: TermName

    Definition Classes
    TermNamesTermNamesApi
  81. val GT: TermName

    Definition Classes
    TermNamesTermNamesApi
  82. val HASHHASH: TermName

    Definition Classes
    TermNamesTermNamesApi
  83. final val HASHkw: TermName

    Definition Classes
    Keywords
  84. final val IFkw: TermName

    Definition Classes
    Keywords
  85. final val IMPLICITkw: TermName

    Definition Classes
    Keywords
  86. val IMPL_CLASS_SUFFIX: String

    Definition Classes
    CommonNames
  87. val IMPORT: NameType

    Definition Classes
    CommonNamesNamesApi
  88. final val IMPORTkw: TermName

    Definition Classes
    Keywords
  89. val INITIALIZER: NameType

    Definition Classes
    TermNamesTermNamesApi
  90. val INTERPRETER_IMPORT_WRAPPER: String

    Definition Classes
    TermNamesTermNamesApi
  91. val INTERPRETER_LINE_PREFIX: String

    Definition Classes
    TermNamesTermNamesApi
  92. val INTERPRETER_VAR_PREFIX: String

    Definition Classes
    TermNamesTermNamesApi
  93. val INTERPRETER_WRAPPER_SUFFIX: String

    Definition Classes
    TermNamesTermNamesApi
  94. val Ident: NameType

  95. val Import: NameType

  96. final val Int: NameType

    Definition Classes
    CommonNames
  97. final val LARROWkw: TermName

    Definition Classes
    Keywords
  98. val LAZY_LOCAL: NameType

    Definition Classes
    TermNamesTermNamesApi
  99. val LAZY_SLOW_SUFFIX: NameType

  100. final val LAZYkw: TermName

    Definition Classes
    Keywords
  101. val LE: TermName

    Definition Classes
    TermNamesTermNamesApi
  102. val LOCALDUMMY_PREFIX: String

    Definition Classes
    TermNamesTermNamesApi
  103. val LOCAL_SUFFIX_STRING: String

    Definition Classes
    TermNamesTermNamesApi
  104. val LSL: TermName

    Definition Classes
    TermNamesTermNamesApi
  105. val LSR: TermName

    Definition Classes
    TermNamesTermNamesApi
  106. val LT: TermName

    Definition Classes
    TermNamesTermNamesApi
  107. final val List: NameType

    Definition Classes
    CommonNames
  108. val Literal: NameType

  109. val LiteralAnnotArg: NameType

  110. final val Long: NameType

    Definition Classes
    CommonNames
  111. final val MACROkw: TermName

    Definition Classes
    Keywords
  112. final val MATCHkw: TermName

    Definition Classes
    Keywords
  113. val MINUS: TermName

    Definition Classes
    TermNamesTermNamesApi
  114. val MIRROR_PREFIX: NameType

    Definition Classes
    TermNamesTermNamesApi
  115. val MIRROR_SHORT: NameType

    Definition Classes
    TermNamesTermNamesApi
  116. val MIRROR_UNTYPED: NameType

    Definition Classes
    TermNamesTermNamesApi
  117. val MIXIN_CONSTRUCTOR: NameType

    Definition Classes
    TermNamesTermNamesApi
  118. val MOD: TermName

    Definition Classes
    TermNamesTermNamesApi
  119. val MODULE_INSTANCE_FIELD: NameType

    Definition Classes
    TermNamesTermNamesApi
  120. val MODULE_SUFFIX_NAME: NameType

    Definition Classes
    CommonNames
  121. val MODULE_SUFFIX_STRING: String

    Definition Classes
    CommonNames
  122. val MODULE_VAR_SUFFIX: NameType

    Definition Classes
    CommonNamesNamesApi
  123. val MUL: TermName

    Definition Classes
    TermNamesTermNamesApi
  124. val Modifiers: NameType

  125. val NAME_JOIN_NAME: NameType

    Definition Classes
    CommonNames
  126. val NAME_JOIN_STRING: String

    Definition Classes
    CommonNames
  127. val NE: TermName

    Definition Classes
    TermNamesTermNamesApi
  128. final val NEWkw: TermName

    Definition Classes
    Keywords
  129. final val NO_NAME: NameType

    Definition Classes
    CommonNames
  130. final val NULLkw: TermName

    Definition Classes
    Keywords
  131. val NestedAnnotArg: NameType

  132. final val Nil: NameType

  133. val NoFlags: NameType

  134. val NoPrefix: NameType

  135. val NoSymbol: NameType

  136. val NoType: NameType

  137. val Nothing: NameType

  138. val Null: NameType

  139. val NumberOpNames: Set[Name]

  140. final val OBJECTkw: TermName

    Definition Classes
    Keywords
  141. val OR: TermName

    Definition Classes
    TermNamesTermNamesApi
  142. val OUTER: NameType

    Definition Classes
    TermNamesTermNamesApi
  143. val OUTER_LOCAL: NameType

    Definition Classes
    TermNamesTermNamesApi
  144. val OUTER_SYNTH: NameType

    Definition Classes
    TermNamesTermNamesApi
  145. final val OVERRIDEkw: TermName

    Definition Classes
    Keywords
  146. val Object: NameType

  147. val PACKAGE: NameType

    Definition Classes
    CommonNamesNamesApi
  148. final val PACKAGEkw: TermName

    Definition Classes
    Keywords
  149. val PLUS: TermName

    Definition Classes
    TermNamesTermNamesApi
  150. final val PRIVATEkw: TermName

    Definition Classes
    Keywords
  151. val PROTECTED_PREFIX: String

    Definition Classes
    TermNamesTermNamesApi
  152. val PROTECTED_SET_PREFIX: String

    Definition Classes
    TermNamesTermNamesApi
  153. final val PROTECTEDkw: TermName

    Definition Classes
    Keywords
  154. final val Predef: NameType

  155. val REIFY_FREE_PREFIX: NameType

    Definition Classes
    TermNamesTermNamesApi
  156. val REIFY_FREE_THIS_SUFFIX: NameType

    Definition Classes
    TermNamesTermNamesApi
  157. val REIFY_FREE_VALUE_SUFFIX: NameType

    Definition Classes
    TermNamesTermNamesApi
  158. val REIFY_SYMDEF_PREFIX: NameType

    Definition Classes
    TermNamesTermNamesApi
  159. final val RETURNkw: TermName

    Definition Classes
    Keywords
  160. val ROOT: NameType

    Definition Classes
    CommonNamesNamesApiNamesBase
  161. val ROOTPKG: NameType

    Definition Classes
    TermNamesTermNamesApi
  162. val RootClass: NameType

  163. val RootPackage: NameType

  164. final val SEALEDkw: TermName

    Definition Classes
    Keywords
  165. val SELECTOR_DUMMY: NameType

    Definition Classes
    TermNamesTermNamesApi
  166. val SELF: NameType

    Definition Classes
    TermNamesTermNamesApi
  167. val SETTER_SUFFIX: NameType

    Definition Classes
    TermNamesTermNamesApi
  168. val SINGLETON_SUFFIX: String

    Definition Classes
    CommonNames
  169. val SPECIALIZED_INSTANCE: NameType

    Definition Classes
    TermNamesTermNamesApi
  170. val SPECIALIZED_SUFFIX: NameType

    Definition Classes
    CommonNamesNamesApi
  171. val STAR: NameType

    Definition Classes
    TermNamesTermNamesApi
  172. val SUB: TermName

    Definition Classes
    TermNamesTermNamesApi
  173. final val SUBTYPEkw: TermName

    Definition Classes
    Keywords
  174. final val SUPERTYPEkw: TermName

    Definition Classes
    Keywords
  175. val SUPER_PREFIX_STRING: String

    Definition Classes
    TermNamesTermNamesApi
  176. final val SUPERkw: TermName

    Definition Classes
    Keywords
  177. final val ScalaRunTime: NameType

  178. final val ScalaValueNames: List[NameType]

    Definition Classes
    CommonNames
  179. val Select: NameType

  180. final val Seq: NameType

    Definition Classes
    CommonNames
  181. final val Short: NameType

    Definition Classes
    CommonNames
  182. final val Some: NameType

  183. final val String: NameType

    Definition Classes
    CommonNames
  184. val StringContext: NameType

  185. final val Symbol: NameType

    Definition Classes
    CommonNames
  186. final val THENkw: TermName

    Definition Classes
    Keywords
  187. val THIS: NameType

    Definition Classes
    TermNamesTermNamesApi
  188. final val THISkw: TermName

    Definition Classes
    Keywords
  189. final val THROWkw: TermName

    Definition Classes
    Keywords
  190. val TRAIT_SETTER_SEPARATOR_STRING: String

    Definition Classes
    TermNamesTermNamesApi
  191. final val TRAITkw: TermName

    Definition Classes
    Keywords
  192. final val TRUEkw: TermName

    Definition Classes
    Keywords
  193. final val TRYkw: TermName

    Definition Classes
    Keywords
  194. val TYPE_: NameType

  195. final val TYPEkw: TermName

    Definition Classes
    Keywords
  196. val This: NameType

  197. val ThisType: NameType

  198. val Tree: NameType

  199. val Tuple2: NameType

  200. val TypeApply: NameType

  201. val TypeRef: NameType

  202. final val TypeTag: NameType

    Definition Classes
    CommonNames
  203. val TypeTree: NameType

  204. val UNARY_!: TermName

    Definition Classes
    TermNamesTermNamesApi
  205. val UNARY_+: TermName

    Definition Classes
    TermNamesTermNamesApi
  206. val UNARY_-: TermName

    Definition Classes
    TermNamesTermNamesApi
  207. val UNARY_~: TermName

    Definition Classes
    TermNamesTermNamesApi
  208. val UNIT: NameType

  209. val UNIVERSE_BUILD: NameType

    Definition Classes
    TermNamesTermNamesApi
  210. val UNIVERSE_BUILD_PREFIX: NameType

    Definition Classes
    TermNamesTermNamesApi
  211. val UNIVERSE_PREFIX: NameType

    Definition Classes
    TermNamesTermNamesApi
  212. val UNIVERSE_SHORT: NameType

    Definition Classes
    TermNamesTermNamesApi
  213. final val USCOREkw: TermName

    Definition Classes
    Keywords
  214. final val Unit: NameType

    Definition Classes
    CommonNames
  215. final val VALkw: TermName

    Definition Classes
    Keywords
  216. final val VARkw: TermName

    Definition Classes
    Keywords
  217. final val VIEWBOUNDkw: TermName

    Definition Classes
    Keywords
  218. val WHILE_PREFIX: String

  219. final val WHILEkw: TermName

    Definition Classes
    Keywords
  220. final val WILDCARD: NameType

    Definition Classes
    CommonNamesNamesBase
  221. final val WITHkw: TermName

    Definition Classes
    Keywords
  222. val XOR: TermName

    Definition Classes
    TermNamesTermNamesApi
  223. final val YIELDkw: TermName

    Definition Classes
    Keywords
  224. val ZAND: TermName

    Definition Classes
    TermNamesTermNamesApi
  225. val ZOR: TermName

    Definition Classes
    TermNamesTermNamesApi
  226. val _1: NameType

  227. val _10: NameType

  228. val _11: NameType

  229. val _12: NameType

  230. val _13: NameType

  231. val _14: NameType

  232. val _15: NameType

  233. val _16: NameType

  234. val _17: NameType

  235. val _18: NameType

  236. val _19: NameType

  237. val _2: NameType

  238. val _20: NameType

  239. val _21: NameType

  240. val _22: NameType

  241. val _3: NameType

  242. val _4: NameType

  243. val _5: NameType

  244. val _6: NameType

  245. val _7: NameType

  246. val _8: NameType

  247. val _9: NameType

  248. val add: NameType

  249. val add_: NameType

  250. val annotation: NameType

  251. val anyValClass: NameType

  252. val append: NameType

  253. val apply: NameType

  254. val applyDynamic: NameType

  255. val applyDynamicNamed: NameType

  256. val applyImpl: NameType

  257. val applyOrElse: NameType

  258. val args: NameType

  259. val argv: NameType

  260. val arrayClass: NameType

  261. val arrayElementClass: NameType

  262. val arrayValue: NameType

  263. val array_apply: NameType

  264. val array_clone: NameType

  265. val array_length: NameType

  266. val array_update: NameType

  267. val arraycopy: NameType

  268. val asClassSymbol: NameType

  269. 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.

  270. val asInstanceOf_: NameType

  271. val asInstanceOf_Ob: NameType

  272. val asMethodSymbol: NameType

  273. val asModuleSymbol: NameType

  274. val asTermSymbol: NameType

  275. val asTypeConstructor: NameType

  276. val asTypeSymbol: NameType

  277. val assert_: NameType

  278. val assume_: NameType

  279. val basis: NameType

  280. val box: NameType

  281. val build: NameType

  282. val bytes: NameType

  283. val canEqual_: NameType

  284. val checkInitialized: NameType

  285. val classOf: NameType

  286. val classTagToClassManifest: NameType

  287. 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
    Note

    not specified by SLS as a member of AnyRef

  288. val clone_: NameType

  289. val complement: NameType

  290. val conforms: NameType

  291. val copy: NameType

  292. implicit def createNameType(name: String): TermName

    Attributes
    protected
    Definition Classes
    TermNamesCommonNames
  293. val currentMirror: NameType

  294. def defaultGetterName(name: Name, pos: Int): TermName

    Definition Classes
    TermNamesTermNamesApi
  295. def defaultGetterToMethod(name: Name): TermName

    Definition Classes
    TermNamesTermNamesApi
  296. val definitions: NameType

  297. val delayedInit: NameType

  298. val delayedInitArg: NameType

  299. val divide: NameType

  300. val drop: NameType

  301. def dropLocalSuffix(name: Name): Name

    Definition Classes
    TermNamesTermNamesApi
  302. val elem: NameType

  303. val emptyValDef: NameType

  304. val ensureAccessible: NameType

  305. def ensuring(cond: (TermNames) ⇒ Boolean, msg: ⇒ Any): TermNames

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

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

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

    Implicit information
    This member is added by an implicit conversion from TermNames to Ensuring[TermNames] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  309. 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
  310. val eq: NameType

  311. 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 Any.

    returns

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

    Definition Classes
    AnyRef → Any
  312. val equalsNumChar: NameType

  313. val equalsNumNum: NameType

  314. val equalsNumObject: NameType

  315. val equals_: NameType

  316. val error: NameType

  317. val eval: NameType

  318. val ex: NameType

  319. def expandedName(name: TermName, base: Symbol, separator: String = EXPAND_SEPARATOR_STRING): TermName

    The expanded name of name relative to this class base with given separator

    The expanded name of name relative to this class base with given separator

    Definition Classes
    TermNamesTermNamesApi
  320. def expandedSetterName(name: TermName, base: Symbol): TermName

    The expanded setter name of name relative to this class base

    The expanded setter name of name relative to this class base

    Definition Classes
    TermNamesTermNamesApi
  321. val experimental: NameType

  322. val false_: NameType

  323. val filter: NameType

  324. 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
    Note

    not specified by SLS as a member of AnyRef

  325. val finalize_: NameType

  326. val find_: NameType

  327. val flagsFromBits: NameType

  328. val flatMap: NameType

  329. def flattenedName(segments: Name*): NameType

    Definition Classes
    CommonNamesNamesApi
  330. val foreach: NameType

  331. 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 TermNames to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  332. val genericArrayOps: NameType

  333. val genericWrapArray: NameType

  334. val get: NameType

  335. 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

  336. val getOrElse: NameType

  337. def getterName(name: TermName): TermName

    Definition Classes
    TermNamesTermNamesApi
  338. def getterToLocal(name: TermName): TermName

    Definition Classes
    TermNamesTermNamesApi
  339. def getterToSetter(name: TermName): TermName

    Definition Classes
    TermNamesTermNamesApi
  340. val hasNext: NameType

  341. def hashCode(): Int

    The hashCode method for reference types.

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

    returns

    the hash code value for this object.

    Definition Classes
    AnyRef → Any
  342. val hashCode_: NameType

  343. val hash_: NameType

  344. val head: NameType

  345. val identity: NameType

  346. val implicitly: NameType

  347. val in: NameType

  348. val info: NameType

  349. val inlinedEquals: NameType

  350. val isArray: NameType

  351. def isConstructorName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  352. val isDefinedAt: NameType

  353. def isDeprecatedIdentifierName(name: Name): Boolean

  354. val isEmpty: NameType

  355. def isExceptionResultName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  356. def isImplClassName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  357. 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
  358. val isInstanceOf_: NameType

  359. val isInstanceOf_Ob: NameType

  360. def isLocalDummyName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  361. def isLocalName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  362. def isLoopHeaderLabel(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  363. def isModuleName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  364. def isOpAssignmentName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  365. def isProtectedAccessorName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  366. def isReplWrapperName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  367. def isSetterName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  368. def isSingletonName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  369. def isSuperAccessorName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  370. def isTraitSetterName(name: Name): Boolean

    Definition Classes
    TermNamesTermNamesApi
  371. val java: NameType

  372. final val javaKeywords: JavaKeywords

    Definition Classes
    Keywords
  373. val key: NameType

  374. final val keywords: Set[TermName]

    Definition Classes
    Keywords
  375. val lang: NameType

  376. val length: NameType

  377. val lengthCompare: NameType

  378. val liftedTree: NameType

  379. def localDummyName(clazz: Symbol): TermName

    Definition Classes
    TermNamesTermNamesApi
  380. def localToGetter(name: TermName): TermName

    Definition Classes
    TermNamesTermNamesApi
  381. val macro: NameType

  382. val macroContext: NameType

  383. val macroThis: NameType

  384. val main: NameType

  385. val manifest: NameType

  386. val manifestToTypeTag: NameType

  387. val map: NameType

  388. val materializeAbsTypeTag: NameType

  389. val materializeClassTag: NameType

  390. val materializeTypeTag: NameType

  391. val mirror: NameType

  392. val moduleClass: NameType

  393. val multiply: NameType

  394. val name: NameType

  395. 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
  396. val ne: NameType

  397. val negate: NameType

  398. val newArray: NameType

  399. def newBitmapName(bitmapPrefix: Name, n: Int): ThisNameType

  400. val newFreeExistential: NameType

  401. val newFreeTerm: NameType

  402. val newFreeType: NameType

  403. def newLazyValSlowComputeName(lzyValName: Name): ThisNameType

  404. val newNestedSymbol: NameType

  405. val newScopeWith: NameType

  406. val next: NameType

  407. val nmeNewTermName: NameType

  408. val nmeNewTypeName: NameType

  409. val normalize: NameType

  410. 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

  411. 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

  412. val notifyAll_: NameType

  413. val notify_: NameType

  414. val null_: NameType

  415. val ofDim: NameType

  416. val origin: NameType

  417. def originalName(name: Name): Name

    If name is an expandedName name, the original name.

    If name is an expandedName name, the original name. Otherwise name itself.

    Definition Classes
    TermNamesTermNamesApi
  418. val positive: NameType

  419. val prefix: NameType

  420. def primitiveInfixMethodName(name: Name): TermName

    The name of a method which stands in for a primitive operation during structural type dispatch.

  421. def primitivePostfixMethodName(name: Name): TermName

    Postfix/prefix, really.

  422. def productAccessorName(j: Int): TermName

    Annotations
    @switch()
  423. val productArity: NameType

  424. val productElement: NameType

  425. val productIterator: NameType

  426. val productPrefix: NameType

  427. def protName(name: Name): TermName

    The name of an accessor for protected symbols.

    The name of an accessor for protected symbols.

    Definition Classes
    TermNamesTermNamesApi
  428. def protSetterName(name: Name): TermName

    The name of a setter for protected symbols.

    The name of a setter for protected symbols. Used for inherited Java fields.

    Definition Classes
    TermNamesTermNamesApi
  429. object raw extends AnyRef

  430. val readResolve: NameType

  431. val reflect: NameType

  432. val reify: NameType

  433. val rootMirror: NameType

  434. val runOrElse: NameType

  435. val runtime: NameType

  436. val runtimeClass: NameType

  437. val runtimeMirror: NameType

  438. val sameElements: NameType

  439. val scala_: NameType

  440. def segments(name: String, assumeTerm: Boolean): List[Name]

    Translate a String into a list of simple TypeNames and TermNames.

    Translate a String into a list of simple TypeNames and TermNames. In all segments before the last, type/term is determined by whether the following separator char is '.' or '#'. In the last segment, the argument "assumeTerm" determines it. Examples:

    package foo { object Lorax { object Wog ; class Wog } class Lorax { object Zax ; class Zax } }

    f("foo.Lorax", true) == List("foo": Term, "Lorax": Term) // object Lorax f("foo.Lorax", false) == List("foo": Term, "Lorax": Type) // class Lorax f("Lorax.Wog", true) == List("Lorax": Term, "Wog": Term) // object Wog f("Lorax.Wog", false) == List("Lorax": Term, "Wog": Type) // class Wog f("Lorax#Zax", true) == List("Lorax": Type, "Zax": Term) // object Zax f("Lorax#Zax", false) == List("Lorax": Type, "Zax": Type) // class Zax

    Note that in actual scala syntax you cannot refer to object Zax without an instance of Lorax, so Lorax#Zax could only mean the type. One might think that Lorax#Zax.type would work, but this is not accepted by the parser. For the purposes of referencing that object, the syntax is allowed.

    Definition Classes
    TermNamesTermNamesApi
  441. val selectDynamic: NameType

  442. val selectOverloadedMethod: NameType

  443. val selectTerm: NameType

  444. val selectType: NameType

  445. val self: NameType

  446. val setAccessible: NameType

  447. val setAnnotations: NameType

  448. val setSymbol: NameType

  449. val setType: NameType

  450. val setTypeSignature: NameType

  451. def setterToGetter(name: TermName): TermName

    Definition Classes
    TermNamesTermNamesApi
  452. val shiftLogicalRight: NameType

  453. val shiftSignedLeft: NameType

  454. val shiftSignedRight: NameType

  455. val splice: NameType

  456. def splitSpecializedName(name: Name): (Name, String, String)

    Return the original name and the types on which this name is specialized.

    Return the original name and the types on which this name is specialized. For example,

    splitSpecializedName("foo$mIcD$sp") == ('foo', "I", "D")

    foo$mIcD$sp is the name of a method specialized on two type parameters, the first one belonging to the method itself, on Int, and another one belonging to the enclosing class, on Double.

    Definition Classes
    TermNamesTermNamesApi
  457. val staticClass: NameType

  458. val staticModule: NameType

  459. def stripAnonNumberSuffix(name: Name): Name

  460. def stripModuleSuffix(name: Name): Name

    Definition Classes
    TermNamesTermNamesApi
  461. val subtract: NameType

  462. def superName(name: Name): TermName

    Definition Classes
    TermNamesTermNamesApi
  463. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  464. val synchronized_: NameType

  465. val synthSwitch: NameType

  466. def syntheticParamName(i: Int): TermName

    Annotations
    @switch()
  467. val tail: NameType

  468. val takeAnd: NameType

  469. val takeConditionalAnd: NameType

  470. val takeConditionalOr: NameType

  471. val takeModulo: NameType

  472. val takeNot: NameType

  473. val takeOr: NameType

  474. val takeXor: NameType

  475. val testEqual: NameType

  476. val testGreaterOrEqualThan: NameType

  477. val testGreaterThan: NameType

  478. val testLessOrEqualThan: NameType

  479. val testLessThan: NameType

  480. val testNotEqual: NameType

  481. val then: NameType

  482. val thisPrefix: NameType

  483. val this_: NameType

  484. val throw_: NameType

  485. val toArray: NameType

  486. val toByte: NameType

  487. val toChar: NameType

  488. val toCharacter: NameType

  489. val toDouble: NameType

  490. val toFloat: NameType

  491. val toInt: NameType

  492. val toInteger: NameType

  493. val toList: NameType

  494. val toLong: NameType

  495. val toObjectArray: NameType

  496. val toSeq: NameType

  497. val toShort: NameType

  498. 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
  499. val toString_: NameType

  500. def toUnaryName(name: TermName): TermName

  501. val tpe: NameType

  502. val tree: NameType

  503. val true_: NameType

  504. val typeTagToManifest: NameType

  505. val typedProductIterator: NameType

  506. val unapply: NameType

  507. val unapplySeq: NameType

  508. val unbox: NameType

  509. val universe: NameType

  510. def unspecializedName(name: Name): Name

    Definition Classes
    TermNamesTermNamesApi
  511. val update: NameType

  512. val updateDynamic: NameType

  513. val value: NameType

  514. val valueOf: NameType

  515. val values: NameType

  516. val view_: NameType

  517. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  520. val wait_: NameType

  521. val withFilter: NameType

  522. val wrap: NameType

  523. val wrapBooleanArray: NameType

  524. val wrapByteArray: NameType

  525. val wrapCharArray: NameType

  526. val wrapDoubleArray: NameType

  527. val wrapFloatArray: NameType

  528. val wrapIntArray: NameType

  529. val wrapLongArray: NameType

  530. val wrapRefArray: NameType

  531. val wrapShortArray: NameType

  532. val wrapUnitArray: NameType

  533. val x_0: NameType

  534. val x_1: NameType

  535. val x_2: NameType

  536. val x_3: NameType

  537. val x_4: NameType

  538. val x_5: NameType

  539. val x_6: NameType

  540. val x_7: NameType

  541. val x_8: NameType

  542. val x_9: NameType

  543. val zip: NameType

  544. def [B](y: B): (TermNames, B)

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

Deprecated Value Members

  1. def SPECIALIZED_SUFFIX_NAME: TermName

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use SPECIALIZED_SUFFIX

  2. def SPECIALIZED_SUFFIX_STRING: String

    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use SPECIALIZED_SUFFIX

  3. def x: TermNames

    Implicit information
    This member is added by an implicit conversion from TermNames to ArrowAssoc[TermNames] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  4. def x: TermNames

    Implicit information
    This member is added by an implicit conversion from TermNames to Ensuring[TermNames] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from TermNamesApi

Inherited from TermNamesBase

Inherited from Keywords

Inherited from CommonNames

Inherited from NamesApi

Inherited from NamesBase

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from TermNames to StringAdd

Inherited by implicit conversion any2stringfmt from TermNames to StringFormat

Inherited by implicit conversion any2ArrowAssoc from TermNames to ArrowAssoc[TermNames]

Inherited by implicit conversion any2Ensuring from TermNames to Ensuring[TermNames]