Packages

c

org.opalj.tac.fpcf.analyses

StaticFieldDescription

case class StaticFieldDescription(cf: String, name: String, fieldType: String) extends EntityDescription with Product with Serializable

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

Instance Constructors

  1. new StaticFieldDescription(cf: String, name: String, fieldType: String)

Value Members

  1. val cf: String
  2. def fieldOption(project: SomeProject): Option[Field]
  3. val fieldType: String
  4. val name: String
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product