Uses of Class
org.apache.bcel.verifier.Verifier

Packages that use Verifier
org.apache.bcel.verifier BCEL's verifier JustIce is there to help you dump correct Java class files created or modified with BCEL.  
org.apache.bcel.verifier.statics Provides PassVerifier classes used internally by JustIce.  
org.apache.bcel.verifier.structurals Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.  
 

Uses of Verifier in org.apache.bcel.verifier
 

Methods in org.apache.bcel.verifier that return Verifier
static Verifier VerifierFactory.getVerifier(java.lang.String fully_qualified_classname)
          Returns the (only) verifier responsible for the class with the given name.
static Verifier[] VerifierFactory.getVerifiers()
          Returns all Verifier instances created so far.
 

Uses of Verifier in org.apache.bcel.verifier.statics
 

Constructors in org.apache.bcel.verifier.statics with parameters of type Verifier
Pass3aVerifier(Verifier owner, int method_no)
          Should only be instantiated by a Verifier.
Pass2Verifier(Verifier owner)
          Should only be instantiated by a Verifier.
Pass1Verifier(Verifier owner)
          Should only be instantiated by a Verifier.
 

Uses of Verifier in org.apache.bcel.verifier.structurals
 

Constructors in org.apache.bcel.verifier.structurals with parameters of type Verifier
Pass3bVerifier(Verifier owner, int method_no)
          This class should only be instantiated by a Verifier.
 



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.