- Companion:
- object
Value members
Concrete methods
Return the code for the given symbol.
Return the code for the given symbol.
- Definition Classes
- DottyPrimitives
Return the primitive code of the given operation. If the operation is an array get/set, we inspect the type of the receiver to demux the operation.
Return the primitive code of the given operation. If the operation is an array get/set, we inspect the type of the receiver to demux the operation.
- Value parameters:
- fun
The method symbol
- tpe
The type of the receiver object. It is used only for array operations
- Definition Classes
- DottyPrimitives