Class ProperUpperBound
- java.lang.Object
-
- com.github.javaparser.symbolsolver.resolution.typeinference.ProperUpperBound
-
public class ProperUpperBound extends Object
- Author:
- Federico Tomassetti
-
-
Constructor Summary
Constructors Constructor Description ProperUpperBound(InferenceVariable inferenceVariable, ResolvedType properType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
InferenceVariable
getInferenceVariable()
ResolvedType
getProperType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ProperUpperBound
public ProperUpperBound(InferenceVariable inferenceVariable, ResolvedType properType)
-
-
Method Detail
-
getInferenceVariable
public InferenceVariable getInferenceVariable()
-
getProperType
public ResolvedType getProperType()
-
-