Packages

c

org.opalj.tac.fpcf.analyses.cg.reflection

MethodInvokeAnalysis

class MethodInvokeAnalysis extends ReflectionAnalysis with TypeConsumerAnalysis

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodInvokeAnalysis
  2. TypeConsumerAnalysis
  3. ReflectionAnalysis
  4. TACAIBasedAPIBasedAnalysis
  5. APIBasedAnalysis
  6. ContextualAnalysis
  7. FPCFAnalysis
  8. ProjectBasedAnalysis
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ContextType = TypeIterator.ContextType
    Definition Classes
    TypeConsumerAnalysis
  2. type PropertyType = TypeIterator.PropertyType
    Definition Classes
    TypeConsumerAnalysis

Value Members

  1. implicit final val HighSoundnessMode: Boolean
    Definition Classes
    ReflectionAnalysis
  2. def addCalls(callContext: ContextType, callPC: Int, actualReceiver: (Method) => Option[(ValueInformation, IntTrieSet)], actualParams: Seq[Option[(ValueInformation, IntTrieSet)]], matchers: Iterable[MethodMatcher])(implicit indirectCalls: IndirectCalls): Unit
    Definition Classes
    ReflectionAnalysis
  3. val apiMethod: DeclaredMethod
  4. def c(methodVar: V, state: CGState[ContextType])(eps: SomeEPS): ProperPropertyComputationResult
  5. final def ch: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  6. implicit final def classHierarchy: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  7. def constructorReceiver(pc: Int)(constructor: Method): Some[(ValueInformation, IntTrieSet)]
    Definition Classes
    ReflectionAnalysis
  8. implicit val declaredMethods: DeclaredMethods
    Definition Classes
    APIBasedAnalysis
  9. final def handleNewCaller(calleeContext: ContextType, callerContext: ContextType, pc: Int, isDirect: Boolean): ProperPropertyComputationResult
  10. implicit final def logContext: LogContext
    Definition Classes
    ProjectBasedAnalysis
  11. implicit final def p: SomeProject
    Definition Classes
    ProjectBasedAnalysis
  12. def processNewCaller(calleeContext: ContextType, callerContext: ContextType, callPC: Int, tac: TACode[TACMethodParameter, V], receiverOption: Option[Expr[V]], params: Seq[Option[Expr[V]]], targetVarOption: Option[V], isDirect: Boolean): ProperPropertyComputationResult
  13. final val project: SomeProject
  14. implicit final val propertyStore: PropertyStore
    Definition Classes
    FPCFAnalysis
  15. final def ps: PropertyStore
    Definition Classes
    FPCFAnalysis
  16. final def registerAPIMethod(): ProperPropertyComputationResult
    Definition Classes
    APIBasedAnalysis
  17. def returnResult(methodVar: V, indirectCalls: IndirectCalls)(implicit state: CGState[ContextType]): ProperPropertyComputationResult
  18. implicit val typeIterator: TypeIterator
    Definition Classes
    TypeConsumerAnalysis