Packages

c

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

DescriptorBasedMethodMatcher

class DescriptorBasedMethodMatcher extends MethodMatcher

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

Instance Constructors

  1. new DescriptorBasedMethodMatcher(possibleDescriptors: Set[MethodDescriptor])

Value Members

  1. def contains(m: Method)(implicit p: SomeProject): Boolean
  2. def initialMethods(implicit p: SomeProject): Iterator[Method]
  3. val possibleDescriptors: Set[MethodDescriptor]
  4. def priority: Int