ExitBlock

public final class ExitBlock extends Block

Special Block at the exit of a Unit.

Constructors

ExitBlock

public ExitBlock(SymbolTable symbolTable)

Creation, with the given “symbolTable” attached.

Methods

cite

public void cite()

Prints a short reference to this EntryBlock onto TapEnv.curOutputStream().

pointerComments

public TapList<Tree> pointerComments()
Returns

the comments that indicate pointer dests.

setPointerComments

public void setPointerComments(TapList<Tree> pointerComments)

Store temporarily the comments that indicate pointer dests.

toString

public String toString()