scala.tools.nsc.ast.parser.SymbolicXMLBuilder

XMLTermNames

trait XMLTermNames extends LibraryTermNames

Source
SymbolicXMLBuilder.scala
Linear Supertypes
LibraryTermNames, LibraryCommonNames, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. XMLTermNames
  2. LibraryTermNames
  3. LibraryCommonNames
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Type Members

  1. type NameType <: Name

    Attributes
    abstract
    Definition Classes
    LibraryCommonNames

Abstract Value Members

  1. implicit def createNameType (name: String): NameType

    Attributes
    implicit abstract
    Definition Classes
    LibraryCommonNames

Concrete 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 ANON_FUN_NAME : NameType

    Definition Classes
    LibraryCommonNames
  7. val EMPTY : NameType

    Definition Classes
    LibraryCommonNames
  8. val EMPTY_PACKAGE_NAME : NameType

    Definition Classes
    LibraryCommonNames
  9. val EXPAND_SEPARATOR_STRING : String

    Definition Classes
    LibraryTermNames
  10. val IMPORT : NameType

    Definition Classes
    LibraryCommonNames
  11. val LOCAL_SUFFIX_STRING : String

    Definition Classes
    LibraryTermNames
  12. val MODULE_SUFFIX : NameType

    Definition Classes
    LibraryCommonNames
  13. val ROOT : NameType

    Definition Classes
    LibraryCommonNames
  14. val ROOTPKG : NameType

    Definition Classes
    LibraryTermNames
  15. val _Null : NameType

  16. val __Elem : NameType

  17. val __Text : NameType

  18. val _buf : NameType

  19. val _md : NameType

  20. val _plus : NameType

  21. val _scope : NameType

  22. val _tmpscope : NameType

  23. val _xml : NameType

  24. def asInstanceOf [T0] : T0

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

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

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

    Definition Classes
    AnyRef → Any
  28. def expandedName (name: TermName, base: Symbol, separator: String): TermName

    Definition Classes
    LibraryTermNames
  29. def finalize (): Unit

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

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

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

    Attributes
    final
    Definition Classes
    Any
  33. def moduleVarName (name: TermName): TermName

    Definition Classes
    LibraryTermNames
  34. def ne (arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from LibraryTermNames

Inherited from LibraryCommonNames

Inherited from AnyRef

Inherited from Any