Class ProperLowerBound
- java.lang.Object
-
- com.github.javaparser.symbolsolver.resolution.typeinference.ProperLowerBound
-
public class ProperLowerBound extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private InferenceVariableinferenceVariableprivate ResolvedTypeproperType
-
Constructor Summary
Constructors Constructor Description ProperLowerBound(InferenceVariable inferenceVariable, ResolvedType properType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)InferenceVariablegetInferenceVariable()ResolvedTypegetProperType()inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
inferenceVariable
private InferenceVariable inferenceVariable
-
properType
private ResolvedType properType
-
-
Constructor Detail
-
ProperLowerBound
public ProperLowerBound(InferenceVariable inferenceVariable, ResolvedType properType)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getInferenceVariable
public InferenceVariable getInferenceVariable()
-
getProperType
public ResolvedType getProperType()
-
-