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 InferenceVariable
inferenceVariable
private ResolvedType
properType
-
Constructor Summary
Constructors Constructor Description ProperLowerBound(InferenceVariable inferenceVariable, ResolvedType properType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
InferenceVariable
getInferenceVariable()
ResolvedType
getProperType()
int
hashCode()
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getInferenceVariable
public InferenceVariable getInferenceVariable()
-
getProperType
public ResolvedType getProperType()
-
-