Uses of Class
org.aspectj.apache.bcel.classfile.Field
Packages that use Field
Package
Description
-
Uses of Field in org.aspectj.apache.bcel.classfile
Fields in org.aspectj.apache.bcel.classfile declared as FieldMethods in org.aspectj.apache.bcel.classfile that return FieldMethods in org.aspectj.apache.bcel.classfile with parameters of type FieldConstructors in org.aspectj.apache.bcel.classfile with parameters of type Field -
Uses of Field in org.aspectj.apache.bcel.generic
Methods in org.aspectj.apache.bcel.generic that return FieldModifier and TypeMethodDescriptionClassGen.findsField(String name)
FieldGen.getField()
Get field object after having set up all necessary values.Field[]
ClassGen.getFields()
Methods in org.aspectj.apache.bcel.generic with parameters of type FieldModifier and TypeMethodDescriptionvoid
Add a field to this class.boolean
ClassGen.containsField(Field f)
void
ClassGen.removeField(Field f)
void
ClassGen.replaceField(Field old, Field new_)
Replace given field with new one.void
Constructors in org.aspectj.apache.bcel.generic with parameters of type FieldModifierConstructorDescriptionFieldGen(Field field, ConstantPool cp)
Instantiate from existing field. -
Uses of Field in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return FieldModifier and TypeMethodDescriptionLazyClassGen.getAnnotationCachingField(BcelShadow shadow, ResolvedType toType, boolean isWithin)
Create a field in the type containing the shadow where the annotation retrieved during binding can be stored - for later fast access.LazyClassGen.getTjpField(BcelShadow shadow, boolean isEnclosingJp)
Methods in org.aspectj.weaver.bcel with parameters of type FieldModifier and TypeMethodDescriptionLazyClassGen.getFactoryMethod(Field field, BcelShadow shadow)
static List<AjAttribute>
AtAjAttributes.readAj5FieldAttributes(Field field, org.aspectj.weaver.bcel.BcelField bField, ResolvedType type, ISourceContext context, IMessageHandler msgHandler)
Extract field level annotations and turn them into AjAttributes.