MethodCall

mill.codesig.JvmModel.SymbolTable.MethodCall
object MethodCall extends Table[(Cls, InvokeType, String, Desc), MethodCall]

Attributes

Source
JvmModel.scala
Graph
Supertypes
class SymbolTable.this.Table[(Cls, InvokeType, String, Desc), MethodCall]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(cls: Cls, invokeType: InvokeType, name: String, desc: Desc): MethodCall

Attributes

Source
JvmModel.scala
def create: ((Cls, InvokeType, String, Desc)) => MethodCall

Attributes

Source
JvmModel.scala

Inherited methods

def get(k: (Cls, InvokeType, String, Desc)): MethodCall

Attributes

Inherited from:
Table
Source
JvmModel.scala

Inherited fields

val lookup: LinkedHashMap[(Cls, InvokeType, String, Desc), MethodCall]

Attributes

Inherited from:
Table
Source
JvmModel.scala