MethodSig

mill.codesig.JvmModel.SymbolTable.MethodSig
object MethodSig extends Table[(Boolean, String, Desc), MethodSig]

Attributes

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

Members list

Value members

Concrete methods

def apply(static: Boolean, name: String, desc: Desc): MethodSig

Attributes

Source
JvmModel.scala
def create: ((Boolean, String, Desc)) => MethodSig

Attributes

Source
JvmModel.scala

Inherited methods

def get(k: (Boolean, String, Desc)): MethodSig

Attributes

Inherited from:
Table
Source
JvmModel.scala

Inherited fields

val lookup: LinkedHashMap[(Boolean, String, Desc), MethodSig]

Attributes

Inherited from:
Table
Source
JvmModel.scala