BCodeHelpers

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

Attributes

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

Members list

Type members

Classlikes

final class InvokeStyle(val style: Int) extends AnyVal

Attributes

Companion
object
Supertypes
class AnyVal
trait Matchable
class Any
object InvokeStyle

Attributes

Companion
class
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