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

Uses in package org.apache.bcel.generic

Classes derived from org.apache.bcel.classfile.AccessFlags

class
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.

Uses in package org.apache.bcel.classfile

Classes derived from org.apache.bcel.classfile.AccessFlags

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.
class
This class represents the method info structure, i.e., the representation for a method in the class.