PrepareInlineable
dotty.tools.dotc.inlines.PrepareInlineable
object PrepareInlineable
Attributes
- Graph
-
- Supertypes
- Self type
-
PrepareInlineable.type
Members list
Type members
Classlikes
class InlineAccessors extends AccessProxies
Attributes
- 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
.
Value parameters
- ctx
-
The context to use for evaluating
treeExpr
. It needs to have the inline method as owner. - inlined
-
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.
Attributes
In this article