Entry

org.json4s.scalap.scalasig.ScalaSig.Entry
case class Entry(index: Int, entryType: Int, byteCode: ByteCode) extends DefaultMemoisable

Attributes

Source:
ScalaSig.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
ScalaSig.scala
def setByteCode(byteCode: ByteCode): Entry

Attributes

Source:
ScalaSig.scala

Inherited methods

def memo[A](key: AnyRef, a: => A): A

Attributes

Inherited from:
DefaultMemoisable
Source:
Memoisable.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product