polyglot.ast
Interface Stmt

All Superinterfaces:
java.lang.Cloneable, Copy, JL, Node, NodeOps, Term
All Known Subinterfaces:
Assert, Block, Branch, Case, Catch, CompoundStmt, ConstructorCall, Do, Empty, Eval, For, ForInit, ForUpdate, Free, If, Labeled, LocalClassDecl, LocalDecl, Loop, Return, Switch, SwitchBlock, SwitchElement, Synchronized, Throw, Try, While
All Known Implementing Classes:
AbstractBlock_c, Assert_c, Block_c, Branch_c, Case_c, Catch_c, ConstructorCall_c, Do_c, Empty_c, Eval_c, For_c, Free_c, If_c, Labeled_c, LocalClassDecl_c, LocalDecl_c, Loop_c, Return_c, Stmt_c, Switch_c, SwitchBlock_c, Synchronized_c, Throw_c, Try_c, While_c

public interface Stmt
extends Term

A Stmt represents any Java statement. All statements must be subtypes of Stmt.


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