Interface SSAContextInterpreter

  • Method Details

    • getIR

      IR getIR(CGNode node)
      Returns:
      the IR that models the method context, or null if it's an unmodelled native method
    • getIRView

      IRView getIRView(CGNode node)
    • getDU

      DefUse getDU(CGNode node)
      Returns:
      DefUse for the IR that models the method context, or null if it's an unmodelled native method
    • getNumberOfStatements

      int getNumberOfStatements(CGNode node)
      Returns:
      the number of the statements in the IR, or -1 if it's an unmodelled native method.
    • getCFG