sbt.internal.Eval$
See theEval companion class
object Eval
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
- class SourceFiletrait SourceFiletrait AbstractFileclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class TreeTraverserclass TreeAccumulator[Unit]class Objecttrait Matchableclass Any
Tree traverser that obtains the names of vals in a top-level module whose type is a subtype of
one of types
.
Tree traverser that obtains the names of vals in a top-level module whose type is a subtype of
one of types
.
Attributes
- Graph
- Supertypes
- class TreeTraverserclass TreeAccumulator[Unit]class Objecttrait Matchableclass Any
Value members
Concrete methods
def evalImpl[A : Type](expression: Expr[String])(implicit evidence$1: Type[A], qctx: Quotes): Expr[A]
Gets the top-level module moduleName
from the provided class loader
. The module name should
not include the trailing $
.
Gets the top-level module moduleName
from the provided class loader
. The module name should
not include the trailing $
.
Attributes
Gets the value of the expression wrapped in module objectName
, which is accessible via
loader
. The module name should not include the trailing $
.
Gets the value of the expression wrapped in module objectName
, which is accessible via
loader
. The module name should not include the trailing $
.