org
.
uqbar
.
voodoo
.
model
Class
Related Doc:
package model
case class
Class
(
version:
ClassVersion
,
visibility:
Visibility
,
metatype:
Metatype
,
modifiers:
Set
[
ClassModifier
]
,
ownType:
Type
,
superType:
Type
,
interfaces:
Set
[
Type
]
,
slots:
Set
[
Slot
]
,
_attributes:
Set
[
Attribute
[
Class
]]
)
extends
ClassMember
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
ClassMember
,
Attributable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Class
Serializable
Serializable
Product
Equals
ClassMember
Attributable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Class
(
version:
ClassVersion
,
visibility:
Visibility
,
metatype:
Metatype
,
modifiers:
Set
[
ClassModifier
]
,
ownType:
Type
,
superType:
Type
,
interfaces:
Set
[
Type
]
,
slots:
Set
[
Slot
]
,
_attributes:
Set
[
Attribute
[
Class
]]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
>>
(
signature:
Signature
[
Method
]
)
:
Method
val
_attributes
:
Set
[
Attribute
[
Class
]]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
attribute
[
T
]
(
implicit
arg0:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
)
:
Option
[
T
]
Definition Classes
Attributable
def
attributes
:
Set
[
Attribute
[
Class
]]
Definition Classes
Class
→
Attributable
def
bootstrapMethods
:
Seq
[
Bootstrap
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
field
(
signature:
Signature
[
Field
]
)
:
Field
def
fields
:
Set
[
Field
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
java.lang.Class
[_]
Definition Classes
AnyRef → Any
val
interfaces
:
Set
[
Type
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
metatype
:
Metatype
def
method
(
signature:
Signature
[
Method
]
)
:
Method
def
methods
:
Set
[
Method
]
val
modifiers
:
Set
[
ClassModifier
]
def
name
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
ownType
:
Type
val
slots
:
Set
[
Slot
]
val
superType
:
Type
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
version
:
ClassVersion
val
visibility
:
Visibility
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
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
ClassMember
Inherited from
Attributable
Inherited from
AnyRef
Inherited from
Any
Ungrouped