edu.umd.cs.findbugs.ba.bcp

Class Store

public class Store extends FieldAccess

A PatternElement representing a store to a field. Variables represent the field and the value stored.

Author: David Hovemeyer

See Also: PatternElement

Constructor Summary
Store(String fieldVarName, String valueVarName)
Constructor.

Constructor Detail

Store

public Store(String fieldVarName, String valueVarName)
Constructor.

Parameters: fieldVarName the name of the field variable valueVarName the name of the variable representing the value stored

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.