Uses of Class
org.apache.bcel.classfile.ConstantModule
-
Packages that use ConstantModule 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 ConstantModule in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile with parameters of type ConstantModule Modifier and Type Method Description void
DescendingVisitor. visitConstantModule(ConstantModule obj)
void
EmptyVisitor. visitConstantModule(ConstantModule constantModule)
void
Visitor. visitConstantModule(ConstantModule constantModule)
Constructors in org.apache.bcel.classfile with parameters of type ConstantModule Constructor Description ConstantModule(ConstantModule c)
Initialize from another object.
-