Uses of Class
org.apache.bcel.classfile.AccessFlags

Packages that use AccessFlags
org.apache.bcel.classfile   
org.apache.bcel.generic   
 

Uses of AccessFlags in org.apache.bcel.classfile
 

Subclasses of AccessFlags in org.apache.bcel.classfile
 class Field
          This class represents the field info structure, i.e., the representation for a variable in the class.
 class FieldOrMethod
          Abstract super class for fields and methods.
 class JavaClass
          Represents a Java class, i.e., the data structures, constant pool, fields, methods and commands contained in a Java .class file.
 class Method
          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
 

Subclasses of AccessFlags in org.apache.bcel.generic
 class ClassGen
          Template class for building up a java class.
 class FieldGen
          Template class for building up a field.
 class FieldGenOrMethodGen
          Super class for FieldGen and MethodGen objects, since they have some methods in common!
 class MethodGen
          Template class for building up a method.