Packages

c

org.opalj.br.fpcf.properties

SimpleContext

case class SimpleContext extends Context with Product with Serializable

A simple context that provides the bare minumum for context-insensitive analyses.

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

Value Members

  1. val hasContext: Boolean
    Definition Classes
    Context
  2. def id: Int

    An identifier for the context

    An identifier for the context

    Definition Classes
    SimpleContextContext
  3. val method: DeclaredMethod

    The method itself

    The method itself

    Definition Classes
    SimpleContextContext
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product