Table

mill.codesig.JvmModel.SymbolTable.Table
abstract class Table[K, V]

Attributes

Source
JvmModel.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SymbolTable.this.Desc
object SymbolTable.this.JCls
object SymbolTable.this.MethodCall
object SymbolTable.this.MethodDef
object SymbolTable.this.MethodSig

Members list

Value members

Abstract methods

def create: K => V

Attributes

Source
JvmModel.scala

Concrete methods

def get(k: K): V

Attributes

Source
JvmModel.scala

Concrete fields

val lookup: LinkedHashMap[K, V]

Attributes

Source
JvmModel.scala