Uses of Class
org.apache.bcel.classfile.PermittedSubclasses
Packages that use PermittedSubclasses
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 PermittedSubclasses in org.apache.bcel.classfile
Methods in org.apache.bcel.classfile with parameters of type PermittedSubclassesModifier and TypeMethodDescriptionvoidDescendingVisitor.visitPermittedSubclasses(PermittedSubclasses obj) voidEmptyVisitor.visitPermittedSubclasses(PermittedSubclasses obj) default voidVisitor.visitPermittedSubclasses(PermittedSubclasses obj) Visits a PermittedSubclasses attribute.Constructors in org.apache.bcel.classfile with parameters of type PermittedSubclassesModifierConstructorDescriptionInitialize from another object. -
Uses of PermittedSubclasses in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type PermittedSubclassesModifier and TypeMethodDescriptionvoidStringRepresentation.visitPermittedSubclasses(PermittedSubclasses obj) Visits PermittedSubclasses attribute.