org
.
uqbar
.
voodoo
.
model
constants
package
constants
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
constants
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
case class
ConstantPool
(
entries:
Option
[
ConstantPoolEntry
]*
)
extends
Product
with
Serializable
trait
ConstantPoolEntry
extends
AnyRef
case class
Data
[
T >:
DataType
]
(
content:
T
)
extends
ConstantPoolEntry
with
Product
with
Serializable
type
DataType
=
LongDataType
with
ShortDataType
case class
InvokeDynamic
(
bootstrapIndex:
Int
,
signature:
Signature
[
Method
]
)
extends
ConstantPoolEntry
with
Product
with
Serializable
type
LongDataType
=
Long
with
Double
trait
MethodHandle
extends
AnyRef
case class
MethodHandleRef
(
handle:
MethodHandle
)
extends
ConstantPoolEntry
with
Product
with
Serializable
type
ShortDataType
=
Int
with
Float
with
String
case class
UTF8
(
content:
String
)
extends
ConstantPoolEntry
with
Product
with
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped