jltools.ast
Interface Stmt

All Superinterfaces:
java.lang.Cloneable, Copy, Node, java.io.Serializable
All Known Subinterfaces:
ActsFor, Block, Branch, Case, Catch, ConstructorCall, DeclassifyStmt, Do, Empty, Eval, For, ForInit, ForUpdate, If, LabelCase, Labeled, LocalClassDecl, LocalDecl, Return, Switch, SwitchBlock, SwitchElement, SwitchLabel, Synchronized, Throw, Try, While
All Known Implementing Classes:
Stmt_c

public interface Stmt
extends Node

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


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