aspoev.manager.adapter
Class TypeComparator

java.lang.Object
  extended byaspoev.manager.adapter.TypeComparator

public class TypeComparator
extends java.lang.Object


Field Summary
static int ADDITIVE
           
static int COMPLEX
           
protected  java.util.Collection fieldDifferences
           
protected  TypeReferenceElement firstType
           
protected  java.util.Collection methodDifferences
           
protected  TypeReferenceElement secondType
           
static int SUBTRACTIVE
           
 
Constructor Summary
TypeComparator(TypeReferenceElement one, TypeReferenceElement two)
           
 
Method Summary
 java.util.Collection getFieldDifferences()
           
static java.util.Collection getFieldDifferences(TypeReferenceElement typeOne, TypeReferenceElement typeTwo)
           
 TypeReferenceElement getFirstType()
           
 TypeReferenceElement getSecondType()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADDITIVE

public static final int ADDITIVE
See Also:
Constant Field Values

SUBTRACTIVE

public static final int SUBTRACTIVE
See Also:
Constant Field Values

COMPLEX

public static final int COMPLEX
See Also:
Constant Field Values

fieldDifferences

protected java.util.Collection fieldDifferences

methodDifferences

protected java.util.Collection methodDifferences

firstType

protected TypeReferenceElement firstType

secondType

protected TypeReferenceElement secondType
Constructor Detail

TypeComparator

public TypeComparator(TypeReferenceElement one,
                      TypeReferenceElement two)
Method Detail

getFieldDifferences

public static java.util.Collection getFieldDifferences(TypeReferenceElement typeOne,
                                                       TypeReferenceElement typeTwo)

getFieldDifferences

public java.util.Collection getFieldDifferences()

getFirstType

public TypeReferenceElement getFirstType()

getSecondType

public TypeReferenceElement getSecondType()

main

public static void main(java.lang.String[] args)