|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field | |
---|---|
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 | |
---|---|
static Field[] |
Field.NoFields
|
Methods in org.aspectj.apache.bcel.classfile that return Field | |
---|---|
Field |
JavaClass.getField(java.lang.reflect.Field field)
|
Field[] |
JavaClass.getFields()
|
Methods in org.aspectj.apache.bcel.classfile with parameters of type Field | |
---|---|
void |
JavaClass.setFields(Field[] fields)
|
void |
ClassVisitor.visitField(Field obj)
|
Constructors in org.aspectj.apache.bcel.classfile with parameters of type Field | |
---|---|
Field(Field c)
|
|
JavaClass(int classnameIndex,
int superclassnameIndex,
java.lang.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 | |
---|---|
Field |
ClassGen.containsField(java.lang.String name)
|
Field |
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 Field | |
---|---|
void |
ClassGen.addField(Field f)
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 |
ClassGen.setFields(Field[] fs)
|
Constructors in org.aspectj.apache.bcel.generic with parameters of type Field | |
---|---|
FieldGen(Field field,
ConstantPool cp)
Instantiate from existing field. |
Uses of Field in org.aspectj.weaver.bcel |
---|
Methods in org.aspectj.weaver.bcel that return Field | |
---|---|
Field |
LazyClassGen.getAnnotationCachingField(BcelShadow shadow,
ResolvedType toType)
Create a field in the type containing the shadow where the annotation retrieved during binding can be stored - for later fast access. |
Field |
LazyClassGen.getTjpField(BcelShadow shadow,
boolean isEnclosingJp)
|
Methods in org.aspectj.weaver.bcel with parameters of type Field | |
---|---|
static java.util.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |