Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.bcel.verifier.statics: Javadoc index of package org.apache.bcel.verifier.statics.


Package Samples:

org.apache.bcel.verifier.statics

Classes:

StringRepresentation: BCEL's Node classes (those from the classfile API that accept() Visitor instances) have toString() methods that were not designed to be robust, this gap is closed by this class. When performing class file verification, it may be useful to output which entity (e.g. a Code instance) is not satisfying the verifier's constraints, but in this case it could be possible for the toString() method to throw a RuntimeException. A (new StringRepresentation(Node n)).toString() never throws any exception. Note that this class also serves as a placeholder for more sophisticated message handling in future versions ...
Pass3aVerifier: This PassVerifier verifies a class file according to pass 3, static part as described in The Java Virtual Machine Specification, 2nd edition. More detailed information is to be found at the do_verify() method's documentation.
Pass2Verifier: This PassVerifier verifies a class file according to pass 2 as described in The Java Virtual Machine Specification, 2nd edition. More detailed information is to be found at the do_verify() method's documentation.
Pass1Verifier: This PassVerifier verifies a class file according to pass 1 as described in The Java Virtual Machine Specification, 2nd edition. More detailed information is to be found at the do_verify() method's documentation.
LocalVariableInfo: A utility class holding the information about the name and the type of a local variable in a given slot (== index). This information often changes in course of byte code offsets.
LocalVariablesInfo: A utility class holding the information about the names and the types of the local variables in a given method.
IntList: A small utility class representing a set of basic int values.
DOUBLE_Upper: This class represents the upper half of a DOUBLE variable.
LONG_Upper: This class represents the upper half of a LONG variable.

Home | Contact Us | Privacy Policy | Terms of Service