ScalaSig

org.json4s.scalap.scalasig.ScalaSig
case class ScalaSig(majorVersion: Int, minorVersion: Int, table: Seq[Int ~ 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

Type members

Classlikes

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

Value members

Concrete methods

def getEntry(index: Int): Entry

Attributes

Source:
ScalaSig.scala
def hasEntry(index: Int): Boolean

Attributes

Source:
ScalaSig.scala
def parseEntry(index: Int): Any

Attributes

Source:
ScalaSig.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
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

Concrete fields

lazy val symbols: Seq[Symbol]

Attributes

Source:
ScalaSig.scala

Attributes

Source:
ScalaSig.scala

Attributes

Source:
ScalaSig.scala

Implicits

Implicits

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

Attributes

Source:
ScalaSig.scala