.. java:import:: fr.inria.tapenade.utils Tree ExitBlock ========= .. java:package:: fr.inria.tapenade.representation :noindex: .. java:type:: public final class ExitBlock extends Block Special Block at the exit of a Unit. Constructors ------------ ExitBlock ^^^^^^^^^ .. java:constructor:: public ExitBlock(SymbolTable symbolTable) :outertype: ExitBlock Creation, with the given "symbolTable" attached. Methods ------- cite ^^^^ .. java:method:: @Override public void cite() throws java.io.IOException :outertype: ExitBlock Prints a short reference to this EntryBlock onto TapEnv.curOutputStream(). pointerComments ^^^^^^^^^^^^^^^ .. java:method:: public TapList pointerComments() :outertype: ExitBlock :return: the comments that indicate pointer dests. setPointerComments ^^^^^^^^^^^^^^^^^^ .. java:method:: public void setPointerComments(TapList pointerComments) :outertype: ExitBlock Store temporarily the comments that indicate pointer dests. toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: ExitBlock