|
Scala example source code file (GenNames.scala)
The GenNames.scala Scala example source codepackage scala.reflect.reify package codegen trait GenNames { self: Reifier => import global._ def reifyName(name: Name) = { val factory = if (name.isTypeName) nme.TypeName else nme.TermName mirrorCall(factory, Literal(Constant(name.toString))) } } Other Scala source code examplesHere is a short list of links related to this Scala GenNames.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.