org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Class TypeBound

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ReductionResult
      extended by org.aspectj.org.eclipse.jdt.internal.compiler.lookup.TypeBound

public class TypeBound
extends ReductionResult

Implementation of 18.1.3 in JLS8


Field Summary
 
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ReductionResult
CAPTURE, COMPATIBLE, FALSE, relation, right, SAME, SUBTYPE, SUPERTYPE, TRUE, TYPE_ARGUMENT_CONTAINED
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ReductionResult
relationToString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object