scala.tools.nsc.symtab.StdNames

CompilerKeywords

trait CompilerKeywords extends AnyRef

This should be the first trait in the linearization.

Source
StdNames.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CompilerKeywords
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. val ABSTRACTkw : TermName

    Attributes
    final
  7. val ARROWkw : TermName

    Attributes
    final
  8. val ATkw : TermName

    Attributes
    final
  9. val CASEkw : TermName

    Attributes
    final
  10. val CATCHkw : TermName

    Attributes
    final
  11. val CLASSkw : TermName

    Attributes
    final
  12. val COLONkw : TermName

    Attributes
    final
  13. val DEFkw : TermName

    Attributes
    final
  14. val DOTkw : TermName

    Attributes
    final
  15. val DOkw : TermName

    Attributes
    final
  16. val ELSEkw : TermName

    Attributes
    final
  17. val EQUALSkw : TermName

    Attributes
    final
  18. val EXTENDSkw : TermName

    Attributes
    final
  19. val FALSEkw : TermName

    Attributes
    final
  20. val FINALLYkw : TermName

    Attributes
    final
  21. val FINALkw : TermName

    Attributes
    final
  22. val FORSOMEkw : TermName

    Attributes
    final
  23. val FORkw : TermName

    Attributes
    final
  24. val HASHkw : TermName

    Attributes
    final
  25. val IFkw : TermName

    Attributes
    final
  26. val IMPLICITkw : TermName

    Attributes
    final
  27. val IMPORTkw : TermName

    Attributes
    final
  28. val LARROWkw : TermName

    Attributes
    final
  29. val LAZYkw : TermName

    Attributes
    final
  30. val MATCHkw : TermName

    Attributes
    final
  31. val NEWkw : TermName

    Attributes
    final
  32. val NULLkw : TermName

    Attributes
    final
  33. val OBJECTkw : TermName

    Attributes
    final
  34. val OVERRIDEkw : TermName

    Attributes
    final
  35. val PACKAGEkw : TermName

    Attributes
    final
  36. val PRIVATEkw : TermName

    Attributes
    final
  37. val PROTECTEDkw : TermName

    Attributes
    final
  38. val RETURNkw : TermName

    Attributes
    final
  39. val SEALEDkw : TermName

    Attributes
    final
  40. val SUBTYPEkw : TermName

    Attributes
    final
  41. val SUPERTYPEkw : TermName

    Attributes
    final
  42. val SUPERkw : TermName

    Attributes
    final
  43. val THISkw : TermName

    Attributes
    final
  44. val THROWkw : TermName

    Attributes
    final
  45. val TRAITkw : TermName

    Attributes
    final
  46. val TRUEkw : TermName

    Attributes
    final
  47. val TRYkw : TermName

    Attributes
    final
  48. val TYPEkw : TermName

    Attributes
    final
  49. val USCOREkw : TermName

    Attributes
    final
  50. val VALkw : TermName

    Attributes
    final
  51. val VARkw : TermName

    Attributes
    final
  52. val VIEWBOUNDkw : TermName

    Attributes
    final
  53. val WHILEkw : TermName

    Attributes
    final
  54. val WITHkw : TermName

    Attributes
    final
  55. val YIELDkw : TermName

    Attributes
    final
  56. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  57. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  58. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  59. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  60. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  61. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  62. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  63. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  64. val javaKeywords : JavaKeywords

    Attributes
    final
  65. val keywords : Set[TermName]

    Attributes
    final
  66. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  67. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  68. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  69. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  70. def toString (): String

    Definition Classes
    AnyRef → Any
  71. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any