object StringConstantsInformationKey extends ProjectInformationKey[StringConstantsInformation, Nothing]
The key object to get information about all string constants found in the project's code.
- Source
- StringConstantsInformationKey.scala
To get the index use the Project's
get
method and pass inthis
object.
- Alphabetic
- By Inheritance
- StringConstantsInformationKey
- ProjectInformationKey
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def compute(project: SomeProject): Map[String, ArraySeq[PCInMethod]]
Computes the field access information.
Computes the field access information.
- Definition Classes
- StringConstantsInformationKey → ProjectInformationKey
- Note
This analysis is internally parallelized. I.e., it is advantageous to run this analysis in isolation.
- def requirements(project: SomeProject): Seq[ProjectInformationKey[Nothing, Nothing]]
The analysis has no special prerequisites.
The analysis has no special prerequisites.
- returns
Nil
.
- Definition Classes
- StringConstantsInformationKey → ProjectInformationKey
- 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