polyglot.ast
Interface CompoundStmt

All Superinterfaces:
java.lang.Cloneable, Copy, JL, Node, NodeOps, Stmt, Term
All Known Subinterfaces:
Block, Catch, Do, For, If, Labeled, LocalClassDecl, Loop, Switch, SwitchBlock, Synchronized, Try, While
All Known Implementing Classes:
AbstractBlock_c, Block_c, Catch_c, Do_c, For_c, If_c, Labeled_c, LocalClassDecl_c, Loop_c, Switch_c, SwitchBlock_c, Synchronized_c, Try_c, While_c

public interface CompoundStmt
extends Stmt

Any statement with sub-statements.


Method Summary
 
Methods inherited from interface polyglot.ast.Term
acceptCFG, entry, exceptions, exceptions, 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