at.dms.kjc.cell
Class InterSPUChannel
java.lang.Object
at.dms.kjc.backendSupport.Channel
at.dms.kjc.cell.InterSPUChannel
public class InterSPUChannel
- extends Channel
Methods inherited from class at.dms.kjc.backendSupport.Channel |
addChannel, assignFromPeekMethod, assignFromPeekMethodName, assignFromPopMethod, assignFromPopMethodName, beginInitRead, beginInitWrite, beginSteadyRead, beginSteadyWrite, dataDecls, dataDeclsH, endInitRead, endInitWrite, endSteadyRead, endSteadyWrite, findChannel, getBuffers, getDest, getExtraCount, getIdent, getSource, getType, postPreworkInitRead, printBuffers, readDecls, readDeclsExtern, reset, setExtralength, setRotationLengths, topOfWorkSteadyRead, topOfWorkSteadyWrite, writeDecls, writeDeclsExtern |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterSPUChannel
public InterSPUChannel(Edge e)
popManyMethodName
public String popManyMethodName()
- Overrides:
popManyMethodName
in class Channel
popManyMethod
public JMethodDeclaration popManyMethod()
- Description copied from class:
Channel
- Pop many items at once ignoring them.
Default method generated here to call popMethod() repeatedly.
- Overrides:
popManyMethod
in class Channel
popMethodName
public String popMethodName()
- Overrides:
popMethodName
in class Channel
popMethod
public JMethodDeclaration popMethod()
- Overrides:
popMethod
in class Channel
pushMethodName
public String pushMethodName()
- Overrides:
pushMethodName
in class Channel
pushMethod
public JMethodDeclaration pushMethod()
- Overrides:
pushMethod
in class Channel
peekMethodName
public String peekMethodName()
- Overrides:
peekMethodName
in class Channel
peekMethod
public JMethodDeclaration peekMethod()
- Overrides:
peekMethod
in class Channel