|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.jvm.Gen.GenFinalizer
abstract class Gen.GenFinalizer
An abstract class for finalizer generation.
| Constructor Summary | |
|---|---|
Gen.GenFinalizer()
|
|
| Method Summary | |
|---|---|
(package private) abstract void |
gen()
Generate code to clean up when unwinding. |
(package private) abstract void |
genLast()
Generate code to clean up at last. |
(package private) boolean |
hasFinalizer()
Does this finalizer have some nontrivial cleanup to perform? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
Gen.GenFinalizer()
| Method Detail |
|---|
abstract void gen()
abstract void genLast()
boolean hasFinalizer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||