Package | Description |
---|---|
org.apache.bcel.verifier |
BCEL's verifier JustIce is there to help you dump correct Java class files created or modified with BCEL.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TransitiveHull |
This class has a main method implementing a demonstration program
of how to use the VerifierFactoryObserver.
|
class |
VerifierFactoryListModel |
This class implements an adapter; it implements both a Swing ListModel and
a VerifierFactoryObserver.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
VerifierFactory.attach(VerifierFactoryObserver o) |
Adds the VerifierFactoryObserver o to the list of observers.
|
static void |
VerifierFactory.detach(VerifierFactoryObserver o) |
Removes the VerifierFactoryObserver o from the list of observers.
|