Packages

c

org.opalj.br.fpcf.properties

CallStringContext

class CallStringContext extends Context

A context that includes a call string

Source
Context.scala
Linear Supertypes
Context, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CallStringContext
  2. Context
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val callString: List[(DeclaredMethod, Int)]
  2. val hasContext: Boolean
    Definition Classes
    Context
  3. val id: Int

    An identifier for the context

    An identifier for the context

    Definition Classes
    CallStringContextContext
  4. val method: DeclaredMethod

    The method itself

    The method itself

    Definition Classes
    CallStringContextContext
  5. def toString(): String
    Definition Classes
    CallStringContext → AnyRef → Any