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.


Methods inherited from interface polyglot.ast.Term
acceptCFG, entry, reachable, reachable
 
Methods inherited from interface polyglot.ast.Node
childExpectedType, del, del, dump, ext, ext, ext, ext, position, position, visit, visitChild, visitEdge, visitList
 
Methods inherited from interface polyglot.ast.JL
init, node
 
Methods inherited from interface polyglot.ast.NodeOps
addDecls, addMembers, addMembersEnter, buildTypes, buildTypesEnter, disambiguate, disambiguateEnter, enterScope, enterScope, exceptionCheck, exceptionCheckEnter, prettyPrint, throwTypes, translate, typeCheck, typeCheckEnter, visitChildren
 
Methods inherited from interface polyglot.util.Copy
copy
 
Methods inherited from interface polyglot.ast.Block
append, prepend, statements, statements