The field's initial value. This field, which may be null if
the field does not have an initial value, must be an
Integer , a
Float , a
Long , a
Double or a
String .
Constructs a new
FieldNode .
Parameters: access - the field's access flags (seeorg.ejb3unit.asm.Opcodes). This parameter also indicatesif the field is synthetic and/or deprecated. Parameters: name - the field's name. Parameters: desc - the field's descriptor (seeorg.ejb3unit.asm.Type Type). Parameters: signature - the field's signature. Parameters: value - the field's initial value. This parameter, which may benull if the field does not have an initial value, mustbe an Integer, a Float, a Long, aDouble or a String.