@Deprecated
public class JifCatch_c
extends polyglot.ast.Catch_c
| Constructor and Description |
|---|
JifCatch_c(polyglot.util.Position pos,
polyglot.ast.Formal formal,
polyglot.ast.Block body)
Deprecated.
|
JifCatch_c(polyglot.util.Position pos,
polyglot.ast.Formal formal,
polyglot.ast.Block body,
polyglot.ast.Ext ext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
polyglot.ast.Catch |
formal(polyglot.ast.Formal formal)
Deprecated.
|
protected <N extends polyglot.ast.Catch_c> |
reconstruct(N n,
polyglot.ast.Formal formal,
polyglot.ast.Block body)
Deprecated.
|
protected static void |
setIsCatchFormal(polyglot.ast.Formal formal)
Deprecated.
Sets the delegate to know that it is in a catch clause.
|
acceptCFG, body, body, body, catchType, copy, enterScope, firstChild, formal, formal, prettyPrint, toString, typeCheck, visitChildrenexceptionCheck, exceptions, exceptions, exceptions, extRewrite, listChild, reachable, reachable, reachableaddDecls, buildTypes, buildTypesEnter, checkConstants, childExpectedType, copy, copy, copyIfNeeded, del, del, disambiguate, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, dump, enterChildScope, error, error, error, exceptionCheckEnter, ext, ext, ext, ext, extRewriteEnter, extRewriteOverride, isDisambiguated, isTypeChecked, lang, position, position, position, prettyPrint, prettyPrint, prettyPrint, prettyPrint, print, printBlock, printSubStmt, throwTypes, translate, typeCheckEnter, typeCheckOverride, visit, visitChild, visitEdge, visitListclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdel, del, dump, error, error, ext, ext, ext, ext, isDisambiguated, isTypeChecked, position, position, visit, visitEdgeaddDecls, buildTypes, buildTypesEnter, checkConstants, childExpectedType, copy, disambiguate, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, enterChildScope, exceptionCheck, exceptionCheckEnter, extRewrite, extRewriteEnter, extRewriteOverride, lang, prettyPrint, prettyPrint, prettyPrint, prettyPrint, throwTypes, translate, typeCheckEnter, typeCheckOverride, visitChild, visitListpublic JifCatch_c(polyglot.util.Position pos,
polyglot.ast.Formal formal,
polyglot.ast.Block body)
public JifCatch_c(polyglot.util.Position pos,
polyglot.ast.Formal formal,
polyglot.ast.Block body,
polyglot.ast.Ext ext)
public polyglot.ast.Catch formal(polyglot.ast.Formal formal)
formal in interface polyglot.ast.Catchformal in class polyglot.ast.Catch_cprotected <N extends polyglot.ast.Catch_c> N reconstruct(N n,
polyglot.ast.Formal formal,
polyglot.ast.Block body)
reconstruct in class polyglot.ast.Catch_cprotected static void setIsCatchFormal(polyglot.ast.Formal formal)