Uses of Class
org.apache.bcel.classfile.Field
Packages that use Field
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
Utility classes for the Apache Byte Code Engineering Library (BCEL), namely:
Collection classes for JavaClass objects
A converter for class files to HTML
A tool to find instructions patterns via regular expressions
A class to find classes as defined in the CLASSPATH
A class loader that allows to create classes at run time
PassVerifier classes used internally by JustIce.
A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.
-
Uses of Field in org.apache.bcel.classfile
Fields in org.apache.bcel.classfile declared as FieldModifier and TypeFieldDescriptionstatic final Field[]
Field.EMPTY_ARRAY
Empty array constant.(package private) static final Field[]
Field.EMPTY_FIELD_ARRAY
Empty array.private Field[]
ClassParser.fields
private Field[]
JavaClass.fields
Fields in org.apache.bcel.classfile with type parameters of type FieldMethods in org.apache.bcel.classfile that return FieldModifier and TypeMethodDescriptionField.copy
(ConstantPool constantPool) Finds a visible field by name and type in this class and its super classes.Field[]
JavaClass.getFields()
Methods in org.apache.bcel.classfile that return types with arguments of type FieldMethods in org.apache.bcel.classfile with parameters of type FieldModifier and TypeMethodDescriptionvoid
void
DescendingVisitor.visitField
(Field field) void
EmptyVisitor.visitField
(Field obj) void
Visitor.visitField
(Field obj) Method parameters in org.apache.bcel.classfile with type arguments of type FieldModifier and TypeMethodDescriptionstatic void
Field.setComparator
(BCELComparator<Field> comparator) Constructors in org.apache.bcel.classfile with parameters of type FieldModifierConstructorDescriptionInitialize from another object.JavaClass
(int classNameIndex, int superclassNameIndex, String fileName, int major, int minor, int accessFlags, ConstantPool constantPool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes) Constructor gets all contents as arguments.JavaClass
(int classNameIndex, int superclassNameIndex, String fileName, int major, int minor, int accessFlags, ConstantPool constantPool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes, byte source) Constructor gets all contents as arguments. -
Uses of Field in org.apache.bcel.generic
Fields in org.apache.bcel.generic with type parameters of type FieldMethods in org.apache.bcel.generic that return FieldModifier and TypeMethodDescriptionClassGen.containsField
(String name) FieldGen.getField()
Gets field object after having set up all necessary values.Field[]
ClassGen.getFields()
Methods in org.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) Remove a field to this class.void
ClassGen.replaceField
(Field old, Field newField) Replace given field with new one.Constructors in org.apache.bcel.generic with parameters of type FieldModifierConstructorDescriptionFieldGen
(Field field, ConstantPoolGen cp) Instantiate from existing field. -
Uses of Field in org.apache.bcel.util
Methods in org.apache.bcel.util with parameters of type FieldModifier and TypeMethodDescriptionvoid
BCELifier.visitField
(Field field) private void
MethodHTML.writeField
(Field field) Print field of class.Constructors in org.apache.bcel.util with parameters of type FieldModifierConstructorDescription(package private)
MethodHTML
(String dir, String className, Method[] methods, Field[] fields, ConstantHTML constantHtml, AttributeHTML attributeHtml, Charset charset) -
Uses of Field in org.apache.bcel.verifier.statics
Methods in org.apache.bcel.verifier.statics with parameters of type FieldModifier and TypeMethodDescriptionvoid
Pass2Verifier.CPESSC_Visitor.visitField
(Field obj) void
StringRepresentation.visitField
(Field obj) -
Uses of Field in org.apache.bcel.verifier.structurals
Methods in org.apache.bcel.verifier.structurals that return FieldModifier and TypeMethodDescriptionprivate Field
InstConstraintVisitor.visitFieldInstructionInternals
(FieldInstruction o)