Interface SSAContextInterpreter

    • Method Detail

      • getIR

        IR getIR​(CGNode node)
        Returns:
        the IR that models the method context, or null if it's an unmodelled native method
      • 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.