org.scalamacros.paradise.parser

SymbolicXMLBuilder

abstract class SymbolicXMLBuilder extends AnyRef

This class builds instance of Tree that represent XML.

Note from martin: This needs to have its position info reworked. I don't understand exactly what's done here. To make validation pass, I set many positions to be transparent. Not sure this is a good idea for navigating XML trees in the IDE but it's the best I can do right now. If someone who understands this part better wants to give it a shot, please do!

Version

1.0

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SymbolicXMLBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SymbolicXMLBuilder(p: Parser, preserveWS: Boolean)

Abstract Value Members

  1. abstract val global: Global

Concrete 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: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Attributes
    protected
  7. def ProcInstr(target: scala.tools.nsc.Global.Tree, txt: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Attributes
    protected
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def charData(pos: scala.tools.nsc.Global.Position, txt: String): scala.tools.nsc.Global.Tree

  10. def clone(): AnyRef

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

  12. def convertToTextPat(buf: Seq[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]

    Attributes
    protected
  13. def convertToTextPat(t: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Attributes
    protected
  14. def element(pos: scala.tools.nsc.Global.Position, qname: String, attrMap: Map[String, scala.tools.nsc.Global.Tree], empty: Boolean, args: Seq[scala.tools.nsc.Global.Tree]): scala.tools.nsc.Global.Tree

  15. final def entityRef(pos: scala.tools.nsc.Global.Position, n: String): scala.tools.nsc.Global.Tree

  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def group(pos: scala.tools.nsc.Global.Position, args: Seq[scala.tools.nsc.Global.Tree]): scala.tools.nsc.Global.Tree

    Various node constructions.

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def isEmptyText(t: scala.tools.nsc.Global.Tree): Boolean

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def makeText1(txt: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

  25. def makeTextPat(txt: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Apply

  26. def makeXMLpat(pos: scala.tools.nsc.Global.Position, n: String, args: Seq[scala.tools.nsc.Global.Tree]): scala.tools.nsc.Global.Tree

  27. def makeXMLseq(pos: scala.tools.nsc.Global.Position, args: Seq[scala.tools.nsc.Global.Tree]): scala.tools.nsc.Global.Block

    could optimize if args.

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

  28. def mkXML(pos: scala.tools.nsc.Global.Position, isPattern: Boolean, pre: scala.tools.nsc.Global.Tree, label: scala.tools.nsc.Global.Tree, attrs: scala.tools.nsc.Global.Tree, scope: scala.tools.nsc.Global.Tree, empty: Boolean, children: Seq[scala.tools.nsc.Global.Tree]): scala.tools.nsc.Global.Tree

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

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

    Attributes
    protected
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  32. def parseAttribute(pos: scala.tools.nsc.Global.Position, s: String): scala.tools.nsc.Global.Tree

  33. def procInstr(pos: scala.tools.nsc.Global.Position, target: String, txt: String): scala.tools.nsc.Global.Tree

  34. def splitPrefix(name: String): (Option[String], String)

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

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. final def text(pos: scala.tools.nsc.Global.Position, txt: String): scala.tools.nsc.Global.Tree

  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def unparsed(pos: scala.tools.nsc.Global.Position, str: String): scala.tools.nsc.Global.Tree

  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped