Interface SSAContextInterpreter

  • Method Details Link icon

    • getIR Link icon

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

      IRView getIRView(CGNode node)
    • getDU Link icon

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

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