Uses of Class
org.apache.bcel.classfile.AccessFlags
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of AccessFlags in org.apache.bcel.classfile
Modifier and TypeClassDescriptionfinal class
This class represents the field info structure, i.e., the representation for a variable in the class.class
Abstract super class for fields and methods.class
Represents a Java class, i.e., the data structures, constant pool, fields, methods and commands contained in a Java .class file.final class
This class represents the method info structure, i.e., the representation for a method in the class. -
Uses of AccessFlags in org.apache.bcel.generic
Modifier and TypeClassDescriptionclass
Template class for building up a java class.class
Template class for building up a field.class
Super class for FieldGen and MethodGen objects, since they have some methods in common!class
Template class for building up a method.