Uses of Class
org.aspectj.apache.bcel.classfile.Field
-
Packages that use Field Package Description org.aspectj.apache.bcel.classfile org.aspectj.apache.bcel.generic org.aspectj.weaver.bcel -
-
Uses of Field in org.aspectj.apache.bcel.classfile
Fields in org.aspectj.apache.bcel.classfile declared as Field Modifier and Type Field Description static Field[]Field. NoFieldsMethods in org.aspectj.apache.bcel.classfile that return Field Modifier and Type Method Description FieldJavaClass. getField(Field field)Field[]JavaClass. getFields()Methods in org.aspectj.apache.bcel.classfile with parameters of type Field Modifier and Type Method Description voidJavaClass. setFields(Field[] fields)voidClassVisitor. visitField(Field obj)Constructors in org.aspectj.apache.bcel.classfile with parameters of type Field Constructor Description Field(Field c)JavaClass(int classnameIndex, int superclassnameIndex, String filename, int major, int minor, int access_flags, ConstantPool cpool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes) -
Uses of Field in org.aspectj.apache.bcel.generic
Methods in org.aspectj.apache.bcel.generic that return Field Modifier and Type Method Description FieldClassGen. findsField(String name)FieldFieldGen. getField()Field[]ClassGen. getFields()Methods in org.aspectj.apache.bcel.generic with parameters of type Field Modifier and Type Method Description voidClassGen. addField(Field f)booleanClassGen. containsField(Field f)voidClassGen. removeField(Field f)voidClassGen. replaceField(Field old, Field new_)voidClassGen. setFields(Field[] fs)Constructors in org.aspectj.apache.bcel.generic with parameters of type Field Constructor Description FieldGen(Field field, ConstantPool cp) -
Uses of Field in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return Field Modifier and Type Method Description FieldLazyClassGen. getAnnotationCachingField(BcelShadow shadow, ResolvedType toType, boolean isWithin)FieldLazyClassGen. getTjpField(BcelShadow shadow, boolean isEnclosingJp)Methods in org.aspectj.weaver.bcel with parameters of type Field Modifier and Type Method Description StringLazyClassGen. getFactoryMethod(Field field, BcelShadow shadow)static List<AjAttribute>AtAjAttributes. readAj5FieldAttributes(Field field, org.aspectj.weaver.bcel.BcelField bField, ResolvedType type, ISourceContext context, IMessageHandler msgHandler)
-