Uses of Class org.apache.bcel.classfile.Field

Uses in package org.apache.bcel.classfile

Constructors with parameter type org.apache.bcel.classfile.Field

Initialize from another object.
JavaClass.JavaClass(int class_name_index, int superclass_name_index, String file_name, int major, int minor, int access_flags, ConstantPool constant_pool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes)
Constructor gets all contents as arguments.
JavaClass.JavaClass(int class_name_index, int superclass_name_index, String file_name, int major, int minor, int access_flags, ConstantPool constant_pool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes, byte source)
Constructor gets all contents as arguments.

Fields of type org.apache.bcel.classfile.Field

Field[]
Field[]

Methods with parameter type org.apache.bcel.classfile.Field

void
void
void
void

Methods with return type org.apache.bcel.classfile.Field

Field
Field.copy(ConstantPool _constant_pool)
Field[]

Uses in package org.apache.bcel.util

Constructors with parameter type org.apache.bcel.classfile.Field

MethodHTML.MethodHTML(String dir, String class_name, Method[] methods, Field[] fields, ConstantHTML constant_html, AttributeHTML attribute_html)

Methods with parameter type org.apache.bcel.classfile.Field

void
void
Print field of class.

Uses in package org.apache.bcel.verifier.statics

Methods with parameter type org.apache.bcel.classfile.Field

void
void

Uses in package org.apache.bcel.generic

Constructors with parameter type org.apache.bcel.classfile.Field

Instantiate from existing field.

Methods with parameter type org.apache.bcel.classfile.Field

void
Add a field to this class.
boolean
void
Remove a field to this class.
void
Replace given field with new one.

Methods with return type org.apache.bcel.classfile.Field

Field
ClassGen.containsField(String name)
Field
Get field object after having set up all necessary values.
Field[]