object symbXMLBuilder extends SymbolicXMLBuilder
- Source
- Parsers.scala
- Alphabetic
- By Inheritance
- symbXMLBuilder
- SymbolicXMLBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
TextAttache(pos: Global.Position, text: String) extends Product with Serializable
Attachment for trees deriving from text nodes (Text, CData, entities).
Attachment for trees deriving from text nodes (Text, CData, entities). Used for coalescing.
- Definition Classes
- SymbolicXMLBuilder
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
Comment(txt: Global.Tree): Global.Tree
- Attributes
- protected
- Definition Classes
- SymbolicXMLBuilder
-
def
ProcInstr(target: Global.Tree, txt: Global.Tree): Global.Tree
- Attributes
- protected
- Definition Classes
- SymbolicXMLBuilder
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
charData(pos: Global.Position, txt: String): Global.Tree
- Definition Classes
- SymbolicXMLBuilder
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
comment(pos: Global.Position, text: String): Global.Tree
- Definition Classes
- SymbolicXMLBuilder
-
def
convertToTextPat(buf: Seq[Global.Tree]): List[Global.Tree]
- Attributes
- protected
- Definition Classes
- SymbolicXMLBuilder
-
def
convertToTextPat(t: Global.Tree): Global.Tree
- Attributes
- protected
- Definition Classes
- SymbolicXMLBuilder
-
def
element(pos: Global.Position, qname: String, attrMap: Map[String, Global.Tree], empty: Boolean, args: Seq[Global.Tree]): Global.Tree
- Definition Classes
- SymbolicXMLBuilder
-
final
def
entityRef(pos: Global.Position, n: String): Global.Tree
- Definition Classes
- SymbolicXMLBuilder
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
global: Parsers.global.type
- Definition Classes
- symbXMLBuilder → SymbolicXMLBuilder
-
def
group(pos: Global.Position, args: Seq[Global.Tree]): Global.Tree
Various node constructions.
Various node constructions.
- Definition Classes
- SymbolicXMLBuilder
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isEmptyText(t: Global.Tree): Boolean
- Definition Classes
- SymbolicXMLBuilder
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
makeText1(txt: Global.Tree): Global.Tree
- Definition Classes
- SymbolicXMLBuilder
-
def
makeTextPat(txt: Global.Tree): Global.Apply
- Definition Classes
- SymbolicXMLBuilder
-
def
makeXMLpat(pos: Global.Position, n: String, args: Seq[Global.Tree]): Global.Tree
- Definition Classes
- SymbolicXMLBuilder
-
def
makeXMLseq(pos: Global.Position, args: Seq[Global.Tree]): Global.Block
could optimize if args.length == 0, args.length == 1 AND args(0) is <: Node.
could optimize if args.length == 0, args.length == 1 AND args(0) is <: Node.
- Definition Classes
- SymbolicXMLBuilder
-
def
mkXML(pos: Global.Position, isPattern: Boolean, pre: Global.Tree, label: Global.Tree, attrs: Global.Tree, scope: Global.Tree, empty: Boolean, children: Seq[Global.Tree]): 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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parseAttribute(pos: Global.Position, s: String): Global.Tree
- Definition Classes
- SymbolicXMLBuilder
-
def
procInstr(pos: Global.Position, target: String, txt: String): Global.Tree
- Definition Classes
- SymbolicXMLBuilder
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
text(pos: Global.Position, txt: String): Global.Tree
- Definition Classes
- SymbolicXMLBuilder
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unparsed(pos: Global.Position, str: String): Global.Tree
- Definition Classes
- SymbolicXMLBuilder
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
The Scala compiler and reflection APIs.