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. final def !=(arg0: AnyRef): Boolean

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

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

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

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

    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. final def asInstanceOf[T0]: T0

    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. final def entityRef(pos: Position, n: String): Tree

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

    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. final def getClass(): java.lang.Class[_]

    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. final def isInstanceOf[T0]: Boolean

    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. final def ne(arg0: AnyRef): Boolean

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

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

    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. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    SymbolicXMLBuilder
  40. def toString(): String

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

    Definition Classes
    SymbolicXMLBuilder
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SymbolicXMLBuilder

Inherited from AnyRef

Inherited from Any