Uses of Class
org.apache.bcel.classfile.ConstantClass
Packages that use ConstantClass
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
PassVerifier classes used internally by JustIce.
-
Uses of ConstantClass in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile that return ConstantClassMethods in org.apache.bcel.classfile with parameters of type ConstantClassModifier and TypeMethodDescriptionvoid
DescendingVisitor.visitConstantClass
(ConstantClass constant) void
EmptyVisitor.visitConstantClass
(ConstantClass obj) void
Visitor.visitConstantClass
(ConstantClass obj) Constructors in org.apache.bcel.classfile with parameters of type ConstantClass -
Uses of ConstantClass in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type ConstantClassModifier and TypeMethodDescriptionvoid
StringRepresentation.visitConstantClass
(ConstantClass obj)