class Bundle extends model.Bundle with StatementOrBundle with Identifiable with Hashable

Linear Supertypes
Hashable, Identifiable, model.Bundle, StatementOrBundle, model.Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bundle
  2. Hashable
  3. Identifiable
  4. Bundle
  5. StatementOrBundle
  6. Identifiable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Bundle()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def canEqual(a: Any): Boolean
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(that: Any): Boolean
    Definition Classes
    Bundle → AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def getId(): model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  11. def getKind(): Kind
    Definition Classes
    Bundle → StatementOrBundle
    Annotations
    @BeanProperty()
  12. def getNamespace(): Namespace
    Definition Classes
    Bundle → Bundle
    Annotations
    @BeanProperty()
  13. def getStatement(): List[Statement]
    Definition Classes
    Bundle → Bundle
    Annotations
    @BeanProperty()
  14. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  15. def hashCode(): Int
    Definition Classes
    Bundle → AnyRef → Any
  16. val id: model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val kind: Kind
  19. var namespace: Namespace
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  24. def setId(arg0: model.QualifiedName): Unit
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  25. def setNamespace(arg0: Namespace): Unit
    Definition Classes
    Bundle → Bundle
    Annotations
    @BeanProperty()
  26. def setStatement(arg0: List[Statement]): Unit
    Annotations
    @BeanProperty()
  27. var statement: List[Statement]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Hashable

Inherited from Identifiable

Inherited from model.Bundle

Inherited from StatementOrBundle

Inherited from model.Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped