Package com.upmem.dpu

Class DpuProgramInfo


  • public final class DpuProgramInfo
    extends java.lang.Object
    The information from a compiled DPU program.
    See Also:
    DpuSymbol
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DpuSymbol get​(java.lang.String symbolName)
      Get the DPU symbol with the given name.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public DpuSymbol get​(java.lang.String symbolName)
                      throws DpuException
        Get the DPU symbol with the given name.
        Parameters:
        symbolName - The DPU symbol name.
        Returns:
        The DPU symbol for this name.
        Throws:
        DpuException - When there is no symbol with the given name.
        See Also:
        DpuSymbol, DpuException