Uses of Class
org.apache.bcel.classfile.ConstantPackage
-
Packages that use ConstantPackage Package Description org.apache.bcel.classfile This package contains the classes that describe the structure of a Java class file and a class file parser. -
-
Uses of ConstantPackage in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile with parameters of type ConstantPackage Modifier and Type Method Description void
DescendingVisitor. visitConstantPackage(ConstantPackage obj)
void
EmptyVisitor. visitConstantPackage(ConstantPackage constantPackage)
void
Visitor. visitConstantPackage(ConstantPackage constantPackage)
Constructors in org.apache.bcel.classfile with parameters of type ConstantPackage Constructor Description ConstantPackage(ConstantPackage c)
Initialize from another object.
-