polyglot.ast
Interface SwitchBlock

All Superinterfaces:
Block, java.lang.Cloneable, CompoundStmt, Copy, JL, Node, NodeOps, Stmt, SwitchElement, Term
All Known Implementing Classes:
SwitchBlock_c

public interface SwitchBlock
extends SwitchElement, Block

A SwitchBlock is a list of statements within a switch.


Method Summary
 
Methods inherited from interface polyglot.ast.Block
append, prepend, statements, statements