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

Uses in package org.apache.bcel.verifier

Methods with return type org.apache.bcel.verifier.Verifier

Verifier
VerifierFactory.getVerifier(String fully_qualified_classname)
Returns the (only) verifier responsible for the class with the given name.
Verifier[]
Returns all Verifier instances created so far.

Uses in package org.apache.bcel.verifier.statics

Constructors with parameter type org.apache.bcel.verifier.Verifier

Should only be instantiated by a Verifier.
Should only be instantiated by a Verifier.
Pass3aVerifier.Pass3aVerifier(Verifier owner, int method_no)
Should only be instantiated by a Verifier.

Fields of type org.apache.bcel.verifier.Verifier

Verifier
The Verifier that created this.
Verifier
The Verifier that created this.
Verifier
The Verifier that created this.

Uses in package org.apache.bcel.verifier.structurals

Constructors with parameter type org.apache.bcel.verifier.Verifier

Pass3bVerifier.Pass3bVerifier(Verifier owner, int method_no)
This class should only be instantiated by a Verifier.

Fields of type org.apache.bcel.verifier.Verifier

Verifier
The Verifier that created this.