edu.umd.cs.findbugs.ba.type

Interface TypeMerger

public interface TypeMerger

Interface for object which merges types for TypeAnalysis. By allowing multiple implementations, we allow creation of specialized type systems.

Author: David Hovemeyer

See Also: TypeAnalysis

Method Summary
TypemergeTypes(Type a, Type b)
Merge type Types.

Method Detail

mergeTypes

public Type mergeTypes(Type a, Type b)
Merge type Types.

Parameters: a a Type b a Type

Returns: the result of merging the two Types

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