public class CheckedEndorseStmt_c extends EndorseStmt_c implements CheckedEndorseStmt
CheckedEndorseStmt interface.| Modifier and Type | Field and Description |
|---|---|
protected polyglot.ast.Expr |
expr |
body, bound, label| Constructor and Description |
|---|
CheckedEndorseStmt_c(polyglot.util.Position pos,
polyglot.ast.Expr e,
LabelNode bound,
LabelNode label,
polyglot.ast.If body) |
CheckedEndorseStmt_c(polyglot.util.Position pos,
polyglot.ast.Expr e,
LabelNode bound,
LabelNode label,
polyglot.ast.If body,
polyglot.ast.Ext ext) |
| Modifier and Type | Method and Description |
|---|---|
polyglot.ast.Expr |
expr() |
CheckedEndorseStmt |
expr(polyglot.ast.Expr expr) |
protected <N extends CheckedEndorseStmt_c> |
expr(N n,
polyglot.ast.Expr expr) |
void |
prettyPrint(polyglot.util.CodeWriter w,
polyglot.visit.PrettyPrinter tr) |
protected <N extends CheckedEndorseStmt_c> |
reconstruct(N n,
polyglot.ast.Expr expr,
LabelNode bound,
LabelNode label,
polyglot.ast.Stmt body) |
java.lang.String |
toString() |
polyglot.ast.Node |
visitChildren(polyglot.visit.NodeVisitor v) |
downgradeKindacceptCFG, body, body, body, bound, bound, bound, firstChild, label, label, label, reconstruct, translateexceptionCheck, exceptions, exceptions, exceptions, extRewrite, listChild, reachable, reachable, reachableaddDecls, buildTypes, buildTypesEnter, checkConstants, childExpectedType, copy, copy, copy, copyIfNeeded, del, del, disambiguate, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, dump, enterChildScope, enterScope, error, error, error, exceptionCheckEnter, ext, ext, ext, ext, extRewriteEnter, extRewriteOverride, isDisambiguated, isTypeChecked, lang, position, position, position, prettyPrint, prettyPrint, prettyPrint, prettyPrint, print, printBlock, printSubStmt, throwTypes, typeCheck, typeCheckEnter, typeCheckOverride, visit, visitChild, visitEdge, visitListclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbody, body, bound, bound, downgradeKind, label, labeldel, del, dump, error, error, ext, ext, ext, ext, isDisambiguated, isTypeChecked, position, position, visit, visitEdgeaddDecls, buildTypes, buildTypesEnter, checkConstants, childExpectedType, copy, copy, disambiguate, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, enterChildScope, enterScope, exceptionCheck, exceptionCheckEnter, extRewrite, extRewriteEnter, extRewriteOverride, lang, prettyPrint, prettyPrint, prettyPrint, prettyPrint, throwTypes, translate, typeCheck, typeCheckEnter, typeCheckOverride, visitChild, visitListpublic CheckedEndorseStmt_c(polyglot.util.Position pos,
polyglot.ast.Expr e,
LabelNode bound,
LabelNode label,
polyglot.ast.If body)
public polyglot.ast.Expr expr()
expr in interface CheckedEndorseStmtpublic CheckedEndorseStmt expr(polyglot.ast.Expr expr)
expr in interface CheckedEndorseStmtprotected <N extends CheckedEndorseStmt_c> N expr(N n, polyglot.ast.Expr expr)
protected <N extends CheckedEndorseStmt_c> N reconstruct(N n, polyglot.ast.Expr expr, LabelNode bound, LabelNode label, polyglot.ast.Stmt body)
public polyglot.ast.Node visitChildren(polyglot.visit.NodeVisitor v)
visitChildren in interface polyglot.ast.NodeOpsvisitChildren in class DowngradeStmt_cpublic java.lang.String toString()
toString in class DowngradeStmt_cpublic void prettyPrint(polyglot.util.CodeWriter w,
polyglot.visit.PrettyPrinter tr)
prettyPrint in interface polyglot.ast.NodeOpsprettyPrint in class DowngradeStmt_c