java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ReductionResult
Bekannte direkte Unterklassen:
ConstraintExceptionFormula, TypeBound

public abstract class ReductionResult extends Object
Generalization over TypeBounds and ConstraintFormulas which both can be created during reduction.
  • Felddetails

    • TRUE

      protected static final org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ConstraintTypeFormula TRUE
    • FALSE

      protected static final org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ConstraintTypeFormula FALSE
    • COMPATIBLE

      protected static final int COMPATIBLE
      Siehe auch:
    • SUBTYPE

      protected static final int SUBTYPE
      Siehe auch:
    • SUPERTYPE

      protected static final int SUPERTYPE
      Siehe auch:
    • SAME

      protected static final int SAME
      Siehe auch:
    • TYPE_ARGUMENT_CONTAINED

      protected static final int TYPE_ARGUMENT_CONTAINED
      Siehe auch:
    • CAPTURE

      protected static final int CAPTURE
      Siehe auch:
    • POTENTIALLY_COMPATIBLE

      protected static final int POTENTIALLY_COMPATIBLE
      Siehe auch:
    • relation

      protected int relation
  • Konstruktordetails

    • ReductionResult

      public ReductionResult()
  • Methodendetails

    • relationToString

      protected static String relationToString(int relation)