Class DexIRFactory

java.lang.Object
com.ibm.wala.ssa.DefaultIRFactory
com.ibm.wala.dalvik.classLoader.DexIRFactory
All Implemented Interfaces:
com.ibm.wala.ssa.IRFactory<com.ibm.wala.classLoader.IMethod>

public class DexIRFactory extends com.ibm.wala.ssa.DefaultIRFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final boolean
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contextIsIrrelevant(com.ibm.wala.classLoader.IMethod method)
     
    com.ibm.wala.cfg.ControlFlowGraph<?,?>
    makeCFG(com.ibm.wala.classLoader.IMethod method, com.ibm.wala.ipa.callgraph.Context C)
     
    com.ibm.wala.ssa.IR
    makeIR(com.ibm.wala.classLoader.IMethod _method, com.ibm.wala.ipa.callgraph.Context C, com.ibm.wala.ssa.SSAOptions options)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • DexIRFactory

      public DexIRFactory()
  • Method Details

    • makeCFG

      public com.ibm.wala.cfg.ControlFlowGraph<?,?> makeCFG(com.ibm.wala.classLoader.IMethod method, com.ibm.wala.ipa.callgraph.Context C) throws IllegalArgumentException
      Overrides:
      makeCFG in class com.ibm.wala.ssa.DefaultIRFactory
      Throws:
      IllegalArgumentException
    • makeIR

      public com.ibm.wala.ssa.IR makeIR(com.ibm.wala.classLoader.IMethod _method, com.ibm.wala.ipa.callgraph.Context C, com.ibm.wala.ssa.SSAOptions options) throws IllegalArgumentException
      Specified by:
      makeIR in interface com.ibm.wala.ssa.IRFactory<com.ibm.wala.classLoader.IMethod>
      Overrides:
      makeIR in class com.ibm.wala.ssa.DefaultIRFactory
      Throws:
      IllegalArgumentException
    • contextIsIrrelevant

      public boolean contextIsIrrelevant(com.ibm.wala.classLoader.IMethod method)
      Specified by:
      contextIsIrrelevant in interface com.ibm.wala.ssa.IRFactory<com.ibm.wala.classLoader.IMethod>
      Overrides:
      contextIsIrrelevant in class com.ibm.wala.ssa.DefaultIRFactory