edu.umd.cs.findbugs.ba.bcp

Class Load

public class Load extends FieldAccess

A PatternElement representing a load from a field. Variables represent the field and the result of the load.

Author: David Hovemeyer

See Also: PatternElement

Constructor Summary
Load(String fieldVarName, String resultVarName)
Constructor.

Constructor Detail

Load

public Load(String fieldVarName, String resultVarName)
Constructor.

Parameters: fieldVarName the name of the field variable resultVarName the name of the result variable

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