ConstantPool

org.json4s.scalap.scalasig.ConstantPool
case class ConstantPool(len: Int)

Attributes

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

Members list

Concise view

Value members

Concrete methods

def add(f: ConstantPool => Any): ConstantPool

Attributes

Source:
ClassFileParser.scala
def apply(index: Int): Any

Attributes

Source:
ClassFileParser.scala
def isFull: Boolean

Attributes

Source:
ClassFileParser.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val size: Int

Attributes

Source:
ClassFileParser.scala