ScalaSig

case class ScalaSig(majorVersion: Int, minorVersion: Int, table: Seq[Int ~ ByteCode]) extends DefaultMemoisable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Classlikes

case class Entry(index: Int, entryType: Int, byteCode: ByteCode) extends DefaultMemoisable

Value members

Concrete methods

def getEntry(index: Int): Entry
def hasEntry(index: Int): Boolean
def parseEntry(index: Int): Any
override def toString: String
Definition Classes
Any

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

Concrete fields

lazy val symbols: Seq[Symbol]

Implicits

Implicits

implicit def applyRule[A](parser: Parser[A]): A