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, translate
addDecls, 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, visitList
public 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.NodeOps
buildTypes
in class JifDel_c
polyglot.types.SemanticException
public polyglot.ast.Node disambiguate(polyglot.visit.AmbiguityRemover ar) throws polyglot.types.SemanticException
disambiguate
in interface polyglot.ast.NodeOps
disambiguate
in class polyglot.ast.JLDel_c
polyglot.types.SemanticException
public polyglot.ast.Node typeCheck(polyglot.visit.TypeChecker tc) throws polyglot.types.SemanticException
typeCheck
in interface polyglot.ast.NodeOps
typeCheck
in class polyglot.ast.JLDel_c
polyglot.types.SemanticException