Class IsReflectionString

java.lang.Object
pascal.taie.analysis.pta.core.heap.IsReflectionString
All Implemented Interfaces:
Predicate<String>

public class IsReflectionString extends Object implements Predicate<String>
Predicate for checking whether given string constants are reflection-relevant, i.e., class names, method names, or field names.
  • Constructor Details

    • IsReflectionString

      public IsReflectionString()
  • Method Details