Uses of Class
org.aspectj.apache.bcel.classfile.Modifiers
Packages that use Modifiers
-
Uses of Modifiers in org.aspectj.apache.bcel.classfile
Subclasses of Modifiers in org.aspectj.apache.bcel.classfileModifier and TypeClassDescriptionclassThis class represents the field info structure, i.e., the representation for a variable in the class.classAbstract super class for fields and methods.classRepresents a Java class, i.e., the data structures, constant pool, fields, methods and commands contained in a Java .class file.classThis class represents the method info structure, i.e., the representation for a method in the class. -
Uses of Modifiers in org.aspectj.apache.bcel.generic
Subclasses of Modifiers in org.aspectj.apache.bcel.genericModifier and TypeClassDescriptionclassTemplate class for building up a java class.classTemplate class for building up a field.classSuper class for FieldGen and MethodGen objects, since they have some methods in common!classTemplate class for building up a method.