BasicBlock ========== .. java:package:: fr.inria.tapenade.representation :noindex: .. java:type:: public final class BasicBlock extends Block Standard plain Block ("basic block") of a Flow Graph, not a loop header, nor a Unit's entry or exit block. Constructors ------------ BasicBlock ^^^^^^^^^^ .. java:constructor:: public BasicBlock(SymbolTable symbolTable, TapList parallelControls, TapList allBlocks) :outertype: BasicBlock Creates a new BasicBlock, with the given "symbolTable", and registering it into the list of created Blocks "allBlocks". Methods ------- cite ^^^^ .. java:method:: @Override public void cite() throws java.io.IOException :outertype: BasicBlock Prints a short reference to this BasicBlock onto TapEnv.curOutputStream(). toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: BasicBlock