Packages

o

org.opalj.ai

NoUpdateType

case object NoUpdateType extends UpdateType with Product with Serializable

Source
UpdateType.scala
Linear Supertypes
Serializable, Product, Equals, UpdateType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoUpdateType
  2. Serializable
  3. Product
  4. Equals
  5. UpdateType
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def &:(update: Update[_]): UpdateType

    Merges this UpdateType with the given Update object and returns an UpdateType object that characterizes the update.

    Merges this UpdateType with the given Update object and returns an UpdateType object that characterizes the update.

    Definition Classes
    NoUpdateTypeUpdateType
  2. def &:(updateType: UpdateType): UpdateType

    Merges this UpdateType with the given one.

    Merges this UpdateType with the given one. That is, it is determined which type is the more qualified one (NoUpdateType < MetaInformationUpdateType < StructuralUpdateType) and that one is returned.

    Definition Classes
    NoUpdateTypeUpdateType
  3. def apply[V](value: => V): Update[V]

    Lift this update type to an Update of the corresponding type which contains the given value.

    Lift this update type to an Update of the corresponding type which contains the given value.

    Definition Classes
    NoUpdateTypeUpdateType
  4. def isMetaInformationUpdate: Boolean

    Returns true if this UpdateType is a MetaInformationUpdateType.

    Returns true if this UpdateType is a MetaInformationUpdateType.

    Definition Classes
    NoUpdateTypeUpdateType
  5. def noUpdate: Boolean

    Returns true if this UpdateType represents the NoUpdateType.

    Returns true if this UpdateType represents the NoUpdateType.

    Definition Classes
    NoUpdateTypeUpdateType
  6. def productElementName(n: Int): String
    Definition Classes
    Product
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product