Package org.apache.tomcat.util.bcel.classfile
package org.apache.tomcat.util.bcel.classfile
This package contains the classes that describe the structure of a Java class file and a class file parser.
-
ClassDescriptionrepresents one annotation in the annotation tablebase class for annotationsThrown when the BCEL attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.Wrapper class that parses a given Java .class file.Abstract superclass for classes to represent the different constant types in the constant pool of a class file.This class is derived from the abstract
Constantand represents a reference to a (external) class.This class is derived from the abstractConstantand represents a reference to a Double object.This class is derived from the abstractConstantand represents a reference to a float object.This class is derived from the abstractConstantand represents a reference to an int object.This class is derived from the abstractConstantand represents a reference to a long object.This class represents the constant pool, i.e., a table of constants, of a parsed classfile.This class is derived from the abstract Constant class and represents a reference to a Utf8 encoded string.an annotation's element value pairRepresents a Java class, i.e., the data structures, constant pool, fields, methods and commands contained in a Java .class file.