MethodDef

mill.codesig.JvmModel.SymbolTable.MethodDef
object MethodDef extends Table[(Cls, MethodSig), MethodDef]

Attributes

Source
JvmModel.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(cls: Cls, method: MethodSig): MethodDef

Attributes

Source
JvmModel.scala
def create: ((Cls, MethodSig)) => MethodDef

Attributes

Source
JvmModel.scala

Inherited methods

def get(k: (Cls, MethodSig)): MethodDef

Attributes

Inherited from:
Table
Source
JvmModel.scala

Inherited fields

val lookup: LinkedHashMap[(Cls, MethodSig), MethodDef]

Attributes

Inherited from:
Table
Source
JvmModel.scala