org.scalamacros.paradise.parser.Parsers.SourceFileParser

symbXMLBuilder

object symbXMLBuilder extends SymbolicXMLBuilder

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

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
    Definition Classes
    SymbolicXMLBuilder
  7. def ProcInstr(target: scala.tools.nsc.Global.Tree, txt: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Attributes
    protected
    Definition Classes
    SymbolicXMLBuilder
  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

    Definition Classes
    SymbolicXMLBuilder
  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

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

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

    Attributes
    protected
    Definition Classes
    SymbolicXMLBuilder
  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

    Definition Classes
    SymbolicXMLBuilder
  15. final def entityRef(pos: scala.tools.nsc.Global.Position, n: String): scala.tools.nsc.Global.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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. val global: Parsers.global.type

    Definition Classes
    symbXMLBuilderSymbolicXMLBuilder
  21. def group(pos: scala.tools.nsc.Global.Position, args: Seq[scala.tools.nsc.Global.Tree]): scala.tools.nsc.Global.Tree

    Various node constructions.

    Various node constructions.

    Definition Classes
    SymbolicXMLBuilder
  22. def hashCode(): Int

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

    Definition Classes
    SymbolicXMLBuilder
  24. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    SymbolicXMLBuilder
  26. def makeTextPat(txt: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Apply

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

    Definition Classes
    SymbolicXMLBuilder
  28. 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.

    Definition Classes
    SymbolicXMLBuilder
  29. 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
    Definition Classes
    SymbolicXMLBuilder
  30. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    SymbolicXMLBuilder
  34. def procInstr(pos: scala.tools.nsc.Global.Position, target: String, txt: String): scala.tools.nsc.Global.Tree

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

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

    Definition Classes
    SymbolicXMLBuilder
  38. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SymbolicXMLBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped