public class JifFieldDel extends JifDel_c
Field node.Field,
Serialized FormfatalExceptions| Constructor and Description |
|---|
JifFieldDel() |
| Modifier and Type | Method and Description |
|---|---|
void |
setFatalExceptions(polyglot.types.TypeSystem ts,
polyglot.util.SubtypeSet fatalExceptions)
Set the exceptions thrown by this node that are treated as fatal.
|
void |
setTargetIsNeverNull(boolean neverNull) |
boolean |
targetIsNeverNull() |
protected polyglot.types.ReferenceType |
targetType(JifTypeSystem ts,
JifContext A,
polyglot.ast.Expr target) |
java.util.List<polyglot.types.Type> |
throwTypes(polyglot.types.TypeSystem ts)
List of Types of exceptions that might get thrown.
|
polyglot.ast.Node |
typeCheck(polyglot.visit.TypeChecker tc) |
polyglot.visit.NodeVisitor |
typeCheckEnter(polyglot.visit.TypeChecker tc) |
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, typeCheckOverride, visitChild, visitChildren, visitListpublic void setTargetIsNeverNull(boolean neverNull)
public boolean targetIsNeverNull()
public polyglot.visit.NodeVisitor typeCheckEnter(polyglot.visit.TypeChecker tc)
throws polyglot.types.SemanticException
typeCheckEnter in interface polyglot.ast.NodeOpstypeCheckEnter in class polyglot.ast.JLDel_cpolyglot.types.SemanticExceptionpublic polyglot.ast.Node typeCheck(polyglot.visit.TypeChecker tc)
throws polyglot.types.SemanticException
typeCheck in interface polyglot.ast.NodeOpstypeCheck in class polyglot.ast.JLDel_cpolyglot.types.SemanticExceptionprotected polyglot.types.ReferenceType targetType(JifTypeSystem ts, JifContext A, polyglot.ast.Expr target)
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