public class JifFormalDel extends JifDel_c
Formal node.Formal,
Serialized FormfatalExceptions| Constructor and Description |
|---|
JifFormalDel() |
| Modifier and Type | Method and Description |
|---|---|
polyglot.ast.Node |
buildTypes(polyglot.visit.TypeBuilder tb) |
polyglot.ast.Node |
disambiguate(polyglot.visit.AmbiguityRemover ar) |
boolean |
hasExplicitFinalFlag() |
boolean |
isCatchFormal() |
void |
setIsCatchFormal(boolean isCatchFormal) |
polyglot.ast.Node |
typeCheck(polyglot.visit.TypeChecker tc) |
fatalExceptions, setFatalExceptions, throwTypes, translateaddDecls, buildTypesEnter, checkConstants, childExpectedType, copy, copy, copy, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, enterChildScope, enterScope, exceptionCheck, exceptionCheckEnter, extRewrite, extRewriteEnter, extRewriteOverride, init, jl, lang, node, prettyPrint, prettyPrint, prettyPrint, prettyPrint, prettyPrint, typeCheckEnter, typeCheckOverride, visitChild, visitChildren, visitListpublic void setIsCatchFormal(boolean isCatchFormal)
public boolean isCatchFormal()
public boolean hasExplicitFinalFlag()
public polyglot.ast.Node buildTypes(polyglot.visit.TypeBuilder tb)
throws polyglot.types.SemanticException
buildTypes in interface polyglot.ast.NodeOpsbuildTypes in class JifDel_cpolyglot.types.SemanticExceptionpublic polyglot.ast.Node disambiguate(polyglot.visit.AmbiguityRemover ar)
throws polyglot.types.SemanticException
disambiguate in interface polyglot.ast.NodeOpsdisambiguate 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.SemanticException