Class JavaLangClassContextInterpreter

java.lang.Object
com.ibm.wala.analysis.reflection.JavaLangClassContextInterpreter
All Implemented Interfaces:
CHAContextInterpreter, RTAContextInterpreter, SSAContextInterpreter

public class JavaLangClassContextInterpreter extends Object implements SSAContextInterpreter
An SSAContextInterpreter specialized to interpret methods on java.lang.Class in a JavaTypeContext which represents the point-type of the class object created by the call.

Currently supported methods:

  • getConstructor
  • getConstructors
  • getMethod
  • getMethods
  • getDeclaredConstructor
  • getDeclaredConstructors
  • getDeclaredMethod
  • getDeclaredMethods