Class LeastUpperBoundLogic
java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.LeastUpperBoundLogic
-
Method Summary
Modifier and TypeMethodDescriptioncom.github.javaparser.resolution.types.ResolvedTypeSee JLS 4.10.4.static LeastUpperBoundLogicof()
-
Method Details
-
of
-
lub
public com.github.javaparser.resolution.types.ResolvedType lub(Set<com.github.javaparser.resolution.types.ResolvedType> types) See JLS 4.10.4. Least Upper Bound.
-