Package com.upmem.dpu
Class DpuProgramInfo
- java.lang.Object
-
- com.upmem.dpu.DpuProgramInfo
-
public final class DpuProgramInfo extends java.lang.ObjectThe information from a compiled DPU program.- See Also:
DpuSymbol
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DpuSymbolget(java.lang.String symbolName)Get the DPU symbol with the given name.
-
-
-
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
-
-