Uses of Class
org.apache.bcel.classfile.AccessFlags
- 
Packages that use AccessFlags 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.org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. - 
- 
Uses of AccessFlags in org.apache.bcel.classfile
Subclasses of AccessFlags in org.apache.bcel.classfile Modifier and Type Class Description classFieldThis class represents the field info structure, i.e., the representation for a variable in the class.classFieldOrMethodAbstract super class for fields and methods.classJavaClassRepresents a Java class, i.e., the data structures, constant pool, fields, methods and commands contained in a Java .class file.classMethodThis class represents the method info structure, i.e., the representation for a method in the class. - 
Uses of AccessFlags in org.apache.bcel.generic
Subclasses of AccessFlags in org.apache.bcel.generic Modifier and Type Class Description classClassGenTemplate class for building up a java class.classFieldGenTemplate class for building up a field.classFieldGenOrMethodGenSuper class for FieldGen and MethodGen objects, since they have some methods in common!classMethodGenTemplate class for building up a method. 
 -