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, visitList
public void setFatalExceptions(polyglot.types.TypeSystem ts, polyglot.util.SubtypeSet fatalExceptions)
setFatalExceptions
in interface JifDel
public java.util.Set<polyglot.types.Type> fatalExceptions()
fatalExceptions
in interface JifDel
public polyglot.ast.Node buildTypes(polyglot.visit.TypeBuilder tb) throws polyglot.types.SemanticException
buildTypes
in interface polyglot.ast.NodeOps
buildTypes
in class polyglot.ast.JLDel_c
polyglot.types.SemanticException
public void translate(polyglot.util.CodeWriter w, polyglot.visit.Translator tr)
translate
in interface polyglot.ast.NodeOps
translate
in class polyglot.ast.JLDel_c
public java.util.List<polyglot.types.Type> throwTypes(polyglot.types.TypeSystem ts)
throwTypes
in interface polyglot.ast.NodeOps
throwTypes
in class polyglot.ast.JLDel_c