Entry

case class Entry(index: Int, entryType: Int, byteCode: ByteCode) extends DefaultMemoisable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def setByteCode(byteCode: ByteCode): Entry

Inherited methods

def memo[A](key: AnyRef, a: => A): A
Inherited from
DefaultMemoisable
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product