Packages

object TamiFlexKey extends ProjectInformationKey[TamiFlexLogData, Nothing]

Stores TamiFlex log information for the current project

Source
TamiFlexKey.scala
Linear Supertypes
ProjectInformationKey[TamiFlexLogData, Nothing], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TamiFlexKey
  2. ProjectInformationKey
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def compute(project: SomeProject): TamiFlexLogData

    Computes the information for the given project.

    Computes the information for the given project.

    Definition Classes
    TamiFlexKeyProjectInformationKey
    Note

    Classes that inherit from this trait are not expected to make this method public. This method is only expected to be called by an instance of a Project.

  2. val configKey: String
  3. def requirements(project: SomeProject): ProjectInformationKeys

    Returns the information which other project information need to be available before this analysis can be performed.

    Returns the information which other project information need to be available before this analysis can be performed.

    If the analysis has no special requirements Nil can be returned.

    Definition Classes
    TamiFlexKeyProjectInformationKey
    Note

    All requirements must be listed; failing to specify a requirement can result in a deadlock.

    ,

    Classes/Objects that implement this trait should not make the method public to avoid that this method is called accidentally by regular user code.

  4. final val uniqueId: Int

    The unique id of this key.

    The unique id of this key. The key is used to enable efficient access and is automatically assigned by OPAL and will not change after that.

    Definition Classes
    ProjectInformationKey