os.xml_2.11.0-RC4.1.0.0-M1.source-code.Nodes.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xml_2.11.0-RC4 Show documentation
Show all versions of xml_2.11.0-RC4 Show documentation
Lifting/unlifting support for XML literals
The newest version!
package org.scalamacros.xml
import scala.reflect.api.Universe
trait Nodes {
protected val __universe: Universe; import __universe._
case class Unquote(tree: Tree) extends xml.SpecialNode {
def label: String = "#UNQUOTE"
def buildString(sb: StringBuilder): StringBuilder = sb.append(s"{${showCode(tree)}}")
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy