JCls

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

Attributes

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

Members list

Value members

Concrete methods

def apply(name: String): Cls

Attributes

Source
JvmModel.scala
def create: String => Cls

Attributes

Source
JvmModel.scala

Inherited methods

def get(k: String): Cls

Attributes

Inherited from:
Table
Source
JvmModel.scala

Inherited fields

val lookup: LinkedHashMap[String, Cls]

Attributes

Inherited from:
Table
Source
JvmModel.scala