BCodeHelpers

dotty.tools.backend.jvm.BCodeHelpers$
See theBCodeHelpers companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final class InvokeStyle(val style: Int) extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete fields

An attachment on Apply nodes indicating that it should be compiled with invokespecial instead of invokevirtual. This is used for static forwarders. See BCodeSkelBuilder.makeStaticForwarder for more details.

An attachment on Apply nodes indicating that it should be compiled with invokespecial instead of invokevirtual. This is used for static forwarders. See BCodeSkelBuilder.makeStaticForwarder for more details.

Attributes