org.apache.bcel.verifier
Class TransitiveHull
java.lang.Object
org.apache.bcel.verifier.TransitiveHull
- VerifierFactoryObserver
public class TransitiveHull
extends java.lang.Object
This class has a main method implementing a demonstration program
of how to use the VerifierFactoryObserver. It transitively verifies
all class files encountered; this may take up a lot of time and,
more notably, memory.
$Id: TransitiveHull.java 386056 2006-03-15 11:31:56Z tcurdt $private int | indent - Used for indentation.
|
static void | main(String[] args) - This method implements a demonstration program
of how to use the VerifierFactoryObserver.
|
void | update(String classname)
|
indent
private int indent
Used for indentation.
TransitiveHull
private TransitiveHull()
Not publicly instantiable.
main
public static void main(String[] args)
This method implements a demonstration program
of how to use the VerifierFactoryObserver. It transitively verifies
all class files encountered; this may take up a lot of time and,
more notably, memory.