PrepareInlineable
dotty.tools.dotc.inlines.PrepareInlineable$
object PrepareInlineable
Attributes
- Graph
- Supertypes
- Self type
- PrepareInlineable.type
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
Value members
Concrete methods
Return result of evaluating op, but drop Inline flag and Body annotation
of sym in case that leads to errors.
Return result of evaluating op, but drop Inline flag and Body annotation
of sym in case that leads to errors.
Attributes
Register inline info for given inlineable method sym.
Register inline info for given inlineable method sym.
Attributes
- ctx
The context to use for evaluating
treeExpr. It needs to have the inline method as owner.- sym
The symbol denotation of the inlineable method for which info is registered
- treeExpr
A function that computes the tree to be inlined, given a context This tree may still refer to non-public members.