public class JifArrayAccessDel extends JifDel_c
ArrayAccess node.fatalExceptions| Constructor and Description |
|---|
JifArrayAccessDel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
arrayIsNeverNull() |
boolean |
outOfBoundsExcThrown() |
void |
setArrayIsNeverNull() |
void |
setFatalExceptions(polyglot.types.TypeSystem ts,
polyglot.util.SubtypeSet fatalExceptions)
Set the exceptions thrown by this node that are treated as fatal.
|
void |
setNoOutOfBoundsExcThrown() |
java.util.List<polyglot.types.Type> |
throwTypes(polyglot.types.TypeSystem ts)
List of Types of exceptions that might get thrown.
|
buildTypes, fatalExceptions, translateaddDecls, 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 setArrayIsNeverNull()
public boolean arrayIsNeverNull()
public void setNoOutOfBoundsExcThrown()
public boolean outOfBoundsExcThrown()
public java.util.List<polyglot.types.Type> throwTypes(polyglot.types.TypeSystem ts)
throwTypes in interface polyglot.ast.NodeOpsthrowTypes in class JifDel_cpublic void setFatalExceptions(polyglot.types.TypeSystem ts,
polyglot.util.SubtypeSet fatalExceptions)
JifDel_csetFatalExceptions in interface JifDelsetFatalExceptions in class JifDel_c