|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpolyglot.ast.Node_c
polyglot.ast.Term_c
polyglot.ast.Stmt_c
polyglot.ast.Catch_c
jif.ast.JifCatch_c
public class JifCatch_c
| Field Summary |
|---|
| Fields inherited from class polyglot.ast.Catch_c |
|---|
body, formal |
| Fields inherited from class polyglot.ast.Term_c |
|---|
exceptions, reachable |
| Fields inherited from class polyglot.ast.Node_c |
|---|
del, error, ext, position |
| Fields inherited from interface polyglot.ast.Term |
|---|
ENTRY, EXIT |
| Constructor Summary | |
|---|---|
JifCatch_c(polyglot.util.Position pos,
polyglot.ast.Formal formal,
polyglot.ast.Block body)
|
|
| Method Summary | |
|---|---|
polyglot.ast.Catch |
formal(polyglot.ast.Formal formal)
|
protected polyglot.ast.Catch_c |
reconstruct(polyglot.ast.Formal formal,
polyglot.ast.Block body)
|
| Methods inherited from class polyglot.ast.Catch_c |
|---|
acceptCFG, body, body, catchType, copy, enterScope, firstChild, formal, prettyPrint, toString, typeCheck, visitChildren |
| Methods inherited from class polyglot.ast.Term_c |
|---|
exceptionCheck, exceptions, exceptions, listChild, reachable, reachable |
| Methods inherited from class polyglot.ast.Node_c |
|---|
addDecls, buildTypes, buildTypesEnter, checkConstants, childExpectedType, copy, copy, del, del, disambiguate, disambiguateEnter, disambiguateOverride, dump, dump, dump, enterChildScope, error, error, exceptionCheckEnter, ext, ext, ext, ext, init, isDisambiguated, isTypeChecked, node, position, position, prettyPrint, prettyPrint, print, printBlock, printSubStmt, throwTypes, translate, typeCheckEnter, typeCheckOverride, visit, visitChild, visitEdge, visitList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface polyglot.ast.Term |
|---|
exceptions, exceptions, reachable, reachable |
| Methods inherited from interface polyglot.ast.Node |
|---|
childExpectedType, del, del, dump, error, error, ext, ext, ext, ext, isDisambiguated, isTypeChecked, position, position, visit, visitChild, visitEdge, visitList |
| Methods inherited from interface polyglot.ast.JL |
|---|
init, node |
| Methods inherited from interface polyglot.ast.NodeOps |
|---|
addDecls, buildTypes, buildTypesEnter, checkConstants, copy, disambiguate, disambiguateEnter, disambiguateOverride, dump, dump, enterChildScope, exceptionCheck, exceptionCheckEnter, prettyPrint, prettyPrint, throwTypes, translate, typeCheckEnter, typeCheckOverride |
| Methods inherited from interface polyglot.util.Copy |
|---|
copy |
| Constructor Detail |
|---|
public JifCatch_c(polyglot.util.Position pos,
polyglot.ast.Formal formal,
polyglot.ast.Block body)
| Method Detail |
|---|
public polyglot.ast.Catch formal(polyglot.ast.Formal formal)
formal in interface polyglot.ast.Catchformal in class polyglot.ast.Catch_c
protected polyglot.ast.Catch_c reconstruct(polyglot.ast.Formal formal,
polyglot.ast.Block body)
reconstruct in class polyglot.ast.Catch_c
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||