Packages

o

org.opalj.ai

StructuralUpdateType

case object StructuralUpdateType 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. StructuralUpdateType
  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
    StructuralUpdateTypeUpdateType
  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
    StructuralUpdateTypeUpdateType
  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
    StructuralUpdateTypeUpdateType
  4. def isMetaInformationUpdate: Boolean

    Returns true if this UpdateType is a MetaInformationUpdateType.

    Returns true if this UpdateType is a MetaInformationUpdateType.

    Definition Classes
    StructuralUpdateTypeUpdateType
  5. def noUpdate: Boolean

    Returns true if this UpdateType represents the NoUpdateType.

    Returns true if this UpdateType represents the NoUpdateType.

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