BCJGenSigGen

dotty.tools.backend.jvm.BCodeHelpers.BCJGenSigGen

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Concrete methods

def getGenericSignature(sym: Symbol, owner: Symbol): String

Generates the generic signature for sym before erasure.

Generates the generic signature for sym before erasure.

Attributes

owner

The owner of sym.

sym

The symbol for which to generate a signature.

Returns:

The generic signature of sym before erasure, as specified in the Java Virtual Machine Specification, §4.3.4, or null if sym doesn't need a generic signature.

See also: