public class JifDel_c extends polyglot.ast.JLDel_c implements JifDel
Jif interface.| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<polyglot.types.Type> |
fatalExceptions |
| Constructor and Description |
|---|
JifDel_c() |
| Modifier and Type | Method and Description |
|---|---|
polyglot.ast.Node |
buildTypes(polyglot.visit.TypeBuilder tb) |
java.util.Set<polyglot.types.Type> |
fatalExceptions()
Get the exceptions thrown by this node that are treated as fatal.
|
void |
setFatalExceptions(polyglot.types.TypeSystem ts,
polyglot.util.SubtypeSet fatalExceptions)
Set the exceptions thrown by this node that are treated as fatal.
|
java.util.List<polyglot.types.Type> |
throwTypes(polyglot.types.TypeSystem ts) |
void |
translate(polyglot.util.CodeWriter w,
polyglot.visit.Translator tr) |
addDecls, buildTypesEnter, checkConstants, childExpectedType, copy, copy, copy, disambiguate, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, enterChildScope, enterScope, exceptionCheck, exceptionCheckEnter, extRewrite, extRewriteEnter, extRewriteOverride, init, jl, lang, node, prettyPrint, prettyPrint, prettyPrint, prettyPrint, prettyPrint, typeCheck, typeCheckEnter, typeCheckOverride, visitChild, visitChildren, visitListpublic void setFatalExceptions(polyglot.types.TypeSystem ts,
polyglot.util.SubtypeSet fatalExceptions)
setFatalExceptions in interface JifDelpublic java.util.Set<polyglot.types.Type> fatalExceptions()
fatalExceptions in interface JifDelpublic polyglot.ast.Node buildTypes(polyglot.visit.TypeBuilder tb)
throws polyglot.types.SemanticException
buildTypes in interface polyglot.ast.NodeOpsbuildTypes in class polyglot.ast.JLDel_cpolyglot.types.SemanticExceptionpublic void translate(polyglot.util.CodeWriter w,
polyglot.visit.Translator tr)
translate in interface polyglot.ast.NodeOpstranslate in class polyglot.ast.JLDel_cpublic java.util.List<polyglot.types.Type> throwTypes(polyglot.types.TypeSystem ts)
throwTypes in interface polyglot.ast.NodeOpsthrowTypes in class polyglot.ast.JLDel_c