public abstract class ReductionResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
CAPTURE |
protected static int |
COMPATIBLE |
protected static org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ConstraintTypeFormula |
FALSE |
protected static int |
POTENTIALLY_COMPATIBLE |
protected int |
relation |
protected TypeBinding |
right |
protected static int |
SAME |
protected static int |
SUBTYPE |
protected static int |
SUPERTYPE |
protected static org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ConstraintTypeFormula |
TRUE |
protected static int |
TYPE_ARGUMENT_CONTAINED |
| Constructor and Description |
|---|
ReductionResult() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
relationToString(int relation) |
protected static final org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ConstraintTypeFormula TRUE
protected static final org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ConstraintTypeFormula FALSE
protected static final int COMPATIBLE
protected static final int SUBTYPE
protected static final int SUPERTYPE
protected static final int SAME
protected static final int TYPE_ARGUMENT_CONTAINED
protected static final int CAPTURE
protected static final int POTENTIALLY_COMPATIBLE
protected TypeBinding right
protected int relation