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
  1. Alphabetic
  2. By inheritance
Inherited
  1. Class
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ClassMember
  7. Attributable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def >>(signature: Signature[Method]): Method

  5. val _attributes: Set[Attribute[Class]]

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def attribute[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Option[T]

    Definition Classes
    Attributable
  8. def attributes: Set[Attribute[Class]]

    Definition Classes
    ClassAttributable
  9. def bootstrapMethods: Seq[Bootstrap]

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def field(signature: Signature[Field]): Field

  13. def fields: Set[Field]

  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  16. val interfaces: Set[Type]

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. val metatype: Metatype

  19. def method(signature: Signature[Method]): Method

  20. def methods: Set[Method]

  21. val modifiers: Set[ClassModifier]

  22. def name: String

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. val ownType: Type

  27. val slots: Set[Slot]

  28. val superType: Type

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. val version: ClassVersion

  31. val visibility: Visibility

  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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