class Pool extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pool
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Pool()
Type Members
- case class ClassRef (classId: Int) extends PoolEntry with Product with Serializable
- case class DoubleConst (x: Double) extends PoolEntry with Product with Serializable
- case class FieldRef (classId: Int, memberId: Int) extends PoolEntry with Product with Serializable
- case class FloatConst (x: Float) extends PoolEntry with Product with Serializable
- case class IntegerConst (x: Int) extends PoolEntry with Product with Serializable
- case class IntfMethodRef (classId: Int, memberId: Int) extends PoolEntry with Product with Serializable
- case class InvokeDynamic (bootMethodId: Int, nameTypeId: Int) extends PoolEntry with Product with Serializable
- case class LongConst (x: Long) extends PoolEntry with Product with Serializable
- case class MethodHandle (kindId: Int, refId: Int) extends PoolEntry with Product with Serializable
- case class MethodRef (classId: Int, memberId: Int) extends PoolEntry with Product with Serializable
- case class MethodType (descId: Int) extends PoolEntry with Product with Serializable
- case class NameAndType (nameId: Int, typeId: Int) extends PoolEntry with Product with Serializable
- sealed abstract class PoolEntry extends AnyRef
- case class StringConst (strId: Int) extends PoolEntry with Product with Serializable
- case class UTF8 (str: String) extends PoolEntry with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Pool, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(x: Int): PoolEntry
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def ensuring(cond: (Pool) ⇒ Boolean, msg: ⇒ Any): Pool
- def ensuring(cond: (Pool) ⇒ Boolean): Pool
- def ensuring(cond: Boolean, msg: ⇒ Any): Pool
- def ensuring(cond: Boolean): Pool
- val entries: Array[PoolEntry]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val length: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def stringOf(x: Int): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Pool → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Pool, B)
- object Empty extends PoolEntry with Product with Serializable