scala.tools.nsc.symtab.StdNames

JavaKeywords

class JavaKeywords extends AnyRef

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

Instance Constructors

  1. new JavaKeywords ()

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 ASSERTkw : TermName

    Attributes
    final
  8. val BOOLEANkw : TermName

    Attributes
    final
  9. val BREAKkw : TermName

    Attributes
    final
  10. val BYTEkw : TermName

    Attributes
    final
  11. val CASEkw : TermName

    Attributes
    final
  12. val CATCHkw : TermName

    Attributes
    final
  13. val CHARkw : TermName

    Attributes
    final
  14. val CLASSkw : TermName

    Attributes
    final
  15. val CONSTkw : TermName

    Attributes
    final
  16. val CONTINUEkw : TermName

    Attributes
    final
  17. val DEFAULTkw : TermName

    Attributes
    final
  18. val DOUBLEkw : TermName

    Attributes
    final
  19. val DOkw : TermName

    Attributes
    final
  20. val ELSEkw : TermName

    Attributes
    final
  21. val ENUMkw : TermName

    Attributes
    final
  22. val EXTENDSkw : TermName

    Attributes
    final
  23. val FINALLYkw : TermName

    Attributes
    final
  24. val FINALkw : TermName

    Attributes
    final
  25. val FLOATkw : TermName

    Attributes
    final
  26. val FORkw : TermName

    Attributes
    final
  27. val GOTOkw : TermName

    Attributes
    final
  28. val IFkw : TermName

    Attributes
    final
  29. val IMPLEMENTSkw : TermName

    Attributes
    final
  30. val IMPORTkw : TermName

    Attributes
    final
  31. val INSTANCEOFkw : TermName

    Attributes
    final
  32. val INTERFACEkw : TermName

    Attributes
    final
  33. val INTkw : TermName

    Attributes
    final
  34. val LONGkw : TermName

    Attributes
    final
  35. val NATIVEkw : TermName

    Attributes
    final
  36. val NEWkw : TermName

    Attributes
    final
  37. val PACKAGEkw : TermName

    Attributes
    final
  38. val PRIVATEkw : TermName

    Attributes
    final
  39. val PROTECTEDkw : TermName

    Attributes
    final
  40. val PUBLICkw : TermName

    Attributes
    final
  41. val RETURNkw : TermName

    Attributes
    final
  42. val SHORTkw : TermName

    Attributes
    final
  43. val STATICkw : TermName

    Attributes
    final
  44. val STRICTFPkw : TermName

    Attributes
    final
  45. val SUPERkw : TermName

    Attributes
    final
  46. val SWITCHkw : TermName

    Attributes
    final
  47. val SYNCHRONIZEDkw : TermName

    Attributes
    final
  48. val THISkw : TermName

    Attributes
    final
  49. val THROWSkw : TermName

    Attributes
    final
  50. val THROWkw : TermName

    Attributes
    final
  51. val TRANSIENTkw : TermName

    Attributes
    final
  52. val TRYkw : TermName

    Attributes
    final
  53. val VOIDkw : TermName

    Attributes
    final
  54. val VOLATILEkw : TermName

    Attributes
    final
  55. val WHILEkw : 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 keywords : Set[TermName]

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any