Trait

com.github.kardapoltsev.astparser.model

PackageLike

Related Doc: package model

Permalink

sealed trait PackageLike extends Definition with Constrained

Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PackageLike
  2. Constrained
  3. Definition
  4. NamedElement
  5. AstElement
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def constraint: Constraint

    Permalink
    Definition Classes
    Constrained
  2. abstract def definitions: Seq[Definition]

    Permalink
  3. abstract def filterConstrained(enabledFeatures: Seq[String]): Option[PackageLike]

    Permalink
  4. abstract def name: String

    Permalink
    Definition Classes
    PackageLikeNamedElement
  5. abstract def parent: String

    Permalink
    Definition Classes
    AstElement
  6. abstract def slice(interval: VersionsInterval): PackageLike

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PackageLike to any2stringadd[PackageLike] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PackageLike, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PackageLike to ArrowAssoc[PackageLike] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def deepDefinitions: Seq[Definition]

    Permalink
  9. def ensuring(cond: (PackageLike) ⇒ Boolean, msg: ⇒ Any): PackageLike

    Permalink
    Implicit information
    This member is added by an implicit conversion from PackageLike to Ensuring[PackageLike] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (PackageLike) ⇒ Boolean): PackageLike

    Permalink
    Implicit information
    This member is added by an implicit conversion from PackageLike to Ensuring[PackageLike] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): PackageLike

    Permalink
    Implicit information
    This member is added by an implicit conversion from PackageLike to Ensuring[PackageLike] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): PackageLike

    Permalink
    Implicit information
    This member is added by an implicit conversion from PackageLike to Ensuring[PackageLike] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def filterConstrainedInt(enabledFeatures: Seq[String]): Seq[Definition]

    Permalink
    Attributes
    protected
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PackageLike to StringFormat[PackageLike] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. def fullName: String

    Permalink
    Definition Classes
    NamedElement
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def isEnabled(enabledFeatures: Seq[String]): Boolean

    Permalink
    Definition Classes
    Constrained
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def packageName: String

    Permalink
    Definition Classes
    DefinitionNamedElement
  26. def schemaName: String

    Permalink
    Definition Classes
    AstElement
  27. def sliceInt(interval: VersionsInterval): Seq[Definition]

    Permalink
    Attributes
    protected
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def [B](y: B): (PackageLike, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PackageLike to ArrowAssoc[PackageLike] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Constrained

Inherited from Definition

Inherited from NamedElement

Inherited from AstElement

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PackageLike to any2stringadd[PackageLike]

Inherited by implicit conversion StringFormat from PackageLike to StringFormat[PackageLike]

Inherited by implicit conversion Ensuring from PackageLike to Ensuring[PackageLike]

Inherited by implicit conversion ArrowAssoc from PackageLike to ArrowAssoc[PackageLike]

Ungrouped