- All Superinterfaces:
- java.lang.Cloneable, polyglot.util.Copy<polyglot.ast.Ext>, polyglot.ast.Ext, JifExt, polyglot.ast.NodeOps, java.io.Serializable
- All Known Implementing Classes:
- JifBlockExt, JifBranchExt, JifCaseExt, JifCheckedEndorseStmtExt, JifConstructorCallExt, JifDeclassifyStmtExt, JifDoExt, JifDowngradeStmtExt, JifEmptyExt, JifEndorseStmtExt, JifEvalExt, JifForExt, JifIfExt, JifLabeledExt, JifLocalDeclExt, JifReturnExt, JifStmtExt_c, JifSwitchExt, JifSynchronizedExt, JifThrowExt, JifTryExt, JifWhileExt
public interface JifStmtExt
extends JifExt
The root of all kinds of Jif extensions for statements.
It provides a generic labelCheck method, which
will invoke the labelCheckStmt methods provided
by the subclasses of this class.