Packages

package reflection

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ActualParameterBasedMethodMatcher extends MethodMatcher
  2. class ActualReceiverBasedMethodMatcher extends MethodMatcher
  3. class ClassBasedMethodMatcher extends MethodMatcher
  4. class ClassForNameAnalysis extends ReflectionAnalysis with TypeConsumerAnalysis
  5. class ClassNewInstanceAnalysis extends ReflectionAnalysis with TypeConsumerAnalysis
  6. class ConstructorNewInstanceAnalysis extends ReflectionAnalysis with TypeConsumerAnalysis
  7. class DescriptorBasedMethodMatcher extends MethodMatcher
  8. class MethodHandleInvokeAnalysis extends ReflectionAnalysis with TypeConsumerAnalysis
  9. class MethodInvokeAnalysis extends ReflectionAnalysis with TypeConsumerAnalysis
  10. trait MethodMatcher extends AnyRef

    Used to determine whether a certain method should be considered as a target for a reflective call site.

    Used to determine whether a certain method should be considered as a target for a reflective call site. These call sites should be resolved by chaining matchers in MethodMatching.getPossibleMethods*.

  11. final class NameBasedMethodMatcher extends MethodMatcher
  12. class ParameterTypesBasedMethodMatcher extends MethodMatcher
  13. sealed trait ReflectionAnalysis extends TACAIBasedAPIBasedAnalysis
  14. class ReflectionRelatedCallsAnalysis extends FPCFAnalysis

    Handles the effect of serialization to the call graph.

    Handles the effect of serialization to the call graph. As an example models the invocation of constructors when readObject is called, if there is a cast afterwards.

  15. class TamiFlexCallGraphAnalysis extends FPCFAnalysis

    Adds the specified calls from the tamiflex.log to the call graph.

    Adds the specified calls from the tamiflex.log to the call graph. TODO: Merge with reflection analysis TODO: Also handle class-forName -> Loaded classes

  16. class TamiFlexMethodInvokeAnalysis extends TACAIBasedAPIBasedAnalysis with TypeConsumerAnalysis

Ungrouped