@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, visitChildren
exceptionCheck, exceptions, exceptions, exceptions, extRewrite, listChild, reachable, reachable, reachable
addDecls, 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, visitList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
del, del, dump, error, error, ext, ext, ext, ext, isDisambiguated, isTypeChecked, position, position, visit, visitEdge
addDecls, 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, visitList
public 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.Catch
formal
in class polyglot.ast.Catch_c
protected <N extends polyglot.ast.Catch_c> N reconstruct(N n, polyglot.ast.Formal formal, polyglot.ast.Block body)
reconstruct
in class polyglot.ast.Catch_c
protected static void setIsCatchFormal(polyglot.ast.Formal formal)