Class AstIRFactory.AstIR

    • Method Detail

      • getLocalMap

        protected IR.SSA2LocalMap getLocalMap()
        Description copied from class: IR
        subclasses must provide a source name mapping, if they want one (or null otherwise)
        Specified by:
        getLocalMap in class IR
      • instructionPosition

        protected String instructionPosition​(int instructionIndex)
        Specified by:
        instructionPosition in class IR
        Returns:
        a String which is a readable representation of the instruction position corresponding to an instruction index
      • getMethod

        public AstMethod getMethod()
        Overrides:
        getMethod in class IR
        Returns:
        the method this IR represents