scala.tools.nsc.ast.parser.Parsers.SourceFileParser

symbXMLBuilder

object symbXMLBuilder extends SymbolicXMLBuilder

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

Type Members

  1. trait XMLTermNames extends LibraryTermNames

  2. trait XMLTypeNames extends LibraryTypeNames

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. def Comment (txt: Tree): Tree

    Attributes
    protected
    Definition Classes
    SymbolicXMLBuilder
  7. def ProcInstr (target: Tree, txt: Tree): Tree

    Attributes
    protected
    Definition Classes
    SymbolicXMLBuilder
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def charData (pos: Position, txt: String): Tree

    Definition Classes
    SymbolicXMLBuilder
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def comment (pos: Position, text: String): Tree

    Definition Classes
    SymbolicXMLBuilder
  12. def convertToTextPat (buf: Seq[Tree]): List[Tree]

    Attributes
    protected
    Definition Classes
    SymbolicXMLBuilder
  13. def convertToTextPat (t: Tree): Tree

    Attributes
    protected
    Definition Classes
    SymbolicXMLBuilder
  14. def element (pos: Position, qname: String, attrMap: Map[String, Tree], args: Seq[Tree]): Tree

    Definition Classes
    SymbolicXMLBuilder
  15. def entityRef (pos: Position, n: String): Tree

    Attributes
    final
    Definition Classes
    SymbolicXMLBuilder
  16. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def freshName (prefix: String): Name

  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  21. val global : Parsers.this.global.type

    Definition Classes
    symbXMLBuilderSymbolicXMLBuilder
  22. def group (pos: Position, args: Seq[Tree]): Tree

    Various node constructions.

    Various node constructions.

    Definition Classes
    SymbolicXMLBuilder
  23. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  24. def isEmptyText (t: Tree): Boolean

    Definition Classes
    SymbolicXMLBuilder
  25. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  26. var isPattern : Boolean

    Definition Classes
    SymbolicXMLBuilder
  27. def makeText1 (txt: Tree): Tree

    Definition Classes
    SymbolicXMLBuilder
  28. def makeTextPat (txt: Tree): Apply

    Definition Classes
    SymbolicXMLBuilder
  29. def makeXMLpat (pos: Position, n: String, args: Seq[Tree]): Tree

    Definition Classes
    SymbolicXMLBuilder
  30. def makeXMLseq (pos: Position, args: Seq[Tree]): Block

    could optimize if args.

    could optimize if args.length == 0, args.length == 1 AND args(0) is <: Node.

    Definition Classes
    SymbolicXMLBuilder
  31. def mkXML (pos: Position, isPattern: Boolean, pre: Tree, label: Tree, attrs: Tree, scope: Tree, children: Seq[Tree]): Tree

    Wildly wrong documentation deleted in favor of "self-documenting code.

    Wildly wrong documentation deleted in favor of "self-documenting code."

    Attributes
    protected
    Definition Classes
    SymbolicXMLBuilder
  32. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  35. def parseAttribute (pos: Position, s: String): Tree

    Definition Classes
    SymbolicXMLBuilder
  36. def procInstr (pos: Position, target: String, txt: String): Tree

    Definition Classes
    SymbolicXMLBuilder
  37. def splitPrefix (name: String): (Option[String], String)

    Returns (Some(prefix) | None, rest) based on position of ':'

    Returns (Some(prefix) | None, rest) based on position of ':'

    Definition Classes
    SymbolicXMLBuilder
  38. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  39. def text (pos: Position, txt: String): Tree

    Attributes
    final
    Definition Classes
    SymbolicXMLBuilder
  40. def toString (): String

    Definition Classes
    AnyRef → Any
  41. def unparsed (pos: Position, str: String): Tree

    Definition Classes
    SymbolicXMLBuilder
  42. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SymbolicXMLBuilder

Inherited from AnyRef

Inherited from Any