Class FieldAccessJoinPoint represents a joinpoint where
a field is accessed. This class does not provide any new
fields or methods.
version: $Revision: 1.1.1.1 $ author: Stephan Markwalder author: Andrei Popovici
Changes the value of the field.
Parameters: value - new value of the field. If the fieldholds a primitive type value, the new value mustbe wrapped in instance of the java class for this type. throws: SecurityException - SecurityManager denies access to this field. throws: IllegalArgumentException - unwrapping conversion to primitive type failed. throws: NullPointerException - can not find owner object (only non static fields). throws: ExceptionInInitializerError - the initialization provoked by this method fails.
Fields inherited from ch.ethz.inf.iks.jvmai.jvmdi.FieldJoinPointImpl