jltools.ast
Interface SwitchBlock

All Superinterfaces:
Block, java.lang.Cloneable, Copy, Node, java.io.Serializable, Stmt, SwitchElement
All Known Implementing Classes:
SwitchBlock_c

public interface SwitchBlock
extends SwitchElement, Block

A SwitchBlock is a list of statements within a switch.


Methods inherited from interface jltools.ast.Node
buildTypes_, buildTypesOverride_, copy, disambiguate_, disambiguateOverride_, disambiguateTypes_, disambiguateTypesOverride_, dump, enterScope, exceptionCheck_, exceptionCheckOverride_, ext, ext, foldConstants_, foldConstantsOverride_, leaveScope, position, position, reconstructTypes_, translate_, typeCheck_, typeCheckOverride_, visit, visitChildren
 
Methods inherited from interface jltools.ast.Block
append, statements, statements