Class SummarizedMethodWithNames.SyntheticIRWithNames.SyntheticSSA2LocalMap

    • Constructor Detail

      • SyntheticSSA2LocalMap

        public SyntheticSSA2LocalMap​(Map<Integer,​Atom> localNames)
    • Method Detail

      • getLocalNames

        public String[] getLocalNames​(int index,
                                      int vn)
        Does not respect index.
        Specified by:
        getLocalNames in interface IR.SSA2LocalMap
        Parameters:
        index - an index into the IR instruction array
        vn - a value number
        Returns:
        if we know that immediately after the given program counter, v_vn corresponds to one or more locals and local variable names are available, the name of the locals which v_vn represents. Otherwise, null.