Class ConstraintExceptionFormula
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ReductionResult
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ConstraintExceptionFormula
Constraint formula expressing that a given expression must have an exception type.
- Expression containsthrows T
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ReductionResult
CAPTURE, COMPATIBLE, FALSE, POTENTIALLY_COMPATIBLE, relation, right, SAME, SUBTYPE, SUPERTYPE, TRUE, TYPE_ARGUMENT_CONTAINED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendTypeName(StringBuilder buf, TypeBinding type) booleanapplySubstitution(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BoundSet solutionSet, InferenceVariable[] variables) reduce(InferenceContext18 inferenceContext) toString()Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.lookup.ReductionResult
relationToString
-
Constructor Details
-
ConstraintExceptionFormula
-
-
Method Details
-
reduce
-
toString
-
applySubstitution
public boolean applySubstitution(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BoundSet solutionSet, InferenceVariable[] variables) -
appendTypeName
-