Desc

mill.codesig.JvmModel.SymbolTable.Desc
object Desc extends Table[String, Desc]

Attributes

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

Members list

Value members

Concrete methods

def create: String => Desc

Attributes

Source
JvmModel.scala
def read(name: String): Desc

Attributes

Source
JvmModel.scala

Inherited methods

def get(k: String): Desc

Attributes

Inherited from:
Table
Source
JvmModel.scala

Inherited fields

val lookup: LinkedHashMap[String, Desc]

Attributes

Inherited from:
Table
Source
JvmModel.scala