All Downloads are FREE. Search and download functionalities are using the official Maven repository.

os.xml_2.11.0-RC4.1.0.0-M1.source-code.Nodes.scala Maven / Gradle / Ivy

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