|
Scala example source code file (Utils.scala)
The Utils.scala Scala example source codepackage scala.reflect.reify package utils import scala.tools.nsc.Global trait Utils extends NodePrinters with Extractors with SymbolTables with StdAttachments { val global: Global val typer: global.analyzer.Typer lazy val reifier: Reifier { val global: Utils.this.global.type } = getReifier def getReifier: Reifier { val global: Utils.this.global.type } = ??? def hasReifier = false val reifyDebug = global.settings.Yreifydebug.value val reifyCopypaste = global.settings.Yreifycopypaste.value val reifyTrace = scala.tools.nsc.util.trace when reifyDebug } Other Scala source code examplesHere is a short list of links related to this Scala Utils.scala source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.