Java Doc for FieldNode.java in » Net » Terracotta » com » tc » asm » tree » Java Source Code / Java DocumentationJava Source Code and Java Documentation
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 (seecom.tc.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 (seecom.tc.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.